[armchangeanalysis] API version not available #24065
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Bug Report
I'm trying to get a list of resource changes.
I'm using
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/changeanalysis/armchangeanalysis
modulein this module, the
OperationsClient
uses2021-04-01
api version, as we can see hereazure-sdk-for-go/sdk/resourcemanager/changeanalysis/armchangeanalysis/operations_client.go
Line 75 in 55c6e6c
But service returns following message
This is the code I'm using (I'm testing so, I have a lot of panics() 's )
The text was updated successfully, but these errors were encountered: