-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Auth locks examples #13326
Auth locks examples #13326
Conversation
Hi, @jdhms Thanks for your PR. I am workflow bot for review process. Here are some small tips. Any feedback about review process or workflow bot, pls contact swagger and tools team. [email protected] |
Swagger Validation Report
|
Rule | Message |
---|---|
PreCheck/DuplicateSchema |
"readme":"resources/resource-manager/readme.md", "tag":"profile-hybrid-2019-03-01", "details":"Duplicate Schema named Operation -- properties.display.$ref: undefined => "#/components/schemas/schemas:166" ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that." |
PreCheck/DuplicateSchema |
"readme":"resources/resource-manager/readme.md", "tag":"profile-hybrid-2019-03-01", "details":"Duplicate Schema named Operation-display -- properties.provider.description: undefined => "Service provider: Microsoft.Resources", properties.description: undefined => "description":"Description of the operation.", "$ref":"#/components/schemas/schemas:170" ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that." |
PreCheck/DuplicateSchema |
"readme":"resources/resource-manager/readme.md", "tag":"profile-hybrid-2019-03-01", "details":"Duplicate Schema named OperationListResult -- properties.value.description: undefined => "List of Microsoft.Resources operations.", properties.value.$ref: undefined => "#/components/schemas/schemas:172" ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that." |
PreCheck/DuplicateSchema |
"readme":"resources/resource-manager/readme.md", "tag":"profile-hybrid-2019-03-01", "details":"Duplicate Schema named ErrorResponse -- properties.error: "description":"The error details.", "$ref":"#/components/schemas/schemas:161" =>, properties.code: undefined => "description":"The error code.", "readOnly":true, "$ref":"#/components/schemas/schemas:531", properties.message: undefined => "description":"The error message.", "readOnly":true, "$ref":"#/components/schemas/schemas:532", properties.target: undefined => "description":"The error target.", "readOnly":true, "$ref":"#/components/schemas/schemas:533", properties.details: undefined => "description":"The error details.", "readOnly":true, "$ref":"#/components/schemas/schemas:534", properties.additionalInfo: undefined => "description":"The error additional info.", "readOnly":true, "$ref":"#/components/schemas/schemas:535", title: undefined => "Error Response" ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that." |
AutorestCore/Exception |
"readme":"resources/resource-manager/readme.md", "tag":"profile-hybrid-2019-03-01", "details":"Error: Plugin prechecker reported failure." |
"readme":"resources/resource-manager/readme.md", "tag":"package-locks-2016-09", "details":"The schema 'ManagementLockOwner' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'" |
|
"readme":"resources/resource-manager/readme.md", "tag":"package-locks-2016-09", "details":"The schema 'ManagementLockProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'" |
|
"readme":"resources/resource-manager/readme.md", "tag":"package-locks-2016-09", "details":"The schema 'ManagementLockObject' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'" |
|
"readme":"resources/resource-manager/readme.md", "tag":"package-locks-2016-09", "details":"The schema 'ManagementLockListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'" |
|
"readme":"resources/resource-manager/readme.md", "tag":"package-locks-2016-09", "details":"The schema 'Operation-display' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'" |
️️✔️
[Staging] PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️️✔️
[Staging] SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
Swagger Generation Artifacts
|
Hi @jdhms, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow breaking change policy to request breaking change review and approval before proceeding swagger PR review. |
@jdhms , please follow above Action item for breaking change review. |
@raych1 can you take another look now that it's no longer a breaking change? |
* add examples and default responses in locks * fix management * fix management * remove default error responses per KPI owner guidance
* add examples and default responses in locks * fix management * fix management * remove default error responses per KPI owner guidance
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Changelog
Please ensure to add changelog with this PR by answering the following questions.
Contribution checklist:
If any further question about AME onboarding or validation tools, please view the FAQ.
ARM API Review Checklist
Ensure to check this box if one of the following scenarios meet updates in the PR, so that label “WaitForARMFeedback” will be added automatically to involve ARM API Review. Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs, all “removals” and “adding a new property” no more require ARM API review.
Please ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.
If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.
Breaking Change Review Checklist
If there are following updates in the PR, ensure to request an approval from Breaking Change Review Board as defined in the Breaking Change Policy.
Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.
Please follow the link to find more details on PR review process.