Skip to content

Commit 80997df

Browse files
authored
Make doc clear about PreviewAttribute (Azure#19994)
that developer needs to update the namespace
1 parent 30ed4a8 commit 80997df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ Breaking changes and preview messages for auto gen cmdlets are added through dir
108108
109109
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.
110110
111-
**Note: For Case 1/2/3/5, the attributes are applied on the functions. For case 5, the attribute is applied in the parameter. And these examples are based on the databricks module, so you will need to replace it with your module name.**
111+
(For Case 1/2/3/5, the attributes are applied on the functions. For case 5, the attribute is applied in the parameter.)
112+
113+
**Note: these examples are based on the Az.Databricks module. Please double check the namesapce. You will most likely need to replace "Databricks" with your module's name.**
112114
113115
## Case 1 — Breaking change for a cmdlet
114116

0 commit comments

Comments
 (0)