You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/AzureBackup/Commands.AzureBackup/Cmdlets/ProtectionPolicy/NewAzureRMBackupProtectionPolicy.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,6 @@ public override void ExecuteCmdlet()
Copy file name to clipboardExpand all lines: src/ResourceManager/AzureBackup/Commands.AzureBackup/Cmdlets/ProtectionPolicy/NewAzureRMBackupRetentionPolicyObject.cs
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -86,22 +86,22 @@ public override void ExecuteCmdlet()
Copy file name to clipboardExpand all lines: src/ResourceManager/AzureBackup/Commands.AzureBackup/Cmdlets/ProtectionPolicy/RemoveAzureRMBackupProtectionPolicy.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public override void ExecuteCmdlet()
44
44
}
45
45
else
46
46
{
47
-
varexception=newArgumentException(string.Format("ProtectionPolicy with name {0} does not exist.",policyInfo.Name));
47
+
varexception=newArgumentException(string.Format("Protection Policy {0} not found.",policyInfo.Name));
Copy file name to clipboardExpand all lines: src/ResourceManager/AzureBackup/Commands.AzureBackup/Cmdlets/ProtectionPolicy/SetAzureRMBackupProtectionPolicy.cs
0 commit comments