Skip to content

Commit cbfb5ac

Browse files
author
Timothy Mothra
authored
Update status-monitor-v2-get-started.md
1 parent 670e591 commit cbfb5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/status-monitor-v2-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Manually download the latest version of the Module from: https://www.powershellg
6161

6262
### Unzip and install Status Monitor v2
6363
```powershell
64-
$pathToNupkg = "C:\Users\t\Desktop\Az.ApplicationMonitor.0.2.1-alpha.nupkg"
64+
$pathToNupkg = "C:\Users\t\Desktop\Az.ApplicationMonitor.0.3.0-alpha.nupkg"
6565
$pathToZip = ([io.path]::ChangeExtension($pathToNupkg, "zip"))
6666
$pathToNupkg | rename-item -newname $pathToZip
6767
$pathInstalledModule = "$Env:ProgramFiles\WindowsPowerShell\Modules\Az.ApplicationMonitor"

0 commit comments

Comments
 (0)