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 95 forks source link

Update hashicorp/azurerm requirement from ~>3.62.1 to ~>3.64.0 in /scenarios/secure-baseline-ase/terraform #173

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 12 months ago

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

Release notes

Sourced from hashicorp/azurerm's releases.

v3.64.0

FEATURES:

  • New Data Source: azurerm_automation_variables (#22216)
  • New Resource: azurerm_arc_private_link_scope (#22314)
  • New Resource: azurerm_kusto_cosmosdb_data_connection (#22295)
  • New Resource: azurerm_pim_active_role_assignment (#20731)
  • New Resource: azurerm_pim_eligible_role_assignment (#20731)

ENHANCEMENTS:

  • dependencies: web: updating to API Version 2022-09-01 (#22352)
  • dependencies: cognitive: updating to API Version 2023-05-01 (#22223)
  • dependencies: updating to v1.53.0 of google.golang.org/grpc (#22383)
  • azurerm_cognitive_deployment - suppot for the scale block propeties tier, size, family, and capacity (#22223)
  • azurerm_linux_function_app - added support for the public_network_access_enabled property (#22352)
  • azurerm_linux_function_app_slot - added support for the public_network_access_enabled property (#22352)
  • azurerm_linux_web_app - added support for the public_network_access_enabled property (#22352)
  • azurerm_linux_web_app_slot - added support for the public_network_access_enabled property (#22352)
  • azurerm_windows_function_app - added support for the public_network_access_enabled property (#22352)
  • azurerm_windows_function_app_slot - added support for the public_network_access_enabled property
  • azurerm_windows_web_app - added support for the public_network_access_enabled property (#22352)
  • azurerm_windows_web_app_slot - added support for the public_network_access_enabled property (#22352)
  • azurerm_stream_analytics_output_blob - increase the batch_min_rows property allowed values to 1000000 (#22331)
  • azurerm_spring_cloud_gateway - support for the the allowed_origin_patterns property (#22317)

BUG FIXES:

  • Data Source azurerm_virtual_machine_scale_set - prevent a nil pointer panic during reads (#22335)
  • azurerm_application_insights_api_key - prevent a nil pointer panic (#22388)
  • azurerm_linux_function_app - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_linux_function_app_slot - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_linux_web_app - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_linux_web_app - prevent a nil pointer panic in docker settings processing (#22347)
  • azurerm_linux_web_app_slot - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_private_dns_resolver_forwarding_rule_resource - changing the domain_name property now creates a new resource (#22375)
  • azurerm_windows_function_app - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_windows_function_app_slot - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_windows_web_app - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_windows_web_app_slot - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_network_security_rule - improve validation of the name property and prevent creation of resources that are broken (#22336)

DEPRECATION:

  • media - all resources and data sources are deprecated ahead of service being retired (#22350)
Changelog

Sourced from hashicorp/azurerm's changelog.

3.64.0 (July 06, 2023)

FEATURES:

  • New Data Source: azurerm_automation_variables (#22216)
  • New Resource: azurerm_arc_private_link_scope (#22314)
  • New Resource: azurerm_kusto_cosmosdb_data_connection (#22295)
  • New Resource: azurerm_pim_active_role_assignment (#20731)
  • New Resource: azurerm_pim_eligible_role_assignment (#20731)

ENHANCEMENTS:

  • dependencies: web: updating to API Version 2022-09-01 (#22352)
  • dependencies: cognitive: updating to API Version 2023-05-01 (#22223)
  • dependencies: updating to v1.53.0 of google.golang.org/grpc (#22383)
  • azurerm_cognitive_deployment - suppot for the scale block propeties tier, size, family, and capacity (#22223)
  • azurerm_linux_function_app - added support for the public_network_access_enabled property (#22352)
  • azurerm_linux_function_app_slot - added support for the public_network_access_enabled property (#22352)
  • azurerm_linux_web_app - added support for the public_network_access_enabled property (#22352)
  • azurerm_linux_web_app_slot - added support for the public_network_access_enabled property (#22352)
  • azurerm_windows_function_app - added support for the public_network_access_enabled property (#22352)
  • azurerm_windows_function_app_slot - added support for the public_network_access_enabled property
  • azurerm_windows_web_app - added support for the public_network_access_enabled property (#22352)
  • azurerm_windows_web_app_slot - added support for the public_network_access_enabled property (#22352)
  • azurerm_stream_analytics_output_blob - increase the batch_min_rows property allowed values to 1000000 (#22331)
  • azurerm_spring_cloud_gateway - support for the the allowed_origin_patterns property (#22317)

BUG FIXES:

  • Data Source azurerm_virtual_machine_scale_set - prevent a nil pointer panic during reads (#22335)
  • azurerm_application_insights_api_key - prevent a nil pointer panic (#22388)
  • azurerm_linux_function_app - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_linux_function_app_slot - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_linux_web_app - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_linux_web_app - prevent a nil pointer panic in docker settings processing (#22347)
  • azurerm_linux_web_app_slot - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_private_dns_resolver_forwarding_rule_resource - changing the domain_name property now creates a new resource (#22375)
  • azurerm_windows_function_app - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_windows_function_app_slot - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_windows_web_app - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_windows_web_app_slot - the allowed_origins property in the cors block now has a minimum entry count of 1 (#22352)
  • azurerm_network_security_rule - improve validation of the name property and prevent creation of resources that are broken (#22336)

DEPRECATION:

  • media - all resources and data sources are deprecated ahead of service being retired (#22350)

3.63.0 (June 29, 2023)

FEATURES:

... (truncated)

Commits
  • c8d1a23 v3.64.0
  • 73eaeb3 Update CHANGELOG.md
  • f572998 Update CHANGELOG.md #22317
  • dc88b6f azurerm_spring_cloud_gateway - support for the allowed_origin_patterns pr...
  • 3e2dc50 Update CHANGELOG.md #22223
  • d44be81 azurerm_cognitive_deployment - Upgrade cognitive api version, update resour...
  • 01e3a11 Update CHANGELOG.md #22375
  • db97ba1 azurerm_private_dns_resolver_forwarding_rule_resource - make domain_name forc...
  • 92bca5c Update CHANGELOG.md #20731
  • d769727 feat: create azurerm_pim_active_role_assignment and azurerm_pim_eligible_role...
  • 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 11 months ago

Superseded by #174.