-
Notifications
You must be signed in to change notification settings - Fork 4k
Azure Migrate new cmdlets to support VMwareCbt Migration #13024
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
Conversation
removed asjob
added if else
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please mask subscription in examples and regenerate help
as something like xxx-xxx-xxx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added