From 2a6beb896d4b0d448c1e9ebb575ea8086c79c7ac Mon Sep 17 00:00:00 2001 From: Beisi Zhou Date: Fri, 21 Aug 2020 11:33:27 +0800 Subject: [PATCH] Format BreakingChange Output Messages --- src/Common/Properties/Resources.resx | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/src/Common/Properties/Resources.resx b/src/Common/Properties/Resources.resx index 47406987a7..3a2e8325db 100644 --- a/src/Common/Properties/Resources.resx +++ b/src/Common/Properties/Resources.resx @@ -1656,8 +1656,7 @@ Use the Enable-AzureDataCollection cmdlet to turn the feature On. The cmdlet can The parameter : '{0}' is being replaced by mandatory parameter : '{1}'. - Change description : {0} - + Change description : {0} The cmdlet is being deprecated. There will be no replacement for it. @@ -1672,36 +1671,28 @@ Use the Enable-AzureDataCollection cmdlet to turn the feature On. The cmdlet can "The output type '{0}' is changing" - -- The following properties are being added to the output type : + - The following properties are being added to the output type : - - - The following properties in the output type are being deprecated : - + - The following properties in the output type are being deprecated : + - - {0} - - + - {0} - Cmdlet : '{0}' - - {1} - + - {1} Breaking changes in the cmdlet '{0}' : - Note : This change will take effect on '{0}' - + Note : This change will take effect on '{0}' - Note :The change is expected to take effect from the version : '{0}' - - + Note :The change is expected to take effect from the version : '{0}' ```powershell @@ -1711,7 +1702,6 @@ Use the Enable-AzureDataCollection cmdlet to turn the feature On. The cmdlet can # New {1} ``` - @@ -1723,7 +1713,7 @@ Use the Enable-AzureDataCollection cmdlet to turn the feature On. The cmdlet can The output type '{0}' is being deprecated without a replacement. - The type of the parameter is changing from '{0}' to '{1}'. + The type of the parameter is changing from '{0}' to '{1}'. NOTE : Go to {0} for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.