Skip to content

Commit 6379795

Browse files
authored
Update README.md
1 parent f2b45f8 commit 6379795

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

ComputeAdmin/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Run the below command to remove an uploaded VM extension.
101101
Remove-VMExtension -publisher $publisher -version $version -osType Windows -tenantID $tenantId -azureStackCredentials $azureStackCredentials -type "CustomVmExtension"
102102
```
103103

104-
## Add VM scale set gallery item
104+
## VM Scale Set gallery item
105105

106106
VM Scale Set allows deployment of multi-VM collections. To add a gallery item with VM Scale Set:
107107

@@ -127,3 +127,10 @@ Select-AzureRmSubscription -SubscriptionName "Default Provider Subscription"
127127
128128
Add-AzureStackVMSSGalleryItem
129129
```
130+
To remove VM Scale Set gallery item run the following command:
131+
132+
```powershell
133+
Remove-AzureStackVMSSGalleryItem
134+
```
135+
136+
Note that gallery item is not removed immediately. You could run the above command several times to determine when the item is actually gone.

0 commit comments

Comments
 (0)