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/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/ScenarioTests/RecoveryServicesTests.ps1
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ function Test-RecoveryServicesProtectionTests
Copy file name to clipboardExpand all lines: src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/PSRecoveryServicesClient/PSRecoveryServicesPEClient.cs
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -192,5 +192,21 @@ public JobResponse StartAzureSiteRecoveryReprotection(
192
192
request,
193
193
this.GetRequestHeaders());
194
194
}
195
+
196
+
/// <summary>
197
+
/// Syncs owner role information on Protection entity.
0 commit comments