azureautomation/Migrate-from-Azure-Automation-Update-Management-to-Azure-Update-Manager

MigrateToAzureUpdateManager - Resource group name for maintenance configurations can't be null or empty

Opened this issue · 0 comments

I got this error with the migration runbook for AzureUpdateManager
https://learn.microsoft.com/en-us/azure/update-manager/migration-using-runbook-scripts

Write-Telemetry: Resource group name for maintenance configurations can't be null or empty At line:3433 char:9 + Write-Telemetry - Message ("Resource group name for maintenanc ... + WriteErrorException + FullyQualifiedErrorid : Microsoft.PowerShell.Commands.WriteErrorException,Write-Telemetry

image

image

image

Since the RESOURCEGROUPNAMEFORMAINTENANCECONFIGURATIONS is Optionnal... i think you should change the field type as Mandatory

image