File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
documentation/development-docs Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,9 @@ Breaking changes and preview messages for auto gen cmdlets are added through dir
107107 verb : New
108108 subject : VNetPeering
109109 set :
110- preview-message : This is a test preview message.
110+ preview-announcement :
111+ preview-message : This is a test preview message.
112+ estimated-ga-date : 2023-09-30
111113` ` `
112114
113115# For customized cmdlets
@@ -145,5 +147,5 @@ You must provide expected breaking change az version and moudle verision otherwi
145147## Case 5 — Preview message
146148
147149``` csharp
148- [Microsoft .Azure .PowerShell .Cmdlets .Databricks .Runtime .PreviewMessageAttribute (" This is a preview version" )]
150+ [Microsoft .Azure .PowerShell .Cmdlets .Databricks .Runtime .PreviewMessageAttribute (" This is a preview version" , " 2028/06/18 " )]
149151```
You can’t perform that action at this time.
0 commit comments