Skip to content

Commit fb85424

Browse files
EmmaZhuHovsep
authored andcommitted
[Release 1.6.0] Change ConfirmImpact level to the default value of MEDIUM in Start-AzureStorageFileCopy (#2578)
* Add ShoudContinue/ShouldProcess breaking change Warning Message * Remove ShoudContinue/ShouldProcess breaking change Warning Message from File Cmdlet, as they don't use Force currently. * Change ConfirmImpact level to the default value of MEDIUM in Start-AzureStorageFileCopy.
1 parent b34b213 commit fb85424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/Commands.Storage/File/Cmdlet/StartAzureStorageFileCopy.cs

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

2626
namespace Microsoft.WindowsAzure.Commands.Storage.File.Cmdlet
2727
{
28-
[Cmdlet(VerbsLifecycle.Start, Constants.FileCopyCmdletName, SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.High)]
28+
[Cmdlet(VerbsLifecycle.Start, Constants.FileCopyCmdletName, SupportsShouldProcess = true)]
2929
public class StartAzureStorageFileCopyCommand : StorageFileDataManagementCmdletBase
3030
{
3131
private const string ContainerNameParameterSet = "ContainerName";

0 commit comments

Comments
 (0)