You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Since the RESOURCEGROUPNAMEFORMAINTENANCECONFIGURATIONS is Optionnal... i think you should change the field type as Mandatory
The text was updated successfully, but these errors were encountered:
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
Since the RESOURCEGROUPNAMEFORMAINTENANCECONFIGURATIONS is Optionnal... i think you should change the field type as Mandatory
The text was updated successfully, but these errors were encountered: