Skip to content

Commit 6076560

Browse files
committed
ProtectionProfileClient function rename
1 parent dfd55e1 commit 6076560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/PSRecoveryServicesClient/PSRecoveryServicesProtectionProfileClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public JobResponse UpdateAzureSiteRecoveryProtectionProfile(
6767
/// </summary>
6868
/// <param name="createAndAssociateProtectionProfileInput">Protection Profile Input</param>
6969
/// <returns>Job response</returns>
70-
public JobResponse CreateAndAssociateAzureSiteRecoveryProtectionProfile(
70+
public JobResponse StartCreateAndAssociateAzureSiteRecoveryProtectionProfileJob(
7171
CreateAndAssociateProtectionProfileInput createAndAssociateProtectionProfileInput)
7272
{
7373
return this.GetSiteRecoveryClient().ProtectionProfile.CreateAndAssociate(
@@ -81,7 +81,7 @@ public JobResponse CreateAndAssociateAzureSiteRecoveryProtectionProfile(
8181
/// <param name="protectionProfileId">Protection Profile ID</param>
8282
/// <param name="protectionProfileAssociationInput">Protection Profile Association Input</param>
8383
/// <returns>Job response</returns>
84-
public JobResponse DeleteAndDissociateAzureSiteRecoveryProtectionProfile(
84+
public JobResponse StartDeleteAndDissociateAzureSiteRecoveryProtectionProfileJob(
8585
string protectionProfileId,
8686
ProtectionProfileAssociationInput protectionProfileAssociationInput)
8787
{

0 commit comments

Comments
 (0)