Skip to content

Commit 232fbce

Browse files
committed
[Insights] Include notice about renaming Set-AzureRmDiagnosticSettings to Update-AzureRmDiagnosticSettings in the upcoming breaking changes doc
1 parent d1f1d47 commit 232fbce

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/ResourceManager/Insights/documentation/upcoming-breaking-changes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,15 @@
141141
write-host "Unit: $s21.Unit"
142142
write-host "Data: $s21.Data"
143143

144+
```
145+
146+
**Set-AzureRmDiagnosticSettings**
147+
- The command is going to be renamed to Update-AzureRmDiagnsoticSettings
148+
149+
```powershell
150+
# Old
151+
# Set-AzureRmDiagnosticSettings
152+
153+
# New
154+
# Update-AzureRmDiagnosticSettings
144155
```

0 commit comments

Comments
 (0)