Releases: hashicorp/terraform-provider-azurerm
Releases · hashicorp/terraform-provider-azurerm
v3.107.0
FEATURES:
- New Resource:
azurerm_data_protection_backup_policy_postgresql_flexible_server
(#26024)
ENHANCEMENTS:
- dependencies: updating to
v0.20240604.1114748
ofgithub.com/hashicorp/go-azure-sdk
(#26216) advisor
: update API version to2023-01-01
(#26205)keyvault
: handling the Resources API returning Key Vaults that have been deleted when populating the cache (#26199)machinelearning
: update API version to2024-04-01
(#26168)network/privatelinkservices
- update to usehashicorp/go-azure-sdk
(#26212)network/serviceendpointpolicies
- update to usehashicorp/go-azure-sdk
(#26196)network/virtualnetworks
- update to usehashicorp/go-azure-sdk
(#26217)network/virtualwans
: update route resources to usehashicorp/go-azure-sdk
(#26189)azurerm_container_app_job
- support for thekey_vault_secret_id
andidentity
properties in thesecret
block (#25969)azurerm_kubernetes_cluster
- support forthedns_zone_ids
popperty in theweb_app_routing
block (#26117)azurerm_notification_hub_authorization_rule
- support for theprimary_connection_string
andsecondary_connection_string
properties (#26188)azurerm_subnet
- support for thedefault_outbound_access_enabled
property (#25259)
BUG FIXES:
azurerm_api_management_named_value
- will now enforce setting thesecret
property when setting thevalue_from_key_vault
property (#26150)azurerm_storage_sync_server_endpoint
- improve pooling to work around api inconsistencies (#26204)azurerm_virtual_network
- split create and update function to fix lifecycle - ignore (#26246)azurerm_vpn_server_configuration
- split create and update function to fix lifecycle - ignore (#26175)azurerm_vpn_server_configuration_policy_group
- split create and update function to fix lifecycle - ignore (#26207)azurerm_vpn_site
- split create and update function to fix lifecycle - ignore changes (#26163)
DEPRECATIONS:
v3.106.1
v3.106.0
UPGRADE NOTES:
- This release updates the Key Vault cache to load Key Vaults using both the Key Vaults List API and the Resources API to workaround the API returning incomplete/stale data. To achieve this, and provide consistency between tooling, we are intentionally using the same older version of the Resources API as the current version of Azure CLI. (#26070)
FEATURES:
- New Data Source:
azurerm_arc_resource_bridge_appliance
(#25731) - New Data Source:
azurerm_elastic_san_volume_group
(#26111) - New Data Source:
azurerm_storage_queue
(#26087) - New Data Source:
azurerm_storage_table
(#26126) - New Resource:
azurerm_container_registry_cache_rule
(#26034) - New Resource:
azurerm_virtual_machine_implicit_data_disk_from_source
(#25537)
ENHANCEMENTS:
- Data Source: azurerm_kubernetes_cluster - add support for the
drain_timeout_in_minutes
andnode_soak_duration_in_minutes
properties in theupgrade_settings
block (#26137) - dependencies: updating to
v0.20240529.1155048
ofgithub.com/hashicorp/go-azure-sdk
(#26148) containerapps
: update API version to2024-03-01
(#25993)expressroute
: update to usehashicorp/go-azure-sdk
(#26066)keyvault
: populating the cache using both the Key Vault List and Resources API to workaround incomplete/stale data being returned (#26070)servicenetworking
: updating to API Version2023-11-01
(#26148)virtualnetworkpeerings
: update to usehashicorp/go-azure-sdk
(#26065)azurerm_automation_powershell72_module
- support for thetags
property (#26106)azurerm_bastion_host
- support forDeveloper
SKU (#26068)azurerm_container_app_environment
- support for themutual_tls_enabled
property (#25993)azurerm_container_registry
- validation to fail fast when settingpublic_network_access_enabled
with an invalid SKU (#26054)azurerm_key_vault_managed_hardware_security_module
- thepublic_network_access_enabled
property can now be updated (#26075)azurerm_kubernetes_cluster
- support for thecost_analysis_enabled
property (#26052)azurerm_kubernetes_cluster
- support for thedrain_timeout_in_minutes
andnode_soak_duration_in_minutes
properties in theupgrade_settings
block (#26137)azurerm_kubernetes_cluster_node_pool
- support for thedrain_timeout_in_minutes
andnode_soak_duration_in_minutes
properties in theupgrade_settings
block (#26137)azurerm_linux_virtual_machine
- thehibernation_enabled
property can now be updated (#26112)azurerm_logic_app_trigger_custom
- support for the propertycallback_url
(#25979)azurerm_machine_learning_workspace
- support for theserverless_compute
block (#25660)azurerm_mssql_elasticpool
- support the skuHS_PRMS
(#26161)azurerm_new_relic_monitor
- support for theidentity
block (#26115)azurerm_route_map
- theparameter
property is now Optional when the action type isDrop
(#26003)azurerm_windows_virtual_machine
- thehibernation_enabled
property can now be updated (#26112)
BUG FIXES:
- Data Source:
azurerm_system_center_virtual_machine_manager_inventory_items
- normalise the resource ID for Intentory Items (#25955) azurerm_app_configuration_feature
- update polling interval to tolerate eventual consistency of the API (#26025)azurerm_app_configuration_key
- update polling interval to tolerate eventual consistency of the API (#26025)azurerm_eventhub_namespace_customer_managed_key
- validating that the User Assigned Identity used for accessing the Key Vault is assigned to the EventHub Namespace (#28509)azurerm_linux_function_app
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_linux_function_app_slot
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_linux_web_app
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_linux_web_app_slot
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_postgresql_flexible_server
- prevent premature check on updatedstorage_mb
value that prevents the resource from being re-created (#25986)azurerm_redis_access_cache_policy_assignment
- add locks to stabilize creation of multiple policy assignments (#26085)azurerm_redis_access_cache_policy
- add locks to stabilize creation of multiple policy assignments (#26085)azurerm_windows_function_app
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_windows_function_app_slot
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_windows_web_app
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)azurerm_windows_web_app_slot
- fix update handling ofhealth_check_eviction_time_in_min
andWEBSITE_HEALTHCHECK_MAXPINGFAILURES
(#26107)
v3.105.0
BREAKING CHANGE:
azurerm_kubernetes_cluster
- the propertiesworkload_autoscaler_profile.vertical_pod_autoscaler_update_mode
andworkload_autoscaler_profile.vertical_pod_autoscaler_controlled_values
are no longer populated since they're not exported in API version2023-09-02-preview
(#25663)
FEATURES:
- New Resource:
azurerm_api_management_policy_fragment
(#24968)
ENHANCEMENTS:
- dependencies: updating to
v0.20240522.1080424
ofgithub.com/hashicorp/go-azure-sdk
(#26069) containerservice
: updating to use API Version2023-09-02-preview
(#25663)azurerm_application_insights_standard_web_test
-http_verb
can now be set toHEAD
andOPTIONS
(#26077)azurerm_cdn_frontdoor_rule
- updating the validation formatch_values
within theuri_path_condition
block to support a forward-slash (#26017)azurerm_linux_web_app
- normalising the value forvirtual_network_subnet_id
(#25885)azurerm_machine_learning_compute_cluster
- add validation forname
(#26060)azurerm_machine_learning_compute_cluster
- improve validation to allow an emptysubnet_resource_id
when the Workspace is using a managed Virtual Network (#26073)azurerm_postgresql_flexible_server
- the fieldpublic_network_access_enabled
is now configurable (previously this was computed-only/not settable via the API) (#25812)azurerm_snapshot
- support fordisk_access_id
(#25996)azurerm_windows_web_app
- normalising the value forvirtual_network_subnet_id
(#25885)
BUG FIXES:
azurerm_container_app_environment_custom_domain
: parsing the Log Analytics Workspace ID insensitively to workaround the API returning this inconsistently (#26074)azurerm_container_app_job
- updating the validation for thename
field (#26049)azurerm_container_app_job
- updating the validation for thename
field within thecustom_scale_rule
block (#26049)azurerm_container_app_job
- updating the validation for thename
field within therules
block (#26049)azurerm_linux_function_app_slot
- fixed panic when planning from a version older than 3.88.0 (#25838)azurerm_pim_active_role_assignment
- fix a persistent diff whenticket
is not specified (#26059)azurerm_pim_eligible_role_assignment
- fix a persistent diff whenticket
is not specified (#26059)azurerm_policy_definition
- recreate the resource if theparameters
property is updated to include fewer items (#26083)azurerm_windows_function_app_slot
- set Server Farm ID in payload when using a Virtual Network Subnet for the slot (#25634)azurerm_windows_web_app_slot
- set Server Farm ID in payload when using a Virtual Network Subnet for the slot (#25634)
v3.104.2
NOTE: This is a re-release of v3.104.1
to include missing changes, please refer to the changelog entries for v3.104.1
.
v3.104.1
v3.104.0
FEATURES:
- New Data Source:
azurerm_elastic_san
(#25719)
ENHANCEMENTS:
- New Resource -
azurerm_key_vault_managed_hardware_security_module_key
(#25935) - Data Source -
azurerm_kubernetes_service_version
- support for thedefault_version
property (#25953) network/applicationgateways
- update to usehashicorp/go-azure-sdk
(#25844)dataprotection
- update API version to2024-04-01
(#25882)databasemigration
- update API version to2021-06-30
(#25997)network/ips
- update to usehashicorp/go-azure-sdk
(#25905)network/localnetworkgateway
- update to usehashicorp/go-azure-sdk
(#25905)network/natgateway
- update to usehashicorp/go-azure-sdk
(#25905)network/networksecuritygroup
- update to usehashicorp/go-azure-sdk
(#25971)network/publicips
- update to usehashicorp/go-azure-sdk
(#25971)network/virtualwan
- update to usehashicorp/go-azure-sdk
(#25971)network/vpn
- update to usehashicorp/go-azure-sdk
(#25971)azurerm_databricks_workspace
- support for thedefault_storage_firewall_enabled
property (#25919)azurerm_key_vault
- allow previously existing key vaults to continue to manage thecontact
field prior to thev3.93.0
conditional polling change (#25777)azurerm_linux_function_app
- support for the PowerShell7.4
(#25980)azurerm_log_analytics_cluster
- support for the valueUserAssigned
in theidentity.type
property (#25940)azurerm_pim_active_role_assignment
- remove hard dependency on theroleAssignmentScheduleRequests
API, so that role assignments will not become unmanageable over time (#25956)azurerm_pim_eligible_role_assignment
- remove hard dependency on theroleEligibilityScheduleRequests
API, so that role assignments will not become unmanageable over time (#25956)azurerm_windows_function_app
- support for the PowerShell7.4
(#25980)
BUG FIXES:
azurerm_container_app_job
- Allowevent_trigger_config.scale.min_executions
to be0
(#25931)azurerm_container_app_job
- update validation to allow thereplica_retry_limit
property to be set to0
(#25984)azurerm_data_factory_trigger_custom_event
- one ofsubject_begins_with
andsubject_ends_with
no longer need to be set (#25932)azurerm_kubernetes_cluster_node_pool
- prevent race condition by checking the virtual network status when creating a node pool with a subnet ID (#25888)azurerm_postgresql_flexible_server
- fix for defaultstorage_tier
value whenstorage_mb
field has been changed (#25947)azurerm_pim_active_role_assignment
- resolve a number of potential crashes (#25956)azurerm_pim_eligible_role_assignment
- resolve a number of potential crashes (#25956)azurerm_redis_enterprise_cluster_location_zone_support
- addCentral India
zones support (#26000)azurerm_sentinel_alert_rule_scheduled
- thealert_rule_template_version
property is no longerForceNew
(#25688)azurerm_storage_sync_server_endpoint
- preventing a crashed due toinitial_upload_policy
(#25968)
v3.103.1
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
tov0.69.0
(#25903) loganalytics
- update cluster resource to api version2022-01-01
(#25686)azurerm_bastion_host
- support for thekerberos_enabled
property (#25823)azurerm_container_app
- secrets can now be removed (#25743)azurerm_container_app_environment
- support for thecustom_domain_verification_id
property (#24346)azurerm_linux_virtual_machine
- support for the additional capabilityhibernation_enabled
(#25807)azurerm_linux_virtual_machine
- support for additional values for thelicense_type
property (#25909)azurerm_linux_virtual_machine_scale_set
- support for themaximum_surge_instances
property for vmss rolling upgrades (#24914)azurerm_windows_virtual_machine
- support for the additional capabilityhibernation_enabled
(#25807)azurerm_windows_virtual_machine_scale_set
- support for themaximum_surge_instances_enabled
property for vmss rolling upgrades (#24914)azurerm_storage_account
- support for thepermanent_delete_enabled
property within retention policies (#25778)
BUG FIXES:
azurerm_kubernetes_cluster
- eraseload_balancer_profile
when changingnetwork_profile.outbound_type
fromloadBalancer
to another outbound type (#25530)azurerm_log_analytics_saved_search
- thefunction_parameters
property now repsects the order of elements (#25869)azurerm_linux_web_app
- fixslow_request
withpath
issue inauto_heal
by adding support forslow_request_with_path
block (#20049)azurerm_linux_web_app_slot
- fixslow_request
withpath
issue inauto_heal
by adding support forslow_request_with_path
block (#20049)azurerm_monitor_private_link_scoped_service
- normalize case of thelinked_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 whennetworkACL.PublicNetwork.Deny
was nil (#25886)azurerm_windows_web_app
- fixslow_request
withpath
issue inauto_heal
by adding support forslow_request_with_path
block (#20049)azurerm_windows_web_app_slot
- fixslow_request
withpath
issue inauto_heal
by adding support forslow_request_with_path
block (#20049)
v3.102.0
FEATURES:
- New Resource:
azurerm_storage_sync_server_endpoint
(#25831) - New Resource:
azurerm_storage_container_immutability_policy
(#25804)
ENHANCEMENTS:
azurerm_load_test
- add support forencryption
(#25759)azurerm_network_connection_monitor
- update validation fortarget_resource_type
andtarget_resource_id
(#25745)azurerm_mssql_managed_database
- support for a Restorable Database ID to be used as thesource_database_id
for point in time restore (#25568)azurerm_storage_account
- support for themanaged_hsm_key_id
property (#25088)azurerm_storage_account_customer_managed_key
- support for themanaged_hsm_key_id
property (#25088)
BUG FIXES:
azurerm_linux_function_app
- now sets docker registry url inlinux_fx_version
by default (#23911)azurerm_resource_group
- work around sporadic eventual consistency errors (#25758)
DEPRECATIONS:
azurerm_key_vault_managed_hardware_security_module_role_assignment
- thevault_base_url
property has been deprecated in favour of themanaged_hsm_id
property (#25601)