You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/development-docs/breakingchange-for-autogen-module.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,6 @@ Breaking changes and preview messages for auto gen cmdlets are added through dir
9
9
10
10
## Case 1 — Module is deprecated
11
11
12
-
13
-
14
12
```yaml
15
13
- where:
16
14
verb: (.*)
@@ -112,6 +110,20 @@ Breaking changes and preview messages for auto gen cmdlets are added through dir
112
110
estimated-ga-date: 2023-09-30
113
111
```
114
112
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
+
115
127
# For customized cmdlets
116
128
117
129
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