This repository contains the Azure Landing Zones (ALZ) Bicep modules that help deliver and deploy the Azure Landing Zone conceptual architecture in a modular approach. https://aka.ms/alz/docs
MIT License
764
stars
514
forks
source link
fix: Add role connectedMachineResourceAdministrator to Deploy-vmHybr-Monitoring #862
The assignment called Deploy-vmHybr-Monitoring assigns the Initiative with the ID 2b00397d-c309-49c4-aa5a-f0b2c5bc6321. If we look at the definition, it says that this assignment needs the role Azure Connected Machine Resource Administrator.
Related Issues/Work Items
This PR fixes/adds/changes/removes
Add role Azure Connected Machine Resource Administrator to 2 assignments of Enable Azure Monitor for Hybrid Virtual Machines
Breaking Changes
none
Testing Evidence
As part of this Pull Request I have
[x] Read the Contribution Guide and ensured this PR is compliant with the guide
[x] Ensured the resource API versions in .bicep file/s I am adding/editing are using the latest API version possible
Overview/Summary
The assignment called Deploy-vmHybr-Monitoring assigns the Initiative with the ID
2b00397d-c309-49c4-aa5a-f0b2c5bc6321
. If we look at the definition, it says that this assignment needs the role Azure Connected Machine Resource Administrator.Related Issues/Work Items
This PR fixes/adds/changes/removes
Breaking Changes
none
Testing Evidence
As part of this Pull Request I have
.bicep
file/s I am adding/editing are using the latest API version possiblemain
branch