-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[AutoPR web/resource-manager] Add Microsoft.Web ResourceHealthMetadata swagger #2097
Conversation
… add disable recommendation APIs (#2063) * Generated from 00ffb2040dfb1d813a1780159b322c53cd2efb30 Add disable recommendation APIs * Generated from 00ffb2040dfb1d813a1780159b322c53cd2efb30 Add disable recommendation APIs
Add missing type specifier to enum definition.
Update autorest config to test Microsoft.Web ResourceHealthMetadata swagger file Update the Microsoft.Web autorest config to test validity of the ResourceHealthMetadata swagger file
(message created by the CI based on PR content) Installation instructionPackage azure-mgmt-webYou can install the package You can build a wheel to distribute for test using the following command: If you have a local clone of this repository, you can also do:
Or build a wheel file to distribute for testing:
Direct downloadYour files can be directly downloaded here: |
Codecov Report
@@ Coverage Diff @@
## restapi_auto_web/resource-manager #2097 +/- ##
=====================================================================
- Coverage 53.05% 53.01% -0.05%
=====================================================================
Files 4775 4778 +3
Lines 119534 119696 +162
=====================================================================
+ Hits 63419 63457 +38
- Misses 56115 56239 +124
Continue to review full report at Codecov.
|
1d59a7a
to
7232c50
Compare
Correcting examples for Microsoft.Web ResourceHealthMetadata APIs The location should not have been populated for the Microsoft.Web ResourceHealthMetadata API examples. The single ResourceHealthMetadata GET call should return ResourceHealthMetadata and not a collection of them
Renaming ErrorResponse to DefaultErrorResponse for default errors For Microsoft.Web ResourceHealthMetadata APIs renaming the default error response from ErrorResponse to DefaultErrorResponse to fix the python SDK generation. The DefaultErrorResponse will be the default error response for our other APIs in the future as well
Renaming ErrorResponse to DefaultErrorResponse for default errors For Microsoft.Web ResourceHealthMetadata APIs renaming the default error response from ErrorResponse to DefaultErrorResponse to fix the python SDK generation. The DefaultErrorResponse will be the default error response for our other APIs in the future as well
Created to sync Azure/azure-rest-api-specs#2588