-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Compute] Add Gallery scripts specs #33511
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
base: feature/cplat-2025-03-03
Are you sure you want to change the base?
[Compute] Add Gallery scripts specs #33511
Conversation
Next Steps to MergeNext steps that must be taken to merge this PR:
|
PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment. |
@viveklingaiah Please fix the Swagger Avocado and Swagger Lintdiff errors and place it back in queue for review. |
...fication/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2025-03-03/gallery.json
Show resolved
Hide resolved
...fication/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2025-03-03/gallery.json
Show resolved
Hide resolved
...fication/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2025-03-03/gallery.json
Show resolved
Hide resolved
...fication/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2025-03-03/gallery.json
Show resolved
Hide resolved
Can you please address the two latest comments regarding headers for PUT? |
Yes, addressed. |
The description of the In particular, if you are following the async 200/201 PUT pattern, the |
I think addressed this time. Please check |
...fication/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2025-03-03/gallery.json
Show resolved
Hide resolved
"required": true, | ||
"type": "string", | ||
"pattern": "^[a-zA-Z0-9]+([_]?[a-zA-Z0-9]+)*$", | ||
"description": "The name of the Shared Image Gallery where Image Definitions or other artifacts reside." |
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.
please add "x-ms-parameter-location": "method"
for this parameter definition
"required": true, | ||
"type": "string", | ||
"pattern": "^[a-zA-Z0-9]+([_]?[a-zA-Z0-9]+)*$", | ||
"description": "The name of the gallery Script Definition in which the Script Version is to be created." |
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.
please add "x-ms-parameter-location": "method"
for this parameter definition
"required": true, | ||
"type": "string", | ||
"pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$", | ||
"description": "The name of the gallery Script Version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: <MajorVersion>.<MinorVersion>.<Patch>" |
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.
please add "x-ms-parameter-location": "method"
for this parameter definition
API design doc: https://microsoft.sharepoint.com/:w:/t/ComputeVM/ER0OOJwCfPtCtOp_0yrkXmQBmniHv1liTdsHSJGtFDQCWw?e=r1a539
===
Choose a PR Template
Switch to "Preview" on this description then select one of the choices below.
Click here to open a PR for a Control Plane (ARM) API.