File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Run the below command to remove an uploaded VM extension.
101101Remove-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
106106VM 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
128128Add-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.
You can’t perform that action at this time.
0 commit comments