Skip to content

Commit 6d1fa85

Browse files
authored
Fix Az.Logz Syntax Errors (#17645)
1 parent 030e0ff commit 6d1fa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Logz/help/Invoke-AzLogzHostSubAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Returns the payload that needs to be passed as a request for installing Logz.io
3131

3232
### Example 1: Returns the payload of the logz sub account that needs to be passed in the request body for installing Logz.io agent on a VM
3333
```powershell
34-
Invoke-AzLogzHostSubAccount -ResourceGroupName logz-rg-test -MonitorName pwsh-logz04 -Name logz-pwshsub01
34+
Invoke-AzLogzHostSubAccount -ResourceGroupName logz-rg-test -MonitorName pwsh-logz04 -SubAccountName logz-pwshsub01
3535
```
3636

3737
```output

0 commit comments

Comments
 (0)