Skip to content

Commit

Permalink
Fix Az.MonitoringSolutions Syntax Errors (#17695)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-yuzhichen authored Apr 3, 2022
1 parent c64bb56 commit 65c21f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This command gets a monitor log analytics solution by resource id.

### Example 3: Get a monitor log analytics solution by object
```powershell
$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
Get-AzMonitorLogAnalyticsSolution -InputObject $monitor
```

Expand Down

0 comments on commit 65c21f9

Please sign in to comment.