-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Monitor Query] Update swagger #34614
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
Conversation
|
API change check API changes are not detected in this pull request. |
The swagger file are updated and the code is regenerated. Signed-off-by: Paul Van Eck <[email protected]>
b50de14 to
b3d2262
Compare
|
/azp run python - monitor - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Do we want to expose something like https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/search/azure-search-documents/azure/search/documents/_api_versions.py? |
I think in the next API version updates, this will be a good idea. This is the first API version where all the metrics APIs are aligned under the same version, and going forward the versions should update in sync. I'll save it for the next time the version is updated. |
I am a little confused, didn't we support api version 2023-10-01? |
Most metrics query operations did support |
Do you mean we made a GA release on preview API version? Is it by design? |
Yes, specifically for the arm metrics namespaces endpoint. Not sure the history behind this decision since this was well before my time, but now action has been taken to better align with Azure policies (i.e. versioning uniformly, not using preview in a GA). |
So the new API |
Yea, A user can still explicitly specify old versions with the |
The swagger file commit SHAs are updated and the code is regenerated.