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 c64bb56 commit 65c21f9Copy full SHA for 65c21f9
src/MonitoringSolutions/help/Get-AzMonitorLogAnalyticsSolution.md
@@ -69,7 +69,7 @@ This command gets a monitor log analytics solution by resource id.
69
70
### Example 3: Get a monitor log analytics solution by object
71
```powershell
72
-$monitor = New-AzMonitorLogAnalyticsSolution -ResourceGroupName azureps-monitor -Name 'Containers(azureps-monitor)'
+$monitor = New-AzMonitorLogAnalyticsSolution -ResourceGroupName azureps-monitor -Type "Microsoft.OperationsManagement/solutions" -Location "West US 2" -WorkspaceResourceId workspaceResourceId
73
Get-AzMonitorLogAnalyticsSolution -InputObject $monitor
74
```
75
0 commit comments