Closed haflidif closed 1 month ago
Hello @haflidif , thanks for your feedback. We are aware of this bug and have already captured in our backlog. We are working to get it solved soon and will keep you posted on the progress.
Thanks, Bruno.
Hello @haflidif , thanks for your feedback. We are aware of this bug and have already captured in our backlog. We are working to get it solved soon and will keep you posted on the progress.
Thanks, Bruno.
Thanks @Brunoga-MS, sounds good, otherwise I have a open PR that fixes this, but you maybe want to have it within some kind of release maybe ?
Having it as part of the next release is exactly the idea and the path that normally follow. However, we will release the fix most probably before the release so you can just deploy the main version over the current release version to benefit from the fix.
Check for previous/existing GitHub issues
Description
Hey.
For this Configuration in Notification Assets on Policy Definition:
Deploy_ServiceHealth_ActionGroups
andDeploy_Suppression_AlertProcessing_Rule
There is a wrong parameter/variable name on three deployment types within services/AlertsManagement/actionRules/Deploy-AlertProcessingRule-Deploy.json
"useCommonSchema": true
should be"useCommonAlertSchema": true
"useCommonSchema": true
should be"useCommonAlertSchema": true
ARMRoleRecievers - L268:
"useCommonSchema": true
should be"useCommonAlertSchema": true
and services/Resources/subscriptions/Deploy-ServiceHealth-ActionGroups.json
"useCommonSchema": true
should be"useCommonAlertSchema": true
"useCommonSchema": true
should be"useCommonAlertSchema": true
"useCommonSchema": true
should be"useCommonAlertSchema": true
Will open up a PR shortly to these two PolicyDefintions to fix this.