Skip to content

V2A RCM PowerShell changes #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

imshashwataggarwal
Copy link

@imshashwataggarwal imshashwataggarwal commented Mar 17, 2021

No description provided.

@@ -217,6 +228,7 @@ public class NewAzureRmRecoveryServicesAsrPolicy : SiteRecoveryCmdletBase
[Parameter(DontShow = true, ParameterSetName = ASRParameterSets.VMwareToAzure)]
[Parameter(DontShow = true, ParameterSetName = ASRParameterSets.AzureToVMware)]
[Parameter(DontShow = true, ParameterSetName = ASRParameterSets.AzureToAzure)]
[Parameter(DontShow = true, ParameterSetName = ASRParameterSets.ReplicateVMwareToAzure)]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you think of some other name like VmwareToAzureUsingRcm.

Mandatory = false,
HelpMessage = "Specifies the disk configuration to be used for VMware to Azure using RCM disaster recovery scenario.")]
[ValidateNotNullOrEmpty]
public ASRInMageRcmDiskInput[] InMageRcmDiskRelicationConfig { get; set; }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: InMageRcmDiskRelicationConfig -> InMageRcmDiskReplicationConfig

@nilgupta6 nilgupta6 force-pushed the newApiVersion/asr2021-02-10 branch 2 times, most recently from 2019398 to 0a05b20 Compare March 24, 2021 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants