Skip to content

Commit 766ba33

Browse files
Extension Readme
1 parent bc7e301 commit 766ba33

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
@@ -112,7 +112,7 @@ An example usage is the following:
112112

113113
```powershell
114114
$path = "<Path to vm extension zip>"
115-
Add-VMExtension -publisher "Publisher" -type "Type" -version $version -extensionLocalPath $path -osType Windows -tenantID $TenantID -azureStackCredentials $azureStackCredentials -EnvironmentName "AzureStackAdmin"
115+
Add-VMExtension -publisher "Publisher" -type "Type" -version "1.0.0.0" -extensionLocalPath $path -osType Windows -tenantID $TenantID -azureStackCredentials $azureStackCredentials -EnvironmentName "AzureStackAdmin"
116116
```
117117

118118

0 commit comments

Comments
 (0)