From 926bbc97badc1824c229ee5f5fd2dfb469de3674 Mon Sep 17 00:00:00 2001 From: Yeming Liu <11371776+isra-fel@users.noreply.github.com> Date: Tue, 1 Nov 2022 08:38:44 +0800 Subject: [PATCH] Make doc clear about PreviewAttribute that developer needs to update the namespace --- .../development-docs/breakingchange-for-autogen-module.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/development-docs/breakingchange-for-autogen-module.md b/documentation/development-docs/breakingchange-for-autogen-module.md index 69cc39730513..959177d1a8c6 100644 --- a/documentation/development-docs/breakingchange-for-autogen-module.md +++ b/documentation/development-docs/breakingchange-for-autogen-module.md @@ -108,7 +108,9 @@ Breaking changes and preview messages for auto gen cmdlets are added through dir 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. -**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.** +(For Case 1/2/3/5, the attributes are applied on the functions. For case 5, the attribute is applied in the parameter.) + +**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.** ## Case 1 — Breaking change for a cmdlet