Skip to content

Commit e8bc669

Browse files
authored
Remove duplicated lines from merge (#20088)
1 parent 76b3668 commit e8bc669

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Storage/Storage.Management/StorageAccount/SetAzureStorageAccount.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -910,18 +910,6 @@ public override void ExecuteCmdlet()
910910
{
911911
updateParameters.AllowedCopyScope = this.AllowedCopyScope;
912912
}
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-
}
925913

926914
var updatedAccountResponse = this.StorageClient.StorageAccounts.Update(
927915
this.ResourceGroupName,

0 commit comments

Comments
 (0)