James Dumont Le Douarec

Results 9 comments of James Dumont Le Douarec

Same issue [here](https://github.com/JamesDLD/TagWithCreator/blob/master/environment/deploy.ps1#L28-L42), will follow this issue.

Would be great thanks. This is what i am using as a workaround through [Invoke-AzRestMethod](https://docs.microsoft.com/fr-fr/powershell/azure/manage-azure-resources-invoke-azrestmethod?view=azps-8.3.0&WT.mc_id=AZ-MVP-5003548) --> - Add-AzADGroupOwner ```powershell $type="users" #or "serviceprincipals" $payload = @{ '@odata.id' = "https://graph.microsoft.com/v1.0/$type/$accountId" } Invoke-AzRestMethod...

Adding my vote too here 👍 Sharing a similar waiting logic that works with bash -> ``` echo "Run the pipeline [$pipeline_name] from it's branch name [$branch_name]" run=$(az pipelines run...

Just tested it and it links both types of dns private zones, the ones created by the module and the ones you tell the module to create from the variable...

Any update on this? This is a very valuable pull request.

Just tried several options to assign agent pool role at the organisation level **Settings > Agent Pools > Security** and didn't find any way to do it @arnouthoebreckx. Any plan...

Just find my way to create custom role: 1. Add your custom role definition in a file respecting [this pattern](https://azure.github.io/Azure-Landing-Zones-Library/assets/role-definitions/) : ./lib/roles_definitions/*.alz_role_definition.

> [@JamesDLD](https://github.com/JamesDLD) thanks for reporting this issue. Can we ask you to open a support ticket for this issue as this related to a built-in policy (which we don't maintain)....