Jared Holgate

Results 66 comments of Jared Holgate

> required_version = "~> 1.10" That is not the installed version of the CLI, just the required version. Run `terraform -v` to see the installed version.

@ms-henglu and @stemaMSFT Perhaps it is just my googling skills, but I don't see a way to trigger a container job manual run via the ARM API? https://learn.microsoft.com/en-us/azure/templates/microsoft.app/jobs?pivots=deployment-language-terraform Given that,...

Hi. I was able to get this working for a container app job using this code: ```hcl resource "azapi_resource_action" "placeholder_trigger" { type = "Microsoft.App/jobs@2024-03-01" resource_id = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-h95qg9/providers/Microsoft.App/jobs/my-job" action = "start"...

@jackofallops I added one further docs fix I spotted in here, but it is ready to go as far as I am concerned. There are no breaking changes in here....

Cross referencing the equivalent GitHub issue: https://github.com/integrations/terraform-provider-github/issues/2408

@ms-henglu The ability to supply dynamic ignores to the provider would make our development of Azure Verified Modules much more customer friendly for those using Azure Policy at scale. Any...

@matt-FFFFFF I purposely implemented the MVP to support migration from CAF module. The intent is to move the implementation to the provider and add full support for per definition messages...

> Ok I see that's what we are doing. Perhaps a toggle to disable this and allow callers to use the values in the JSON / provider generated. The interpolation...

> I think this would be simpler if it were in alzlib. > > Unless one of the special cases where non-compliance messages are not supported... > > If length...

@magodo It looks like an extra read has been introduced as part of the backend updates. Previously the minimum permissions required were `Storage Blob Data Owner` on the container when...