Azure / azure-monitor-baseline-alerts

Azure Monitor Baseline Alerts
MIT License
167 stars 243 forks source link

changed loop in AVD alerts #337

Closed yshafner closed 1 month ago

yshafner commented 2 months ago

Overview/Summary

Changed the index of a loop to access the RG name. Originally it was 4 and returning "microsoft.providers" but should be the RG name.

This PR fixes/adds/changes/removes

  1. Replaced loop in AVD alerts

Breaking Changes

NA

As part of this Pull Request I have

JCoreMS commented 2 months ago

Great find on this @yshafner. This will resolve the permissions setting that was failing during deployment.

arjenhuitema commented 2 months ago

Great find on this @yshafner. This will resolve the permissions setting that was failing during deployment.

Hi @JCoreMS, are you referring to issue #288, does this PR solve that?

yshafner commented 2 months ago

@JCoreMS @arjenhuitema Can this be merged?