Skip to content

Commit 289d91c

Browse files
committed
Merge pull request #61 from MabOneSdk/pikumar3
Changing BackupServicesManagement.dll
2 parents d1d6602 + 9d06d56 commit 289d91c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public override void ExecuteCmdlet()
6161
WriteDebug("RemoveProtectionOption is = " + input.RemoveProtectionOption);
6262
var operationId = AzureBackupClient.DisableProtection(Item.ContainerUniqueName, Item.Type, Item.DataSourceId, input);
6363

64-
WriteVerbose("Received disable azure backup protection response");
64+
WriteDebug("Received disable azure backup protection response");
6565
var operationStatus = GetOperationStatus(operationId);
6666
this.WriteObject(operationStatus.Jobs.FirstOrDefault());
6767
});

0 commit comments

Comments
 (0)