Skip to content

Commit 9452c7a

Browse files
Update README.md
1 parent b6ce0b5 commit 9452c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ComputeAdmin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To verify that the command ran successfully, go to Marketplace in the portal, an
8181
Run the below command to remove an uploaded VM image. After removal, tenants will no longer be able to deploy virtual machines with this image.
8282

8383
```powershell
84-
Remove-VMImage -publisher "Canonical" -offer "UbuntuServer" -sku "14.04.3-LTS" -version "1.0.0" -osType Linux -tenantID <GUID AADTenant>
84+
Remove-VMImage -publisher "Canonical" -offer "UbuntuServer" -sku "14.04.3-LTS" -version "1.0.0" -tenantID <GUID AADTenant>
8585
```
8686

8787
Note: This cmdlet will remove the associated Marketplace item unless the -KeepMarketplaceItem parameter is specified.

0 commit comments

Comments
 (0)