-
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
[Hub Generated] Review request for Microsoft.Quantum to add version preview/2019-11-04-preview #11266
Conversation
Swagger Validation Report
|
Rule | Message |
---|---|
The x-ms-code-generation-setting extension is being deprecated. Please remove it and move settings to readme file for code generation. New: Microsoft.Quantum/preview/2019-11-04-preview/quantum.json#L6 |
|
The API version:2019-11-04-preview having been in a preview state over one year , please move it to GA or retire. New: Microsoft.Quantum/preview/2019-11-04-preview/quantum.json#L5 |
️️✔️
Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️
ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️
SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️
[Staging] Cross Version BreakingChange (Base on preview version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️
[Staging] Cross Version BreakingChange (Base on stable version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️
CredScan succeeded [Detail] [Expand]
There is no credential detected.
Azure Pipelines successfully started running 1 pipeline(s). |
azure-sdk-for-python
|
azure-sdk-for-go
|
azure-sdk-for-net
No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured
|
azure-resource-manager-schemas
No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured
|
Trenton Generation
No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured
|
Azure CLI Extension Generation
No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured
|
Hi, @anpaz 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. vsswagger@microsoft.com |
Hi, @anpaz your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board(armapireview@microsoft.com). cc @${PRAssignee} |
...ification/quantum/resource-manager/Microsoft.Quantum/preview/2019-11-04-preview/quantum.json
Show resolved
Hide resolved
...ification/quantum/resource-manager/Microsoft.Quantum/preview/2019-11-04-preview/quantum.json
Outdated
Show resolved
Hide resolved
...ification/quantum/resource-manager/Microsoft.Quantum/preview/2019-11-04-preview/quantum.json
Outdated
Show resolved
Hide resolved
...ification/quantum/resource-manager/Microsoft.Quantum/preview/2019-11-04-preview/quantum.json
Outdated
Show resolved
Hide resolved
...ification/quantum/resource-manager/Microsoft.Quantum/preview/2019-11-04-preview/quantum.json
Outdated
Show resolved
Hide resolved
Please remove the draft flag if you would like to get the review started. |
While adding new version the recommendation is to copy the existing version into new directory structure for first commit and then push new changes for easy review. Please create new branch with this recommendation for faster review. |
"type": "object", | ||
"description": "The resource proxy definition object for quantum workspace.", | ||
"properties": { | ||
"id": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Workspace looks like a tracked resource type. It must support PATCH to patch tags at least.
https://armwiki.azurewebsites.net/api_contracts/guidelines/rpc.html#rpc007-resource-types-must-support-patch-for-tags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving from ARM side.
"QuantumWorkspace": { | ||
"type": "object", | ||
"description": "The resource proxy definition object for quantum workspace.", | ||
"properties": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding SystemData (a new top level property for system metadata) is recommended. But it is not a blocker.
@njuCZ Could you help in merging this PR? Thanks in advance. |
/azp run unifiedPipeline |
Commenter does not have sufficient privileges for PR 11266 in repo Azure/azure-rest-api-specs |
/azp run unifiedPipeline |
Commenter does not have sufficient privileges for PR 11266 in repo Azure/azure-rest-api-specs |
/azp run unifiedPipeline |
Commenter does not have sufficient privileges for PR 11266 in repo Azure/azure-rest-api-specs |
…review/2019-11-04-preview (Azure#11266) * New Readme Config File * New Go Language Readme Config File * New Typescript Language Readme Config File * New Python Language Readme Config File * New C# Language Readme Config File * New Ruby Language Readme Config File * New Swagger Spec File * New Swagger Example Spec File * New Swagger for Azure Quantum RP * Adding MSI fields * Incorporating ARM feedback (Azure#1) * Picking up changes from RPSaaS. * -ruby * go * clean up readme config * -java * preview path * python version * incorporate feedback * read-only * ids * prettier * removing patch * addressing feedback * prettier fix * removing tags - coming from TrackedResource * un-referencing trackedresource * adding patch, referring to the common-type tracked resource * prettier fix * Adds suppression to readme * Adds suppression to readme Co-authored-by: Adele Bai <adbai@microsoft.com> Co-authored-by: Mahmut Burak Senol <masenol@microsoft.com> Co-authored-by: masenol <54191670+masenol@users.noreply.github.com>
This is a PR generated at OpenAPI Hub. You can view your work branch via this link.
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.
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 API Review Board as defined in the Breaking Change Policy.
Please follow the link to find more details on PR review process.