Skip to content

Commit

Permalink
Merge pull request Azure#97 from yanzhudd/migrate_compute
Browse files Browse the repository at this point in the history
Upload models for `az vmss nic` and `az vm host group` and `az sig gallery-application`
  • Loading branch information
yanzhudd authored Jan 31, 2023
2 parents b778604 + 7a7ad92 commit 2ca0747
Show file tree
Hide file tree
Showing 45 changed files with 9,161 additions and 173 deletions.
3 changes: 3 additions & 0 deletions Commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@
- [sql](/Commands/sql/readme.md)
: Manage Azure SQL Databases and Data Warehouses.

- [vm](/Commands/vm/readme.md)
: Manage Linux or Windows virtual machines.

- [vmss](/Commands/vmss/readme.md)
: Manage groupings of virtual machines in an Azure Virtual Machine Scale Set (VMSS).
16 changes: 16 additions & 0 deletions Commands/sig/gallery-application/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _sig gallery-application create_

Create a gallery Application Definition.

## Versions

### [2021-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2dhbGxlcmllcy97fS9hcHBsaWNhdGlvbnMve30=/2021-07-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/galleries/{}/applications/{} 2021-07-01 -->

#### examples

- Create a simple gallery Application.
```bash
sig gallery-application create --gallery-name MyGallery --name AppName -g MyResourceGroup --os-type windows
```
9 changes: 9 additions & 0 deletions Commands/sig/gallery-application/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _sig gallery-application delete_

Delete a gallery Application.

## Versions

### [2021-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2dhbGxlcmllcy97fS9hcHBsaWNhdGlvbnMve30=/2021-07-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/galleries/{}/applications/{} 2021-07-01 -->
9 changes: 9 additions & 0 deletions Commands/sig/gallery-application/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _sig gallery-application list_

List gallery Application Definitions in a gallery.

## Versions

### [2021-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2dhbGxlcmllcy97fS9hcHBsaWNhdGlvbnM=/2021-07-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/galleries/{}/applications 2021-07-01 -->
9 changes: 9 additions & 0 deletions Commands/sig/gallery-application/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [Command] _sig gallery-application show_

Get information about a gallery Application Definition.

## Versions

### [2021-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2dhbGxlcmllcy97fS9hcHBsaWNhdGlvbnMve30=/2021-07-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/galleries/{}/applications/{} 2021-07-01 -->
16 changes: 16 additions & 0 deletions Commands/sig/gallery-application/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _sig gallery-application update_

Update a gallery Application Definition.

## Versions

### [2021-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5jb21wdXRlL2dhbGxlcmllcy97fS9hcHBsaWNhdGlvbnMve30=/2021-07-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.compute/galleries/{}/applications/{} 2021-07-01 -->

#### examples

- Update a simple gallery Application.
```bash
sig gallery-application update --gallery-name GalleryName --name AppName -g MyResourceGroup --description Description --tags tag=MyTag
```
17 changes: 17 additions & 0 deletions Commands/sig/gallery-application/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,20 @@ Manage gallery application.

- [version](/Commands/sig/gallery-application/version/readme.md)
: Manage gallery application version.

## Commands

- [create](/Commands/sig/gallery-application/_create.md)
: Create a gallery Application Definition.

- [delete](/Commands/sig/gallery-application/_delete.md)
: Delete a gallery Application.

- [list](/Commands/sig/gallery-application/_list.md)
: List gallery Application Definitions in a gallery.

- [show](/Commands/sig/gallery-application/_show.md)
: Get information about a gallery Application Definition.

- [update](/Commands/sig/gallery-application/_update.md)
: Update a gallery Application Definition.
9 changes: 1 addition & 8 deletions Commands/sig/gallery-application/version/_create.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# [Command] _sig gallery-application version create_

Create a gallery Application Version.
Create a gallery application version.

## Versions

### [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

- Create a simple gallery Application Version.
```bash
sig gallery-application version create --gallery-name myGalleryName --application-name myGalleryApplicationName -n 1.0.0 -g myResourceGroup --package-file-link https://{myStorageAccount}.blob.core.windows.net/{myStorageContainer}/{myStorageBlob} --install-command installCommand --remove-command removeCommand
```
2 changes: 1 addition & 1 deletion Commands/sig/gallery-application/version/_delete.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _sig gallery-application version delete_

Delete a gallery Application Version.
Delete a gallery application version.

## Versions

Expand Down
2 changes: 1 addition & 1 deletion Commands/sig/gallery-application/version/_show.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _sig gallery-application version show_

Get information about a gallery Application Version.
Get information about a gallery application version.

## Versions

Expand Down
2 changes: 1 addition & 1 deletion Commands/sig/gallery-application/version/_update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _sig gallery-application version update_

Update a gallery Application Version.
Update a gallery application version.

## Versions

Expand Down
8 changes: 4 additions & 4 deletions Commands/sig/gallery-application/version/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ Manage gallery application version.
## Commands

- [create](/Commands/sig/gallery-application/version/_create.md)
: Create a gallery Application Version.
: Create a gallery application version.

- [delete](/Commands/sig/gallery-application/version/_delete.md)
: Delete a gallery Application Version.
: Delete a gallery application version.

- [list](/Commands/sig/gallery-application/version/_list.md)
: List gallery application versions.

- [show](/Commands/sig/gallery-application/version/_show.md)
: Get information about a gallery Application Version.
: Get information about a gallery application version.

- [update](/Commands/sig/gallery-application/version/_update.md)
: Update a gallery Application Version.
: Update a gallery application version.
Loading

0 comments on commit 2ca0747

Please sign in to comment.