0.2.0 (2021-10-29)
Breaking Changes
arm.Connection
has been removed ingithub.com/Azure/azure-sdk-for-go/sdk/azcore/v0.20.0
- The parameters of
NewXXXClient
has been changed from(con *arm.Connection, subscriptionID string)
to(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions)