TL;DR
Editor's Note: We view this release as a routine capability expansion that aligns with recent trends of supporting bleeding-edge runtime versions like Java 25 and Python 3.14. While mostly additive, the removal of Grafana version 10 requires attention from teams managing older observability stacks. A good practice before upgrading is to audit your azurerm_dashboard_grafana configurations to ensure no instances are left on the unsupported version.
What Changed
#### Deprecation
10 value is no longer accepted in the grafana_major_version property for the azurerm_dashboard_grafana resource.#### Behavior
azurerm_container_app_job, the provider now correctly sets template.container.startup_probe.initial_delay and template.container.readiness_probe.initial_delay in the API request, fixing an issue where these values were previously ignored.#### Feature
12 value in the grafana_major_version property for azurerm_dashboard_grafana.azurerm_network_ddos_protection_plan, azurerm_private_dns_a_record, azurerm_private_endpoint, azurerm_redis_cache, azurerm_redis_firewall_rule, azurerm_route, azurerm_mssql_elasticpool, and azurerm_mssql_virtual_machine.databricks dependency to API version 2026-01-01.dataprotection dependency to API version 2025-09-01.25 as a valid value for the java_version property in azurerm_linux_function_app, azurerm_linux_web_app, azurerm_windows_function_app, and azurerm_windows_web_app.3.14 in the python_version property for azurerm_linux_web_app and azurerm_linux_web_app_slot.Who's Impacted
azurerm_dashboard_grafana resources pinned to version 10, you will experience validation failures upon applying this update.initial_delay for probes in azurerm_container_app_job, you might notice those delays taking effect for the first time during your next deployment.Action Checklist
azurerm_dashboard_grafana resources using grafana_major_version = "10".12 (or another supported version).azurerm_container_app_job configurations to verify if startup_probe.initial_delay is set.readiness_probe.initial_delay settings in container app jobs to ensure the newly applied delays function as intended without breaking deployment pipelines.azurerm_network_ddos_protection_plan list resource.azurerm_private_dns_a_record list resource for internal DNS auditing modules.azurerm_private_endpoint list resource to simplify network inventory scripts.azurerm_linux_function_app deployments.azurerm_windows_web_app environments.azurerm_linux_web_app.azurerm_linux_web_app_slot to test the new Python 3.14 runtime.2026-01-01 API version update.