Ken Spur

Results 5 comments of Ken Spur

Same here, cant seem to add a predefined empty function with Microsoft.Web/sites/functions. Or run the template when the function already exists. My use case would be to create a function...

Upon deeper investigation, it seems the Go package `github.com/hashicorp/terraform v0.15.3` is trailing behind and hasn't been updated due to the fact that its dependencies have been made internal in the...

Ready for review! Is `.github/labeler-pull-request-triage.yaml` something i should update?

Nice, also looking forward to this one. Its needed for the terraform provider

Looking at [internal/services/applications/application_pre_authorized_resource.go](https://github.com/hashicorp/terraform-provider-azuread/blob/main/internal/services/applications/application_pre_authorized_resource.go) > func applicationPreAuthorizedResourceDelete The issue seems to stem from concurrent operations both reading and writing to the pre-authorized applications array simultaneously. Each operation does not account for...