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
207 stars 109 forks source link

Update hashicorp/azurerm requirement from ~>3.7.0 to ~>3.49.0 in /scenarios/secure-baseline-ase/terraform #127

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.49.0

BREAKING CHANGES: App Service site_config

  • ip_restriction blocks are no longer computed - changes to IP restrictions outside of Terraform will now present a diff
  • scm_ip_restriction blocks are no longer computed - changes to SCM IP restrictions outside of Terraform will now present a diff
  • cors blocks no longer require allowed_origins, however, if the property is supplied it must contain at least one item. Omitting this property will set the array empty

FEATURES:

  • New Datasource: azurerm_orchestrated_virtual_machine_scale_set (#21050)
  • New Resource: azurerm_databricks_virtual_network_peering [#20728](https://github.com/hashicorp/terraform-provider-azurerm/issues/20728) (#20728)
  • New Resource: azurerm_sentinel_threat_intelligence_indicator (#20771)
  • New Resource: azurerm_voice_services_communications_gateway (#20607)

ENHANCEMENTS:

  • dependencies: updating to v0.20230322.1105901 of hashicorp/go-azure-sdk (#21079)
  • databricks: refactoring to use hashicorp/go-azure-sdk as a base layer rather than Azure/go-autorest (#21004)
  • azurerm_app_configuration_key - the resource's ID has been changed to match the Data Plane URL format to work around a number of bugs in the previous parsing logic (#20082)
  • azurerm_app_configuration_feature - the resource's ID has been changed to match the Data Plane URL format to work around a number of bugs in the previous parsing logic (#20082)
  • azurerm_express_route_circuit - add support for authorization_key (#21104)
  • azurerm_media_job - updating to use API Version 2022-07-01 (#20956)
  • azurerm_media_transform - updating to use API Version 2022-07-01 (#20956)
  • azurerm_virtual_network_gateway - support for conditional/patch updates (#21009)
  • azurerm_web_application_firewall_policy - the field operator within the match_conditions block can now be set to Any (#20971)
  • azurerm_kubernetes_cluster - add missing property to oms_agent schema(#21046)
  • azurerm_kubernetes_cluster - deprecate docker_bridge_cidr which is no longer supported by the API since docker is no longer a valid container runtime (#20952)
  • azurerm_management_group_policy_assignment - support for the overrides and resource_selectors blocks (#20686)
  • azurerm_mysql_flexible_server - support for the geo_backup_key_vault_key_id and geo_backup_user_assigned_identity_id properties (#20796)
  • azurerm_resource_group_policy_assignment - support for the overrides and resource_selectors blocks (#20686)
  • azurerm_resource_policy_assignment - support for the overrides and resource_selectors blocks (#20686)
  • azurerm_role_assignment - support subscription aliases scopes (#20895)
  • azurerm_signalr_service - support for public_network_access_enabled, local_auth_enabled, aad_auth_enabled, tls_client_cert_enabled, and serverless_connection_timeout_in_seconds properties (#20975)
  • azurerm_subscription_policy_assignment - support for the overrides and resource_selectors blocks (#20686)
  • azurerm_sentinel_log_analytics_workspace_onboarding - the resource_group_name and workspace_name properties have been deprecated in favour of workspace_id (#20661)
  • azurerm_virtual_network_peering - adding an explicit default value for allow_forwarded_traffic, allow_gateway_transit and use_remote_gateways (#21009)
  • azurerm_virtual_hub - support for the hub_routing_preference property (#21028)

BUG FIXES:

  • azurerm_automation_account - the key_source property has been deprecated (#21041)
  • azurerm_application_insights - the workspace_id can now be updated without creating a new resource (#21029)
  • azurerm_firewall - Prevent duplicate name from being used for ip_configuration and management_ip_configuration (#21068)
  • azurerm_kubernetes_cluster - replace calls to the deprecated accessProfiles endpoint with listUserCredentials (#20927)
  • azurerm_kusto_cluster - language_extensions is now a Set rather than a List (#20951)
  • azurerm_linux_function_app - fix an update bug with the health_check_eviction_time_in_min property (#21095)
  • azurerm_linux_function_app - fixed processing of cors block (#20987)
  • azurerm_linux_function_app - fix auth_v2 active_directory_v2 sending empty data (#21091)
  • azurerm_linux_function_app - fix read for token_store_enabled to correctly set returned value in state (#21091)
  • azurerm_linux_function_app - the ip_restriction block can is now successfully removed by removing from config (#20987)

... (truncated)

Changelog

Sourced from hashicorp/azurerm's changelog.

3.49.0 (March 23, 2023)

BREAKING CHANGES: App Service site_config

  • ip_restriction blocks are no longer computed - changes to IP restrictions outside of Terraform will now present a diff
  • scm_ip_restriction blocks are no longer computed - changes to SCM IP restrictions outside of Terraform will now present a diff
  • cors blocks no longer require allowed_origins, however, if the property is supplied it must contain at least one item. Omitting this property will set the array empty

FEATURES:

  • New Datasource: azurerm_orchestrated_virtual_machine_scale_set (#21050)
  • New Resource: azurerm_databricks_virtual_network_peering [#20728](https://github.com/hashicorp/terraform-provider-azurerm/issues/20728) (#20728)
  • New Resource: azurerm_sentinel_threat_intelligence_indicator (#20771)
  • New Resource: azurerm_voice_services_communications_gateway (#20607)

ENHANCEMENTS:

  • dependencies: updating to v0.20230322.1105901 of hashicorp/go-azure-sdk (#21079)
  • databricks: refactoring to use hashicorp/go-azure-sdk as a base layer rather than Azure/go-autorest (#21004)
  • azurerm_app_configuration_key - the resource's ID has been changed to match the Data Plane URL format to work around a number of bugs in the previous parsing logic (#20082)
  • azurerm_app_configuration_feature - the resource's ID has been changed to match the Data Plane URL format to work around a number of bugs in the previous parsing logic (#20082)
  • azurerm_express_route_circuit - add support for authorization_key (#21104)
  • azurerm_media_job - updating to use API Version 2022-07-01 (#20956)
  • azurerm_media_transform - updating to use API Version 2022-07-01 (#20956)
  • azurerm_virtual_network_gateway - support for conditional/patch updates (#21009)
  • azurerm_web_application_firewall_policy - the field operator within the match_conditions block can now be set to Any (#20971)
  • azurerm_kubernetes_cluster - add missing property to oms_agent schema(#21046)
  • azurerm_kubernetes_cluster - deprecate docker_bridge_cidr which is no longer supported by the API since docker is no longer a valid container runtime (#20952)
  • azurerm_management_group_policy_assignment - support for the overrides and resource_selectors blocks (#20686)
  • azurerm_mysql_flexible_server - support for the geo_backup_key_vault_key_id and geo_backup_user_assigned_identity_id properties (#20796)
  • azurerm_resource_group_policy_assignment - support for the overrides and resource_selectors blocks (#20686)
  • azurerm_resource_policy_assignment - support for the overrides and resource_selectors blocks (#20686)
  • azurerm_role_assignment - support subscription aliases scopes (#20895)
  • azurerm_signalr_service - support for public_network_access_enabled, local_auth_enabled, aad_auth_enabled, tls_client_cert_enabled, and serverless_connection_timeout_in_seconds properties (#20975)
  • azurerm_subscription_policy_assignment - support for the overrides and resource_selectors blocks (#20686)
  • azurerm_sentinel_log_analytics_workspace_onboarding - the resource_group_name and workspace_name properties have been deprecated in favour of workspace_id (#20661)
  • azurerm_virtual_network_peering - adding an explicit default value for allow_forwarded_traffic, allow_gateway_transit and use_remote_gateways (#21009)
  • azurerm_virtual_hub - support for the hub_routing_preference property (#21028)

BUG FIXES:

  • azurerm_automation_account - the key_source property has been deprecated (#21041)
  • azurerm_application_insights - the workspace_id can now be updated without creating a new resource (#21029)
  • azurerm_firewall - Prevent duplicate name from being used for ip_configuration and management_ip_configuration (#21068)
  • azurerm_kubernetes_cluster - replace calls to the deprecated accessProfiles endpoint with listUserCredentials (#20927)
  • azurerm_kusto_cluster - language_extensions is now a Set rather than a List (#20951)
  • azurerm_linux_function_app - fix an update bug with the health_check_eviction_time_in_min property (#21095)
  • azurerm_linux_function_app - fixed processing of cors block (#20987)
  • azurerm_linux_function_app - fix auth_v2 active_directory_v2 sending empty data (#21091)
  • azurerm_linux_function_app - fix read for token_store_enabled to correctly set returned value in state (#21091)

... (truncated)

Commits
  • 1090e47 v3.49.0
  • 8c56fd5 Update CHANGELOG.md #20728
  • 98ed595 [New Resource:] azurerm_databricks_virtual_network_peering (#20728)
  • 1097844 Update CHANGELOG.md for #21104
  • 05707a8 azurerm_express_route_circuit - add support for authorization_key (#21104)
  • 06a4863 azurerm_automation_hybrid_runbook_worker: update automation worker document...
  • faaea10 Update CHANGELOG.md #20082
  • c30e9b7 azurerm_app_configuration_key, azurerm_app_configuration_feature - change...
  • b7d1a76 Update CHANGELOG.md #21095
  • 9e2e430 azurerm_[linux|windows]_function_app - fix update bug in `health_check_evic...
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #131.