Jared Holgate

Results 19 issues of Jared Holgate

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

There are some use cases in that cannot be achieved with the ARM API, but can be achieved with the REST API. Examples being triggering immediate runs of jobs, such...

example

This PR is to update the azurerm backend docs for correctness following the 1.11 release. Related: https://github.com/hashicorp/terraform/pull/36623 ## Target Release 1.11.1 ## CHANGELOG entry - [ ] This change is...

documentation
backend/azure
1.11-backport

See the AzAPI implementation for an example: - Service Connection ID Input: - https://github.com/Azure/terraform-provider-azapi/blob/318f525558caa76b738b80f917c82eb3b253022b/internal/provider/provider.go#L66 - https://github.com/Azure/terraform-provider-azapi/blob/318f525558caa76b738b80f917c82eb3b253022b/internal/provider/provider.go#L283 - https://github.com/Azure/terraform-provider-azapi/blob/318f525558caa76b738b80f917c82eb3b253022b/internal/provider/provider.go#L529 - SYSTEM_ACCESSTOKEN support: https://github.com/Azure/terraform-provider-azapi/blob/318f525558caa76b738b80f917c82eb3b253022b/internal/provider/provider.go#L504 - Build credentials: - https://github.com/Azure/terraform-provider-azapi/blob/318f525558caa76b738b80f917c82eb3b253022b/internal/provider/provider.go#L809 - https://github.com/Azure/terraform-provider-azapi/blob/318f525558caa76b738b80f917c82eb3b253022b/internal/provider/provider.go#L962 -...

At the moment if a policy assignment configuration is set and the management group ID doesn't exist, the provider will show a warning and continue: https://github.com/Azure/terraform-provider-alz/blob/999a82a4537ae3fa865e026e53a5303872c3124a/internal/provider/architecture_data_source.go#L211 BUG: It should continue,...

This PR adds new alternative environment variable to support Azure DevOps Pipelines when using the azurerm backend. - `AZURESUBSCRIPTION_SERVICE_CONNECTION_ID`: This is default env var spat out by the Azure DevOps...

enhancement
backend/azure

# Overview/summary Begin migration to AVM ## This PR fixes/adds/changes/removes 1. fixes #000 ### Breaking changes 1. *Replace me* ## Testing evidence Please provide testing evidence to show that your...

## Description Adds support for multiple non-compliance messages for policy sets Closes #233 ## Type of Change - [ ] Non-module change (e.g. CI/CD, documentation, etc.) - [x] Azure Verified...

Needs: Triage :mag:

I'd like to see the azapi_resource_action re-implemented as an action as released in Terraform CLI 1.4: https://developer.hashicorp.com/terraform/language/v1.14.x/invoke-actions Also, if we could have a generic action resource that can call any...

enhancement