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.
2 parents cd3887e + cbfb5ac commit f498641Copy full SHA for f498641
articles/azure-monitor/app/status-monitor-v2-get-started.md
@@ -61,7 +61,7 @@ Manually download the latest version of the Module from: https://www.powershellg
61
62
### Unzip and install Status Monitor v2
63
```powershell
64
-$pathToNupkg = "C:\Users\t\Desktop\Az.ApplicationMonitor.0.2.1-alpha.nupkg"
+$pathToNupkg = "C:\Users\t\Desktop\Az.ApplicationMonitor.0.3.0-alpha.nupkg"
65
$pathToZip = ([io.path]::ChangeExtension($pathToNupkg, "zip"))
66
$pathToNupkg | rename-item -newname $pathToZip
67
$pathInstalledModule = "$Env:ProgramFiles\WindowsPowerShell\Modules\Az.ApplicationMonitor"
0 commit comments