You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In prior version of the SDK (v7.0.0-beta), the Management Client (azure-sdk-for-go/arm/resources/resources/client.go) included an APIVersion property that allowed use of Generic Resource operations like CreateOrUpdate with preview APIs (e.g. Azure PostgresSQL requires 2017-04-30-preview)
When updating to the latest releases (v10.x.x-beta) that APIVersion property is no longer available and the API version appears to be fixed at 2016-09-01. Was that change by design? If so, is there any other way to specify an APIVersion when using the SDK with Generic Resource operations (e.g. GroupClient CreateOrUpdate)?
The text was updated successfully, but these errors were encountered:
In prior version of the SDK (v7.0.0-beta), the Management Client (azure-sdk-for-go/arm/resources/resources/client.go) included an APIVersion property that allowed use of Generic Resource operations like CreateOrUpdate with preview APIs (e.g. Azure PostgresSQL requires 2017-04-30-preview)
When updating to the latest releases (v10.x.x-beta) that APIVersion property is no longer available and the API version appears to be fixed at 2016-09-01. Was that change by design? If so, is there any other way to specify an APIVersion when using the SDK with Generic Resource operations (e.g. GroupClient CreateOrUpdate)?
The text was updated successfully, but these errors were encountered: