NOTE: This release contains a breaking change reverting redisenterprise API version from 2024-10-01 to 2024-06-01-preview as not all regions are currently supported in the 2024-10-01 version
BREAKING CHANGES:
- dependencies -
redisenterpriseAPI version reverted from2024-10-01to2024-06-01-preview(#28516)
FEATURES:
- New Resource:
azurerm_container_registry_credential_set(#27528) - New Resource:
azurerm_mssql_job(#28456) - New Resource:
azurerm_mssql_job_schedule(#28456)
ENHANCEMENTS:
- dependencies - update
hashicorp/go-azure-sdktov0.20250115.1141151(#28519) - dependencies -
costmanagementupdate to use2023-08-01(#27680) - dependencies -
postgresqlupdate API version to2024-08-01(#28474) azurerm_container_app– support for thetermination_grace_period_secondsproperty (#28307)azurerm_cost_anomaly_alert- add support for thenotification_emailproperty (#27680)azurerm_data_protection_backup_vault- support forimmutabilityproperty (#27859)azurerm_databricks_workspace- fixignore_changessupport (#28527)azurerm_kubernetes_cluster_node_pool- add support for thetemporary_name_for_rotationproperty to allow node pool rotation (#27791)azurerm_linux_function_app- add support for node22and java17support forJBOSSEAP(#28472)azurerm_linux_web_app- add support for node22and java17support forJBOSSEAP(#28472)azurerm_windows_function_app- add support for node22and java17support forJBOSSEAP(#28472)
BUG FIXES:
azurerm_logic_app_standard- fix settingpublic_network_accessfor conflicting API properties (#28465)azurerm_redis_cache-data_persistence_authentication_methodcan now be unset (#27932)azurerm_mssql_database- fix bug where verifying TDE might fail to return an error on failure (#28505)azurerm_mssql_database- fix several potential bugs where retry functions could return false negatives for actual errors (#28505)azurerm_private_endpoint- fix a bug where reading Private DNS could error and exit the Read of the resource early without raising an error (#28505)
FEATURES:
- New Data Source:
azurerm_kubernetes_fleet_manager(#28278) - New Resource:
azurerm_arc_kubernetes_provisioned_cluster(#28216) - New Resource:
azurerm_machine_learning_workspace_network_outbound_rule_private_endpoint(#27874) - New Resource
azurerm_machine_learning_workspace_network_outbound_rule_service_tag(#27931) - New Resource
azurerm_dynatrace_tag_rules(#27985)
ENHANCEMENTS:
- dependencies - update tool Go version and bump
go-gitversion to5.13.0(#28425) - dependencies - update
hashicorp/go-azure-sdktov0.20241212.1154051(#28360) - dependencies -
frontdoor- partial update to use2024-02-01API (#28233) - dependencies -
postgresql- update to2024-08-01(#28380) - dependencies -
redisenterprise- update to2024-10-01and support for new skus (#28280) - Data Source:
azurerm_healthcare_dicom_service- add support for thedata_partitions_enabled,cors,encryption_key_urlandstorageproperties (#27375) - Data Source:
azurerm_nginx_deployment- add support for thedataplane_api_endpointproperty (#28379) - Data Source:
azurerm_static_web_app- add support for therepository_urlandrepository_branchproperties (#27401) azurerm_billing_account_cost_management_export- add support for thefile_formatproperty (#27122)azurerm_cdn_frontdoor_profile- add support for theidentityproperty (#28281)azurerm_cognitive_deployment-DataZoneProvisionedManagedandGlobalProvisionedManagedskus are now supported (#28404)azurerm_databricks_access_connector-SystemAssigned,UserAssignedidentity is now supported (#28442)azurerm_healthcare_dicom_service- add support for thedata_partitions_enabled,cors,encryption_key_urlandstorageproperties (#27375)azurerm_kubernetes_flux_configuration- add support for thepost_buildandwaitproperties (#25695)azurerm_linux_virtual_machine- export theos_disk.0.idattribute (#28352)azurerm_netapp_volume- make thenetwork_featuresproperty Optional/Computed (#28390)azurerm_nginx_deployment- add support for thedataplane_api_endpointproperty (#28379)azurerm_resource_group_cost_management_export- add support for thefile_formatproperty (#27122)azurerm_site_recovery_replicated_vm- support for thenetwork_interface.recovery_load_balancer_backend_address_pool_idsproperty (#28398)azurerm_static_web_app- add support for therepository_url,repository_branchandrepository_tokenproperties (#27401)azurerm_subscription_cost_management_export- add support for thefile_formatproperty (#27122)azurerm_virtual_network- support for theprivate_endpoint_vnet_policiesproperty (#27830)azurerm_windows_virtual_machine- export theos_disk.0.idattribute (#28352)azurerm_mssql_managed_instance- support for new propertyazure_active_directory_administrator(#24801)
BUG FIXES:
azurerm_api_management- update thecapacityproperty to allow increasing the apim scalability to31(#28427)azurerm_automation_software_update_configurationremove deprecated misspelled attributeerror_meesage(#28312)azurerm_batch_pool- support for new blocksecurity_profile(#28069)azurerm_log_analytics_data_export_rule- now creates successfully without returning404(#27876)azurerm_mongo_cluster- remove CustomizeDiff logic foradministrator_passwordto allow the input to be generated by therandom_passwordresource (#28215)azurerm_mongo_cluster- valdation updated so the resource now creates successfully when usingcreate_modeGeoReplica(#28269)azurerm_mssql_managed_instance- allow system and user assigned identities, fix update failure (#28319)azurerm_storage_account- fix error handling forstatic_websiteandqueue_propertiesavailability checks (#28279)
BREAKING CHANGES:
nginx- update api version to2024-09-01-preview, this API no longer supports certain properties which have had to be deprecated in the provider for the upgrade (#27776)- Data Source:
azurerm_nginx_configuration- theprotected_file.contentproperty will not be populated and has been deprecated (#27776) - Data Source:
azurerm_nginx_deployment- themanaged_resource_groupproperty will not be populated and has been deprecated (#27776) azurerm_network_function_collector_policy- the API doesn't preserve the ordering of theipfx_ingestion.source_resource_idsproperty causing non-empty plans after apply, this property's type has been changed from a list to a set to prevent Terraform from continually trying to recreate this resource. If this property is being referenced anywhere you will need to update your config to convert it to a list before referencing it (#27915)azurerm_nginx_deployment- themanaged_resource_groupproperty is no longer supported and has been deprecated (#27776)
FEATURES:
- New Resource:
azurerm_cognitive_account_rai_blocklist(#28043) - New Resource:
azurerm_fabric_capacity(#28080)
ENHANCEMENTS:
- dependencies - update
go-azure-sdktov0.20241206.1180327(#28211) nginx- update api version to2024-11-01-preview(#28227)azurerm_linux_function_app- add support for preview value21forjava_version(#26304)azurerm_linux_function_app_slot- support1.3forsite_config.minimum_tls_versionandsite_config.scm_minimum_tls_version(#28016)azurerm_linux_web_app- add support for preview value21forjava_version(#26304)azurerm_orchestrated_virtual_machine_scale_set- support hot patching for2025-datacenter-azure-edition-core-smalldisk(#28160)azurerm_search_service- add support for thenetwork_rule_bypass_optionproperty (#28139)azurerm_windows_function_app- add support for preview value21forjava_version(#26304)azurerm_windows_function_app_slot- support1.3forsite_config.minimum_tls_versionandsite_config.scm_minimum_tls_version(#28016)azurerm_windows_virtual_machine- support hot patching for2025-datacenter-azure-edition-core-smalldisk(#28160)azurerm_windows_web_app- add support for preview value21forjava_version(#26304)
BUG FIXES:
azurerm_management_group- fix regression where subscription ID can't be parsed correctly anymore (#28228)