Marius Solbakken Mellum

Results 16 comments of Marius Solbakken Mellum
trafficstars

I would suggest that explicitly choosing to use beta features is the best way to go, following Microsoft's recommendation on not using the beta endpoint for production stuff by default....

@manicminer All API endpoints for Azure AD roles are now out beta (and have been for a while): https://learn.microsoft.com/en-us/graph/api/resources/privilegedidentitymanagementv3-overview?view=graph-rest-1.0 Any chance this will be prioritized in the backlog anytime soon?...

Fun, I was just gonna report this. But - it is not a direct issue with the AzAPI provider, as it completely ignores all the different resource types, and just...

Issue https://github.com/Azure/terraform-provider-azapi/issues/197 is related to this

Here is my workaround in an Azure DevOps pipeline PowerShell step: ``` # Change function app to PS 7 Write-Host '##[group]Change function app to PS 7' $function = az functionapp...

I can add that tagging a storage account worked on my side as well. My storage account was created like this: ```HCL resource "azurerm_storage_account" "sa" { name = var.storage_account_name location...

@roehrijn , I have tried with parallelism 1 now, and it does not resolve any issue when it comes to storage accounts at least. Maybe that workaround only works for...

@jdelforno , you are mixing PIM and Entitlement Management now aren't you? Of course we need to handle access packages using Terraform, even though it is available through the Microsoft...