-
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
[Compute] Add missing Gallery Application API in 2019-07-01 version #6745
Conversation
In Testing, Please Ignore[Logs] (Generated from 6637309, Iteration 8)Python: Azure/azure-sdk-for-python [Logs] [Diff]
Java: Azure/azure-sdk-for-java [Logs] [Diff]
JavaScript: Azure/azure-sdk-for-js [Logs] [Diff]
Go: test-repo-billy/azure-sdk-for-go [Logs] [Diff]
Ruby: Azure/azure-sdk-for-ruby [Logs] [Diff]
|
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Can one of the admins verify this patch? |
Gallery API does not have PATCH by design. PUT works as PATCH. So please ignore the following errors. For the following failures: R3026 - TrackedResourcePatchOperation Tracked resource 'GalleryApplication' must have patch operation that at least supports the update of tags. It's strongly recommended that the PATCH operation supports update of all mutable properties as well. at specification/compute/resource-manager/Microsoft.Compute/stable/2019-07-01/gallery.json:1346 R3026 - TrackedResourcePatchOperation Tracked resource 'GalleryApplicationVersion' must have patch operation that at least supports the update of tags. It's strongly recommended that the PATCH operation supports update of all mutable properties as well. at specification/compute/resource-manager/Microsoft.Compute/stable/2019-07-01/gallery.json:1401 |
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.
This is the same as 2019-03-01 version
#6411
@hyonholee could you confirm that this is the same API as in 2019-03-01? |
@sergey-shandar Yes, it is the same as 2019-03-01. Please approve the PR. Thanks. |
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.