diff --git a/src/Storage/Storage.Management/File/RemoveAzureStorageShare.cs b/src/Storage/Storage.Management/File/RemoveAzureStorageShare.cs index 64e7a8f4878b..dceaea1f6216 100644 --- a/src/Storage/Storage.Management/File/RemoveAzureStorageShare.cs +++ b/src/Storage/Storage.Management/File/RemoveAzureStorageShare.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.Management.Storage { - [GenericBreakingChange("Currently if the share has snapshots, snapshots will be removed together with the share. In a future release, snapshots will not be removed by default, need specify new parameter '-IncludeAllSnapshot' to remove snapshots together.")] + [GenericBreakingChange("Currently if the share has snapshots, snapshots will be removed together with the share. In a future release, snapshots will not be removed by default, need specify a new parameter to remove snapshots together.")] [Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMStoragePrefix + StorageShareNounStr, DefaultParameterSetName = AccountNameParameterSet, SupportsShouldProcess = true), OutputType(typeof(bool))] public class RemoveAzureStorageShareCommand : StorageFileBaseCmdlet {