Azure Migrate new cmdlets to support VMwareCbt Migration#13024
Azure Migrate new cmdlets to support VMwareCbt Migration#13024isra-fel merged 122 commits intoAzure:generationfrom
Conversation
removed asjob
added if else
isra-fel
left a comment
There was a problem hiding this comment.
Hi @prsadhu-ms-idc it generally LGTM. One thing is that I noticed you used -ResourceName for the name of the resource, however Azure PowerShell has a convention to use just -Name for the name of the subject of the cmdlet. Could you please replace all -ResourceName with -Name?
|
I just added Az.Migrate to our CI pipeline. Re-triggering the checkes |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s), but failed to run 2 pipeline(s). |
|
Hi @isra-fel , please find reply. [Answers]
|
|
@VeryEarly for [Answer] Fixed. |
isra-fel
left a comment
There was a problem hiding this comment.
I got you point. -Name should refer to the subject of current cmdlet, but yours are not the case. I'm good to go.
Description
Design PR : https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/737
Azure Migrate PowerShell cmdlets for the VMware to Azure scenario will enable IT Pro administrators to automate their migration factories and make it easy to perform repetitive migration activities (as most of the migration activities are done in stages). It will also enable at scale automation support for customers (currently limited due to portal constraints), a repetitive ask from our customers. The focus will be on allowing end to end scenario enablement for VMware to Azure scenario by giving more power to the user without exposing the additional complexity inherent in Azure Migrate’s migration architecture.
Enable IT Pros to achieve to automate VMware to Azure agentless migration scenario
Will allow scripting of Azure Migrate migration operations for scale deployments
Equip power users to unleash Azure Migrate’s full potential through simplified customization
Ensure future extensibility in accordance with Azure Migrate migration roadmap
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added