We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b3668 commit e8bc669Copy full SHA for e8bc669
src/Storage/Storage.Management/StorageAccount/SetAzureStorageAccount.cs
@@ -910,18 +910,6 @@ public override void ExecuteCmdlet()
910
{
911
updateParameters.AllowedCopyScope = this.AllowedCopyScope;
912
}
913
- if (this.enableSftp != null)
914
- {
915
- updateParameters.IsSftpEnabled = this.enableSftp;
916
- }
917
- if (this.enableLocalUser != null)
918
919
- updateParameters.IsLocalUserEnabled = this.enableLocalUser;
920
921
- if (this.AllowedCopyScope != null)
922
923
- updateParameters.AllowedCopyScope = this.AllowedCopyScope;
924
925
926
var updatedAccountResponse = this.StorageClient.StorageAccounts.Update(
927
this.ResourceGroupName,
0 commit comments