Skip to content

Commit f498641

Browse files
authored
Merge pull request #78772 from MS-TimothyMothra/patch-5
Update status-monitor-v2-get-started.md
2 parents cd3887e + cbfb5ac commit f498641

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)