Azure / Azure/azure-powershell
[Feature]: Group handling for Az.Migrate
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.