Skip to content

Commit 772c1f9

Browse files
committed
Merge pull request #38 from MabOneSdk/pikumar3
removed extra comments
2 parents 834355d + 47600f5 commit 772c1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/Cmdlets/DataSource/Disable-AzureBackupProtection .cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public override void ExecuteCmdlet()
5858

5959
var disbaleAzureBackupProtection = AzureBackupClient.DataSource.DisableProtectionAsync(GetCustomRequestHeaders(), item.ContainerUniqueName, item.Type, item.DataSourceId, input, CmdletCancellationToken).Result;
6060

61-
WriteVerbose("Received policy response");
61+
WriteVerbose("Received response");
6262
WriteVerbose("Converting response");
6363
WriteAzureBackupProtectionPolicy(disbaleAzureBackupProtection);
6464
});

0 commit comments

Comments
 (0)