[Feature]: Add support for Compute Gallery VM Applications
Description of the new feature
I'd like to be able to use PowerShell to run commands similar to:
-
az sig gallery-application -
az sig gallery-application version
A quick search for "vmapplication" shows that there is only support to add VM applications to a VM/VMSS, but not to create them in the Gallery.
Proposed implementation details (optional)
No response
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Drewm3, @avirishuv, @vaibhav-agar, @amjads1.
Issue Details
Description of the new feature
I'd like to be able to use PowerShell to run commands similar to:
-
az sig gallery-application -
az sig gallery-application version
A quick search for "vmapplication" shows that there is only support to add VM applications to a VM/VMSS, but not to create them in the Gallery.
Proposed implementation details (optional)
No response
| Author: | CamiloTerevinto |
|---|---|
| Assignees: | - |
| Labels: |
|
| Milestone: | - |
@CamiloTerevinto Please refer to listed below URL
https://learn.microsoft.com/en-us/powershell/module/az.compute/new-azgalleryapplicationversion?view=azps-8.3.0
Thanks @nikhilpatel909, that's what I was looking for!