Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
cxznmhdcxz committed Feb 10, 2025
1 parent c5f409e commit b6409f0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Commands/sig/gallery-application/version/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ Update a gallery Application Version.
### [2022-01-03](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2dhbGxlcmllcy97fS9hcHBsaWNhdGlvbnMve30vdmVyc2lvbnMve30=/2022-01-03.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/galleries/{}/applications/{}/versions/{} 2022-01-03 -->

#### examples

- Update a simple gallery Application Version.
```bash
sig gallery-application version update --gallery-name myGalleryName --application-name myGalleryApplicationName -n 1.0.0 -g myResourceGroup --package-file-link https://{myStorageAccount}.blob.core.windows.net/{myStorageContainer}/{myStorageBlob} --end-of-life-date "2050-07-01T07:00:00Z"
```
8 changes: 8 additions & 0 deletions Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -217908,6 +217908,14 @@
],
"versions": [
{
"examples": [
{
"commands": [
"sig gallery-application version update --gallery-name myGalleryName --application-name myGalleryApplicationName -n 1.0.0 -g myResourceGroup --package-file-link https://{myStorageAccount}.blob.core.windows.net/{myStorageContainer}/{myStorageBlob} --end-of-life-date \"2050-07-01T07:00:00Z\""
],
"name": "Update a simple gallery Application Version."
}
],
"name": "2022-01-03",
"resources": [
{
Expand Down

0 comments on commit b6409f0

Please sign in to comment.