Skip to content

Commit 316e8a4

Browse files
committed
Merge pull request #57 from MabOneSdk/pragrawa
Policy Merge conflict
2 parents d0be487 + 4d9ece9 commit 316e8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/Cmdlets/ProtectionPolicy/SetAzureBackupProtectionPolicy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public override void ExecuteCmdlet()
9595
{
9696
var operationStatus = GetOperationStatus(operationId);
9797
WriteDebug("Protection Policy successfully updated and created job(s) to re-configure protection on associated items");
98-
WriteObject(operationStatus.JobList);
98+
WriteObject(operationStatus.Jobs);
9999
}
100100

101101
else

0 commit comments

Comments
 (0)