microsoft / power-platform-terraform-quickstarts

Examples for using the Power Platform Terraform Provider
https://github.com/microsoft/terraform-provider-power-platform
MIT License
20 stars 3 forks source link

Bump hashicorp/azurerm from 3.102.0 to 3.103.1 in /bootstrap/tenant-configuration #62

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps hashicorp/azurerm from 3.102.0 to 3.103.1.

Release notes

Sourced from hashicorp/azurerm's releases.

v3.103.1

BUG FIXES

  • loadtest - fixing an issue where the SDK Clients weren't registered (#25920)

v3.103.0

FEATURES:

  • New Resource: azurerm_container_app_job (#23871)
  • New Resource: azurerm_container_app_environment_custom_domain (#24346)
  • New Resource: azurerm_data_factory_credential_service_principal (#25805)
  • New Resource: azurerm_network_manager_connectivity_configuration (#25746)
  • New Resource: azurerm_maintenance_assignment_dynamic_scope (#25467)
  • New Resource: azurerm_virtual_machine_gallery_application_assignment (#22945)
  • New Resource: azurerm_virtual_machine_automanage_configuration_assignment (#25480)

ENHANCEMENTS:

  • provider - support for the recover_soft_deleted_backup_protected_vm feature (#24157)
  • dependencies: updating github.com/hashicorp/go-azure-helpers to v0.69.0 (#25903)
  • loganalytics - update cluster resource to api version 2022-01-01 (#25686)
  • azurerm_bastion_host - support for the kerberos_enabled property (#25823)
  • azurerm_container_app - secrets can now be removed (#25743)
  • azurerm_container_app_environment - support for the custom_domain_verification_id property (#24346)
  • azurerm_linux_virtual_machine - support for the additional capability hibernation_enabled (#25807)
  • azurerm_linux_virtual_machine - support for additional values for the license_type property (#25909)
  • azurerm_linux_virtual_machine_scale_set - support for the maximum_surge_instances property for vmss rolling upgrades (#24914)
  • azurerm_windows_virtual_machine - support for the additional capability hibernation_enabled (#25807)
  • azurerm_windows_virtual_machine_scale_set - support for the maximum_surge_instances_enabled property for vmss rolling upgrades (#24914)
  • azurerm_storage_account - support for the permanent_delete_enabled property within retention policies (#25778)

BUG FIXES:

  • azurerm_kubernetes_cluster - erase load_balancer_profile when changing network_profile.outbound_type from loadBalancer to another outbound type (#25530)
  • azurerm_log_analytics_saved_search - the function_parameters property now repsects the order of elements (#25869)
  • azurerm_linux_web_app - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#20049)
  • azurerm_linux_web_app_slot - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#20049)
  • azurerm_monitor_private_link_scoped_service - normalize case of the linked_resource_id property during reads (#25787)
  • azurerm_role_assignment - add addtional retry logic to assist with cross-tenant use (#25853)
  • azurerm_web_pubsub_network_acl - fixing a crash when networkACL.PublicNetwork.Deny was nil (#25886)
  • azurerm_windows_web_app - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#20049)
  • azurerm_windows_web_app_slot - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#20049)
Changelog

Sourced from hashicorp/azurerm's changelog.

3.103.1 (May 10, 2024)

BUG FIXES

  • loadtest - fixing an issue where the SDK Clients weren't registered (#25920)

3.103.0 (May 09, 2024)

FEATURES:

  • New Resource: azurerm_container_app_job (#23871)
  • New Resource: azurerm_container_app_environment_custom_domain (#24346)
  • New Resource: azurerm_data_factory_credential_service_principal (#25805)
  • New Resource: azurerm_network_manager_connectivity_configuration (#25746)
  • New Resource: azurerm_maintenance_assignment_dynamic_scope (#25467)
  • New Resource: azurerm_virtual_machine_gallery_application_assignment (#22945)
  • New Resource: azurerm_virtual_machine_automanage_configuration_assignment (#25480)

ENHANCEMENTS:

  • provider - support for the recover_soft_deleted_backup_protected_vm feature (#24157)
  • dependencies: updating github.com/hashicorp/go-azure-helpers to v0.69.0 (#25903)
  • loganalytics - update cluster resource to api version 2022-01-01 (#25686)
  • azurerm_bastion_host - support for the kerberos_enabled property (#25823)
  • azurerm_container_app - secrets can now be removed (#25743)
  • azurerm_container_app_environment - support for the custom_domain_verification_id property (#24346)
  • azurerm_linux_virtual_machine - support for the additional capability hibernation_enabled (#25807)
  • azurerm_linux_virtual_machine - support for additional values for the license_type property (#25909)
  • azurerm_linux_virtual_machine_scale_set - support for the maximum_surge_instances property for vmss rolling upgrades (#24914)
  • azurerm_windows_virtual_machine - support for the additional capability hibernation_enabled (#25807)
  • azurerm_windows_virtual_machine_scale_set - support for the maximum_surge_instances_enabled property for vmss rolling upgrades (#24914)
  • azurerm_storage_account - support for the permanent_delete_enabled property within retention policies (#25778)

BUG FIXES:

  • azurerm_kubernetes_cluster - erase load_balancer_profile when changing network_profile.outbound_type from loadBalancer to another outbound type (#25530)
  • azurerm_log_analytics_saved_search - the function_parameters property now repsects the order of elements (#25869)
  • azurerm_linux_web_app - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#20049)
  • azurerm_linux_web_app_slot - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#20049)
  • azurerm_monitor_private_link_scoped_service - normalize case of the linked_resource_id property during reads (#25787)
  • azurerm_role_assignment - add addtional retry logic to assist with cross-tenant use (#25853)
  • azurerm_web_pubsub_network_acl - fixing a crash when networkACL.PublicNetwork.Deny was nil (#25886)
  • azurerm_windows_web_app - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#20049)
  • azurerm_windows_web_app_slot - fix slow_request with path issue in auto_heal by adding support for slow_request_with_path block (#20049)
Commits
  • 9c38efc v3.103.1
  • 872aba9 updating to include #25920
  • fa08dd2 Merge pull request #25920 from sinbai/loadtest/fix_acctests
  • d8b99e4 Merge pull request #25925 from cgraf-spiria/fix/web_app-doc
  • 02ac4e0 v3.103.0
  • 8d0db10 azurerm_automation_python3_package: fix AccTest by using .whl file replac...
  • a4b8281 Update CHANGELOG.md #24346
  • ad22416 azurerm_container_app_environment - add support for the Custom DNS Suffix (...
  • 93bbb9b Remove duplicate linebreak & delimiter
  • 1cce079 Add missing line break before delimiter
  • Additional commits viewable in compare view


Dependabot compatibility score

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)