Skip to content

Commit 947f46f

Browse files
authored
Merge pull request #53132 from ChrisGibson1982/master
Update powershell command to use Az over AzuremRM
2 parents dd8888f + ffd00e3 commit 947f46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/insights/vminsights-ga-release-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When a Log Analytics workspace is upgraded to the latest version of Azure Monito
3535
Use the following command to upgrade a workspace using PowerShell:
3636

3737
```PowerShell
38-
Set-AzureRmOperationalInsightsIntelligencePack -ResourceGroupName <resource-group-name> -WorkspaceName <workspace-name> -IntelligencePackName "VMInsights" -Enabled $True
38+
Set-AzOperationalInsightsIntelligencePack -ResourceGroupName <resource-group-name> -WorkspaceName <workspace-name> -IntelligencePackName "VMInsights" -Enabled $True
3939
```
4040

4141
## What should I do about the Performance counters in my workspace if I install the VMInsights solution?

0 commit comments

Comments
 (0)