Open HaikoHertes opened 2 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @shijojoy.
Author: | HaikoHertes |
---|---|
Assignees: | - |
Labels: | `feature-request`, `Migrate`, `Service Attention`, `question`, `customer-reported` |
Milestone: | - |
@shijojoy - Can you please take a look at this issue when you get a moment. Thank you.
Description of the new feature
Hi. Currently, there is no cmdlets to manage (Get/Create/...) Assessment Groups for Azure Migrate. As the portal has some very big weaknesses, PowerShell would be a good way to overcome this. I have created some script by myself to overcome this for now by using REST Calls, but would love to have that integrated in Az.Migrate.
Requesting to have: Get-AzMigrateAssessmentGroup New-AzMigrateAssessmentGroup Remove-AzMigrateAssessmentGroup Set-AzMigrateAssessmentGroup
Proposed implementation details (optional)
See script here for reference: https://github.com/HaikoHertes/scripts/blob/master/Azure/AzureMigrate/GroupAzMigrateServers.ps1