Skip to content

Commit ff166f4

Browse files
authored
Update the warning message (Azure#14816)
1 parent 948025f commit ff166f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/Storage.Management/File/RemoveAzureStorageShare.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
namespace Microsoft.Azure.Commands.Management.Storage
2626
{
27-
[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.")]
27+
[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.")]
2828
[Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMStoragePrefix + StorageShareNounStr, DefaultParameterSetName = AccountNameParameterSet, SupportsShouldProcess = true), OutputType(typeof(bool))]
2929
public class RemoveAzureStorageShareCommand : StorageFileBaseCmdlet
3030
{

0 commit comments

Comments
 (0)