Skip to content

Commit 49e0b0d

Browse files
authored
Merge pull request Azure#10357 from wyunchi-ms/typo
Update Set-AzureRmDiagnosticSetting.md
2 parents 9981c42 + 2389650 commit 49e0b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Monitor/Monitor/help/Set-AzDiagnosticSetting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ All other time grains and categories are unchanged.
119119

120120
### Example 5: Using pipeline
121121
```
122-
PS C:\>Get-AzDiagnosticSetting -ResourceId "Resource01" | Set-AzDiagnosticSetting
122+
PS C:\>Get-AzDiagnosticSetting -ResourceId "Resource01" | Set-AzDiagnosticSetting -Enabled $True -Category Category1,Category2
123123
```
124124

125-
This command uses the PowerShell pipeline to set (not change made) a diagnostic setting.
125+
This command uses the PowerShell pipeline to set (no change made) a diagnostic setting.
126126

127127
## PARAMETERS
128128

0 commit comments

Comments
 (0)