Skip to content

Files

Latest commit

e6b38b7 · Oct 14, 2022

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.