Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 865 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 865 Bytes

Kermit

Kermit provides a stepping-stone from the Track1 Azure SDK for Go to hashicorp/go-azure-sdk.

Supporting new Versions of Data Plane and Resource Manager Services

See the documentation in ./config - which is also where the config files live.

SDKs

SDK's are output into the ./sdk directory and can be used like any other Track1 Azure SDK for Go, for example:

package main

import "github.com/tombuildsstuff/kermit/sdk/containerregistry/2022-02-01/containerregistry"

func main() {
    client := containerregistry.NewRegistriesClient("https://management.azure.com", "subscription-id")
	client.Authorizer = ... // see github.com/hashicorp/go-azure-helpers
}

Why is this called Kermit?

Why not.