We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7e301 commit 766ba33Copy full SHA for 766ba33
1 file changed
ComputeAdmin/README.md
@@ -112,7 +112,7 @@ An example usage is the following:
112
113
```powershell
114
$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"
+Add-VMExtension -publisher "Publisher" -type "Type" -version "1.0.0.0" -extensionLocalPath $path -osType Windows -tenantID $TenantID -azureStackCredentials $azureStackCredentials -EnvironmentName "AzureStackAdmin"
116
```
117
118
0 commit comments