Azure / appservice-landing-zone-accelerator

The Azure App Service landing zone accelerator is an open-source collection of architectural guidance and reference implementation to accelerate deployment of Azure App Service at scale.
https://build.microsoft.com/en-US/sessions/58f92fab-3298-444d-b215-6b93219cd5d7?source=sessions
MIT License
200 stars 94 forks source link

Update hashicorp/azurerm requirement from ~>3.50.0 to ~>3.54.0 in /scenarios/secure-baseline-ase/terraform #140

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on hashicorp/azurerm to permit the latest version.

Release notes

Sourced from hashicorp/azurerm's releases.

v3.54.0

BREAKING CHANGES:

  • azurerm_attestation_provider - the field policy is deprecated and non-functional due to a design issue with the original resource (where this wasn't retrieved from the Azure API and thus wasn't exposed correctly) - this has been superseded by the fields open_enclave_policy_base64, sgx_enclave_policy_base64 and tpm_policy_base64. (#21524)

FEATURES:

  • New Resource: azurerm_arc_kubernetes_cluster_extension (#21310)
  • New Resource: azurerm_cosmosdb_postgresql_cluster (#21090)
  • New Resource: azurerm_email_communication_service (#21526)
  • New Resource: azurerm_kubernetes_cluster_extension (#21310)
  • New Resource: azurerm_netapp_volume_group_sap_hana (#21290)
  • New Resource: azurerm_storage_mover_project (#21477)
  • New Resource: azurerm_storage_mover_job_definition (#21514)

ENHANCEMENTS:

  • dependencies: updating to v0.20230427.1112058 of github.com/hashicorp/go-azure-sdk (#21583)
  • security: updating to API Version 2023-01-01 (#21531)
  • Data Source: azurerm_virtual_network_gateway - add support for the field private_ip_address (#21432)
  • azurerm_active_directory_domain_service - domain_name now supports a length up to 30 characters (#21555)
  • azurerm_attestation_provider - adding support for the field open_enclave_policy_base64, sgx_enclave_policy_base64 and tpm_policy_base64 (#21524)
  • azurerm_attestation_provider - adding support for the field sgx_enclave_policy_base64 (#21524)
  • azurerm_attestation_provider - adding support for the field tpm_policy_base64 (#21524)
  • azurerm_billing_account_cost_management_export - the field time_frame can now be set to TheLast7Days (#21528)
  • azurerm_firewall_policy_rule_collection_group - the fields source_addresses and destination_addresses now accepts an IPv4 range (#21542)
  • azurerm_kubernetes_cluster - add support for the service_mesh_profile block (#21516)
  • azurerm_resource_group_cost_management_export - the field time_frame can now be set to TheLast7Days (#21528)
  • azurerm_search_service - adding support for authentication_failure_mode (#21323)
  • azurerm_search_service - adding support for customer_managed_key_enforcement_enabled (#21323)
  • azurerm_search_service - adding support for hosting_mode (#21323)
  • azurerm_search_service - adding support for local_authentication_enabled (#21323)
  • azurerm_search_service - support for setting sku to StorageOptimizedL2 (#21323)
  • azurerm_subscription_cost_management_export - the field time_frame can now be set to TheLast7Days (#21528)

BUG FIXES:

  • Provider: fix an authentication bug when specifying auxiliary_tenant_ids whilst authenticating using Azure CLI (#21583)
  • azurerm_attestation_provider - the field policy is deprecated and non-functional - instead please use the fields open_enclave_policy_base64, sgx_enclave_policy_base64 and tpm_policy_base64 (#21524)
  • azurerm_mysql_flexible_server - fix issue where identity was not being removed properly on updates (#21533)
  • azurerm_search_service - updating the default value for partition_count to 1 to match the API (#21323)
  • azurerm_search_service - updating the default value for replica_count to 1 to match the API (#21323)
  • azurerm_search_service - the field allowed_ips is now a Set rather than a List (#21323)
Changelog

Sourced from hashicorp/azurerm's changelog.

3.54.0 (April 27, 2023)

BREAKING CHANGES:

  • azurerm_attestation_provider - the field policy is deprecated and non-functional due to a design issue with the original resource (where this wasn't retrieved from the Azure API and thus wasn't exposed correctly) - this has been superseded by the fields open_enclave_policy_base64, sgx_enclave_policy_base64 and tpm_policy_base64. (#21524)

FEATURES:

  • New Resource: azurerm_arc_kubernetes_cluster_extension (#21310)
  • New Resource: azurerm_cosmosdb_postgresql_cluster (#21090)
  • New Resource: azurerm_email_communication_service (#21526)
  • New Resource: azurerm_kubernetes_cluster_extension (#21310)
  • New Resource: azurerm_netapp_volume_group_sap_hana (#21290)
  • New Resource: azurerm_storage_mover_project (#21477)
  • New Resource: azurerm_storage_mover_job_definition (#21514)

ENHANCEMENTS:

  • dependencies: updating to v0.20230427.1112058 of github.com/hashicorp/go-azure-sdk (#21583)
  • security: updating to API Version 2023-01-01 (#21531)
  • Data Source: azurerm_virtual_network_gateway - add support for the field private_ip_address (#21432)
  • azurerm_active_directory_domain_service - domain_name now supports a length up to 30 characters (#21555)
  • azurerm_attestation_provider - adding support for the field open_enclave_policy_base64, sgx_enclave_policy_base64 and tpm_policy_base64 (#21524)
  • azurerm_attestation_provider - adding support for the field sgx_enclave_policy_base64 (#21524)
  • azurerm_attestation_provider - adding support for the field tpm_policy_base64 (#21524)
  • azurerm_billing_account_cost_management_export - the field time_frame can now be set to TheLast7Days (#21528)
  • azurerm_firewall_policy_rule_collection_group - the fields source_addresses and destination_addresses now accepts an IPv4 range (#21542)
  • azurerm_kubernetes_cluster - add support for the service_mesh_profile block (#21516)
  • azurerm_resource_group_cost_management_export - the field time_frame can now be set to TheLast7Days (#21528)
  • azurerm_search_service - adding support for authentication_failure_mode (#21323)
  • azurerm_search_service - adding support for customer_managed_key_enforcement_enabled (#21323)
  • azurerm_search_service - adding support for hosting_mode (#21323)
  • azurerm_search_service - adding support for local_authentication_enabled (#21323)
  • azurerm_search_service - support for setting sku to StorageOptimizedL2 (#21323)
  • azurerm_subscription_cost_management_export - the field time_frame can now be set to TheLast7Days (#21528)

BUG FIXES:

  • Provider: fix an authentication bug when specifying auxiliary_tenant_ids whilst authenticating using Azure CLI (#21583)
  • azurerm_attestation_provider - the field policy is deprecated and non-functional - instead please use the fields open_enclave_policy_base64, sgx_enclave_policy_base64 and tpm_policy_base64 (#21524)
  • azurerm_mysql_flexible_server - fix issue where identity was not being removed properly on updates (#21533)
  • azurerm_search_service - updating the default value for partition_count to 1 to match the API (#21323)
  • azurerm_search_service - updating the default value for replica_count to 1 to match the API (#21323)
  • azurerm_search_service - the field allowed_ips is now a Set rather than a List (#21323)

3.53.0 (April 20, 2023)

FEATURES:

  • New Resource: azurerm_cost_management_scheduled_action (#21325)

... (truncated)

Commits
  • 302af00 v3.54.0
  • d735d0e Update CHANGELOG.md #21514
  • 75260d6 New Resource : azurerm_storage_mover_job_definition (#21514)
  • f0615fa Update CHANGELOG.md #21526
  • 24dca8f azurerm_email_communication_service - New resource (#21526)
  • 3a8a7de Contributor docs: fix the build and use a stable tag for `mkdocs-deploy-gh-pa...
  • f6dcbd9 azurerm_redis_cache - Fix the issue about data persistence could not be swi...
  • e1d45df azurerm_container_registry_token_password - Eliminate callilng `listCredent...
  • 8d59fa5 d/azurerm_platform_image: fix crash for empty image list (#21471)
  • 5f7edf7 Update CHANGELOG.md for #21555
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)