Skip to content

Commit 592b2fe

Browse files
committed
Changing class name to match with file name
1 parent cae3148 commit 592b2fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Service/StartAzureSiteRecoveryProtectionProfileAssociationJob.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.RecoveryServices
2525
/// </summary>
2626
[Cmdlet(VerbsLifecycle.Start, "AzureSiteRecoveryProtectionProfileAssociationJob", DefaultParameterSetName = ASRParameterSets.EnterpriseToEnterprise)]
2727
[OutputType(typeof(ASRJob))]
28-
public class StartAzureSiteRecoveryProtectionProfileJob : RecoveryServicesCmdletBase
28+
public class StartAzureSiteRecoveryProtectionProfileAssociationJob : RecoveryServicesCmdletBase
2929
{
3030
/// <summary>
3131
/// Job response.
@@ -52,7 +52,8 @@ public class StartAzureSiteRecoveryProtectionProfileJob : RecoveryServicesCmdlet
5252
/// <summary>
5353
/// Gets or sets Protection Profile object.
5454
/// </summary>
55-
[Parameter(ParameterSetName = ASRParameterSets.Default, Mandatory = true)]
55+
[Parameter(ParameterSetName = ASRParameterSets.EnterpriseToEnterprise, Mandatory = true)]
56+
[Parameter(ParameterSetName = ASRParameterSets.EnterpriseToAzure, Mandatory = true)]
5657
[ValidateNotNullOrEmpty]
5758
public ASRProtectionProfile ProtectionProfile { get; set; }
5859

0 commit comments

Comments
 (0)