Heng Lu

Results 355 comments of Heng Lu

@matt-FFFFFF - Got it! I have a hacky workaround for this case 😆 TeamA can use `azapi_resource` to create vnet and add `ignore_changes = [body]`, then it will only be...

Hi @matt-FFFFFF > It doesn't work for changes to tags as azapi_update_resource does not support tags. So updating the tags in the original azapi_resource ends up deleting the subnets that...

I'll close this issue, but feel free to reopen it if there're further questions. :)

Hi @Nepomuceno , Thank you for taking time to open this issue! I'm not sure whether you're aware of this provider: https://registry.terraform.io/providers/aztfmod/azurecaf/latest/docs/resources/azurecaf_name, it seems can fulfill the requirements.

Hi @webczat , Thank you for taking time to report this issue! This is an issue related to the API, it should return the casing that is set there. The...

Yes, I think this is the right thing, and I'll create an issue for the service team to fix the API.

Hi @webczat , I've created an issue for the API bug: https://github.com/Azure/azure-rest-api-specs/issues/20586. I'll close this issue, but feel free to reopen it if there're more questions. Thanks!

Hi @mpjtaylor , Thank you for opening this issue! In most of the cases, a resource's location is not updatable, so the `location` field is marked as `ForceNew` by design.

https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azidentity doesn't support OIDC yet. Roadmap: https://github.com/Azure/azure-sdk-for-go/issues/16728

@LaurentLesle - Thanks! I just checked again, it seems they're tracking this feature by https://github.com/Azure/azure-sdk-for-go/issues/15615 according to https://github.com/Azure/azure-sdk-for-go/issues/16728#issuecomment-1119759637.