tyconsulting / azurepolicy

MIT License
146 stars 132 forks source link

Wrong parameters for deployment section in azurepolicy.vnet-eh.json #20

Closed techlake closed 2 years ago

techlake commented 3 years ago

Hi, the above policy has a mistake starting with the parameters on line 88. you copied the parameters from the Log analytics version (it appears). the correct block is below. I hope this helps. "parameters": { "diagnosticsSettingNameToUse": { "type": "string" }, "resourceName": { "type": "string" }, "eventHubName": { "type": "string" }, "eventHubAuthorizationRuleId": { "type": "string" }, "location": { "type": "string" } },

tyconsulting commented 2 years ago

fixed