Skip to content

Commit f57bb63

Browse files
committed
Bug fix
Changing the default parameter set to E to A uniformly.
1 parent ee80e93 commit f57bb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.RecoveryServices
2525
/// <summary>
2626
/// Creates Azure Site Recovery Protection Profile object in memory.
2727
/// </summary>
28-
[Cmdlet(VerbsCommon.New, "AzureSiteRecoveryProtectionProfileObject", DefaultParameterSetName = ASRParameterSets.EnterpriseToEnterprise)]
28+
[Cmdlet(VerbsCommon.New, "AzureSiteRecoveryProtectionProfileObject", DefaultParameterSetName = ASRParameterSets.EnterpriseToAzure)]
2929
[OutputType(typeof(ASRProtectionProfile))]
3030
public class CreateAzureSiteRecoveryProtectionProfileObject : RecoveryServicesCmdletBase
3131
{

0 commit comments

Comments
 (0)