Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.26k stars 3.86k forks source link

[Feature]: Group handling for Az.Migrate #17278

Open HaikoHertes opened 2 years ago

HaikoHertes commented 2 years ago

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

ghost commented 2 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @shijojoy.

Issue Details
### 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
Author: HaikoHertes
Assignees: -
Labels: `feature-request`, `Migrate`, `Service Attention`, `question`, `customer-reported`
Milestone: -
MonikaReddy-MSFT commented 2 years ago

@shijojoy - Can you please take a look at this issue when you get a moment. Thank you.