microsoft / AzureMonitorCommunity

An open repo for Azure Monitor queries, workbooks, alerts and more
MIT License
990 stars 434 forks source link

Bug fix for WorkspaceConfigToDCRMigrationTool.ps1 #241

Closed peramhe closed 6 days ago

peramhe commented 4 weeks ago

Fixed a bug where generating extensions ARM template would modify dcrName.defaultValue of Windows DCR template to basename + "-extension" instead of setting the dcrName.defaultValue in the Extensions DCR ARM template

peramhe commented 4 weeks ago

Without this small bug fix anyone using the script and deploying DCRs without inspecting the ARM templates manually will end up with incoherent resource names for the DCRs.

peramhe commented 1 week ago

Please merge