Skip to content

Commit 24d2c08

Browse files
authored
Cmdlet level breaking chacnge announcement (#28461)
1 parent db3b605 commit 24d2c08

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

documentation/development-docs/breakingchange-for-autogen-module.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Breaking changes and preview messages for auto gen cmdlets are added through dir
99

1010
## Case 1 — Module is deprecated
1111

12-
13-
1412
```yaml
1513
- where:
1614
verb: (.*)
@@ -112,6 +110,20 @@ Breaking changes and preview messages for auto gen cmdlets are added through dir
112110
estimated-ga-date: 2023-09-30
113111
```
114112
113+
## Case 8 — Breaking change for a cmdlet(No parameter specified; only apply description at the cmdlet level)
114+
115+
```yaml
116+
- where:
117+
verb: Remove
118+
subject: VNetPeering
119+
set:
120+
breaking-change:
121+
deprecated-by-version: 5.0.0
122+
deprecated-by-azversion: 20.0.0
123+
change-effective-date: 2022/05/30
124+
change-description: Breaking change message applies at the cmdlet level
125+
```
126+
115127
# For customized cmdlets
116128
117129
To add breaking changes or preview messages for a customized cmdlets, you will need to add related attributes in code directly. And following are some common cases.

0 commit comments

Comments
 (0)