Tom Harvey

Results 125 comments of Tom Harvey

hey @ToniCipriani Unfortunately we don't plan to remove the `features` block requirement, this is intentionally required so that users are aware of which behavioural features the provider is using (and...

This appears to be a Terraform Core issue, since it appears to be unable to communicate with the plugin - transferring this there.

@crw all of the Provider binaries are cross-compiled on Linux (with CGO enabled, we don't manually enable/disable this iirc) - we do not build on macOS at this time.

@mpigram nothing's changed within the Provider on that front in the last ~4 months: https://github.com/hashicorp/terraform-provider-azurerm/blob/main/.go-version - although we'll likely be updating that in the near future fwiw. Since you mention...

This PR tracks upgrading the AzureRM Provider to use Go 1.18: https://github.com/hashicorp/terraform-provider-azurerm/pull/15902 Whilst we can't commit to a timeframe for building/cross-compiling from macOS, this is something we've got planned fwiw

The latest release of the AzureRM Provider (3.1.0) builds using Go 1.18 - can you take a look and see if that solves this for you @mpigram?

hey @bgmon As [mentioned in this comment](https://github.com/hashicorp/terraform-provider-azurerm/issues/17611#issuecomment-1255323186) we're expecting the ID of a Managed Identity rather than the UUID of of the Managed Identity - as such this can be...

hi @aersamkull Thanks for opening this issue. The `hidden-link` tag is used to link Application Insights to a particular resource, so that's expected if the other resource is connected to...

Blocked on https://github.com/Azure/azure-rest-api-specs/pull/20588

@fedeoliv apologies for the contradiction - we can we update this to use a new Service Principal created as a part of each test - we can use the AzureAD...