-
Notifications
You must be signed in to change notification settings - Fork 840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in v24 SDK actiongroups 2018-03-01 API is incorrectly using unsupported 2018-09-01 API #3782
Comments
Hi @katbyte it seems that the service owner updated the sdk packages to refer the new API version for that specific package. We're reaching to see why was that |
@vladbarosan FYI I've opened a meta issue on the Swagger repo since this feels like API definitions should only call API versions <= their publish date? |
@tombuildsstuff AFAIK there is no hard rule for that. I checked the ARM resource registrations and the main issue seems to be that the |
@katbyte @tombuildsstuff according to the service provider this should now be fixed. Can either of you verify it's working? |
Can confirm the |
Bug Report
import path of package in question, e.g.
.../services/compute/mgmt/2018-06-01/compute
github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2018-03-01/insights
SDK version e.g.
master
,latest
,18.1.0
v24.0.0
output of
go version
go version go1.11.2 darwin/amd64
After upgrading from
v21
of the SDK tov24
calls to theactiongroups
API are now failing with aNoRegisteredProviderFound
error message:yet we are not using the
2018-09-01
API.What did you expect or want to happen?
a successful API call
How can we reproduce it?
run the action group acc tests from this PR
The text was updated successfully, but these errors were encountered: