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.50.0 to ~>3.52.0 in /scenarios/secure-baseline-ase/terraform #137

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

ENHANCEMENTS:

  • containerRegistry - refactoring to use hashicorp/go-azure-sdk (#21344)
  • monitor - refactoring to use hashicorp/go-azure-sdk (#21392)
  • recoveryServices - refactoring to use hashicorp/go-azure-sdk (#21344)
  • Data Source: azurerm_key_vault_certificate - add support for resource_manager_id and resource_manager_versionless_id (#21314)
  • Data Source: azurerm_key_vault_secret - support for not_before_date and expiration_date (#21359)
  • Data Source: azurerm_key_vault_secret - support specifying the keyvault secret version (#21336)
  • azurerm_dashboard_grafana- support for UserAssigned identitiues (#21394)
  • azurerm_key_vault_certificate - add support for resource_manager_id and resource_manager_versionless_id (#21314)
  • azurerm_linux_function_app - mark the site_credential block as Sensitive (#21393)
  • azurerm_linux_function_app_slot - mark the site_credential block as Sensitive (#21393)
  • azurerm_linux_web_app - mark the site_credential block as Sensitive (#21393)
  • azurerm_linux_web_app_slot - mark the site_credential block as Sensitive (#21393)
  • azurerm_windows_function_app - mark the site_credential block as Sensitive (#21393)
  • azurerm_windows_function_app_slot - mark the site_credential block as Sensitive (#21393)
  • azurerm_windows_web_app - mark the site_credential block as Sensitive (#21393)
  • azurerm_windows_web_app_slot - mark the site_credential block as Sensitive (#21393)

BUG FIXES:

  • azurerm_app_configuration_key - extend timeout for polling resource to allow propagation of read permission (#21337)
  • azurerm_app_configuration_feature - extend timeout for polling resource to allow propagation of read permission (#21337)
  • azurerm_cdn_endpoint - the global_delivery_rule property must have at least one action specified (#21403)
  • azurerm_kubernetes_cluster - the enable_host_encryption properly is not set when when resizing the default_node_pool (#21379)
  • azurerm_linux_function_app - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_linux_function_app_slot - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_linux_web_app - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_linux_web_app_slot - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_service_plan - support for new Premium V3 and Memory Optimised SKUs (#21371)
  • azurerm_storage_account_local_user - the ssh_authorized_key property can now be updated (#21362)
  • azurerm_storage_mover - remove Microsoft.StorageMover from required list of Resource Providers (#21370)
  • azurerm_subscription - fix an error during update (#21255)
  • azurerm_windows_function_app - fix acrash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_windows_function_app_slot - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_windows_web_app - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_windows_web_app_slot - fix a crash in auth_v2 in active_directory_v2 (#21381)
Changelog

Sourced from hashicorp/azurerm's changelog.

3.52.0 (April 13, 2023)

ENHANCEMENTS:

  • containerRegistry - refactoring to use hashicorp/go-azure-sdk (#21344)
  • monitor - refactoring to use hashicorp/go-azure-sdk (#21392)
  • recoveryServices - refactoring to use hashicorp/go-azure-sdk (#21344)
  • Data Source: azurerm_key_vault_certificate - add support for resource_manager_id and resource_manager_versionless_id (#21314)
  • Data Source: azurerm_key_vault_secret - support for not_before_date and expiration_date (#21359)
  • Data Source: azurerm_key_vault_secret - support specifying the keyvault secret version (#21336)
  • azurerm_dashboard_grafana- support for UserAssigned identitiues (#21394)
  • azurerm_key_vault_certificate - add support for resource_manager_id and resource_manager_versionless_id (#21314)
  • azurerm_linux_function_app - mark the site_credential block as Sensitive (#21393)
  • azurerm_linux_function_app_slot - mark the site_credential block as Sensitive (#21393)
  • azurerm_linux_web_app - mark the site_credential block as Sensitive (#21393)
  • azurerm_linux_web_app_slot - mark the site_credential block as Sensitive (#21393)
  • azurerm_windows_function_app - mark the site_credential block as Sensitive (#21393)
  • azurerm_windows_function_app_slot - mark the site_credential block as Sensitive (#21393)
  • azurerm_windows_web_app - mark the site_credential block as Sensitive (#21393)
  • azurerm_windows_web_app_slot - mark the site_credential block as Sensitive (#21393)

BUG FIXES:

  • azurerm_app_configuration_key - extend timeout for polling resource to allow propagation of read permission (#21337)
  • azurerm_app_configuration_feature - extend timeout for polling resource to allow propagation of read permission (#21337)
  • azurerm_cdn_endpoint - the global_delivery_rule property must have at least one action specified (#21403)
  • azurerm_kubernetes_cluster - the enable_host_encryption properly is not set when when resizing the default_node_pool (#21379)
  • azurerm_linux_function_app - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_linux_function_app_slot - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_linux_web_app - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_linux_web_app_slot - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_service_plan - support for new Premium V3 and Memory Optimised SKUs (#21371)
  • azurerm_storage_account_local_user - the ssh_authorized_key property can now be updated (#21362)
  • azurerm_storage_mover - remove Microsoft.StorageMover from required list of Resource Providers (#21370)
  • azurerm_subscription - fix an error during update (#21255)
  • azurerm_windows_function_app - fix acrash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_windows_function_app_slot - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_windows_web_app - fix a crash in auth_v2 in active_directory_v2 (#21381)
  • azurerm_windows_web_app_slot - fix a crash in auth_v2 in active_directory_v2 (#21381)

3.51.0 (April 06, 2023)

BREAKING CHANGES:

  • azurerm_kubernetes_cluster - the sku_tier property no longer accepts the value Paid, it must be updated to Standard (#21256)

FEATURES:

  • New Resource: azurerm_arc_kubernetes_cluster (#15401)
  • New Resource: azurerm_resource_group_cost_management_view (#21112)

... (truncated)

Commits
  • 0165884 v3.52.0
  • 9ff834f Update CHANGELOG.md
  • f39d1ca azurerm_healthbot - use LRO operation for bots update (#20663)
  • 8143f80 Update CHANGELOG.md #21336
  • 19bf1ca data.azurerm_key_vault_secret - support specifying the keyvault secret vers...
  • e908c3d azurerm_monitor_action_rule_{action_group|suppression} - deprecate in favou...
  • fb2a2e8 azurerm_monitor_data_collection_rule - doc: fix example (#21412)
  • 4609a34 Update CHANGELOG.md for #21403
  • b09cee6 azurerm_cdn_endpoint.global_delivery_rule - at least one action must now be...
  • 77b93b7 update for #21255
  • 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 #138.