murmur icon indicating copy to clipboard operation
murmur copied to clipboard

⬆️[Terraform] Update Terraform providers (major)

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Type Update Change
azuread (source) required_provider major 2.39.0 -> 3.3.0
azurerm (source) required_provider major 3.58.0 -> 4.26.0
google (source) required_provider major 5.23.0 -> 6.29.0
google-beta (source) required_provider major 5.23.0 -> 6.29.0

Release Notes

hashicorp/terraform-provider-azuread (azuread)

v3.3.0

Compare Source

ENHANCEMENTS:

  • dependencies: update Go to 1.24.1 (#​1675)

BUG FIXES:

  • azuread_application_pre_authorized - fix unexpected removal of unmanaged pre-authorized apps on delete (#​1659)
  • azuread_directory_role - fix for changes in Graph API response for ListRolesResponse in create (#​1575)
  • azuread_directory_role_eligibility_schedule_request - fix Read for time based service automatic deletion of request resource (#​1682)

v3.2.0

Compare Source

FEATURES:

  • New Resource: azuread_group_without_members (#​1623)

ENHANCEMENTS:

  • dependencies: update go-azure-sdk to v0.20250131.1134653 (#​1635)

BUG FIXES:

  • azuread_access_package_assignment_policy - fix crash in Read (#​1664)
  • azuread_access_package_assignment_policy - fix use of alternative_approver in approval_settings (#​1567)
  • azuread_group_role_management_policy - fix endless drift due to approval_status computed (#​1666)

v3.1.0

Compare Source

ENHANCEMENTS:

  • dependencies - update golang.org/x/crypto to 0.31.0 (#​1585)
  • data.azuread_named_location - add support for country_lookup_method (#​1589)
  • azuread_conditional_access_policy - add support for the insider_risk_levels property (#​1597)
  • azuread_named_location - add support for country_lookup_method (#​1589)

BUG FIXES:

  • azuread_access_package_resource_catalog_association - allow origin IDs that contain / (#​1592)
  • azuread_application - the password block can now correctly be removed (#​1430)
  • azuread_conditional_access_policy - fix potential panic in expanding conditions (#​1619)
  • azuread_group - prevent creation retry when caller hasn't been specified as an owner (#​1593)
  • azuread_user - add support for employee_hire_date (#​1437)

v3.0.2

Compare Source

BUG FIXES:

  • azuread_group - Fix crash and memory leak (#​1518)

v3.0.1

Compare Source

BUG FIXES:

  • data.azuread_group - fix ID parsing bugs and some crashes (#​1499)
  • azuread_conditional_access_policy - fix a parsing bug for authentication_strength_policy_id (#​1499)
  • azuread_service_principal_certificate - fix a parsing bug for service_principal_id (#​1499)
  • azuread_service_principal_claims_mapping_policy_assignment - fix a parsing bug for service_principal_id (#​1499)
  • azuread_service_principal_password - fix a parsing bug for service_principal_id (#​1499)
  • azuread_service_principal_token_signing_certificate - fix a parsing bug for service_principal_id (#​1499)
  • azuread_synchronization_job - fix a parsing bug for service_principal_id (#​1499)
  • azuread_synchronization_job_provision_on_demand - fix parsing bugs for service_principal_id and synchronization_job_id (#​1499)
  • azuread_synchronization_secret - fix a parsing bug for service_principal_id (#​1499)

v3.0.0

Compare Source

NOTES:

  • Major Version: Version 3.0 of the AzureAD Provider is a major version. Some behaviors have changed and some deprecated fields/resources have been removed. Please refer to the 3.0 upgrade guide for more information.
  • When upgrading to v3.0 of the AzureAD Provider, we recommend upgrading to the latest version of Terraform Core (which can be found here).

v2.53.1

Compare Source

BUG FIXES:

  • azuread_application - export the password attribute only when it is set in configuration, to prevent marking existing resources as sensitive (#​1422)

v2.53.0

Compare Source

ENHANCEMENTS:

  • azuread_application - support for the password block (#​1389)

BUG FIXES:

  • azuread_claims_mapping_policy - set the correct timeouts for this resource (#​1419)
  • azuread_service_principal_claims_mapping_policy_assignment - set the correct timeouts for this resource (#​1419)
  • azuread_synchronization_secret - set the correct timeouts for this resource (#​1419)

v2.52.0

Compare Source

BUG FIXES:

  • azuread_application - fix a bug that could prevent the ignore_changes lifecycle argument from working for the app_role, oauth2_permission_scope, identifier_uris, optional_claims, and required_resource_access properties (#​1403)
  • azuread_application - add a workaround for an API bug when instantiating an application from template using the template_id property (#​1406)

v2.51.0

Compare Source

ENHANCEMENTS:

  • data.azuread_users - support for the mails property (#​1400)

BUG FIXES:

  • azuread_access_package_assignment_policy - fix a bug preventing removal of the assignment_review_settings block (#​1394)

v2.50.0

Compare Source

ENHANCEMENTS:

  • dependencies: updating to v0.68.0 of github.com/manicminer/hamilton (#​1382)
  • data.azuread_application - support looking up applications with the identifier_uri property [GH 1303]
  • azuread_conditional_access_policy - improve handling of the session_controls block (#​1382)

BUG FIXES:

  • data.azuread_service_principal - treat the display_name property case-insensitively (#​1381)
  • azuread_conditional_access_policy - fix a bug that could cause a persistent diff when setting certain properties in the session_controls block (#​1382)
  • azuread_user - don't overwrite the existing password in state, when a password change fails (#​1308)

v2.49.1

Compare Source

BUG FIXES:

  • data.azuread_group_role_management_policy - resolve a potential crash (#​1375)
  • azuread_group_role_management_policy - resolve a number of potential crashes (#​1375)
  • azuread_privileged_access_group_assignment_schedule - resolve a number of potential crashes (#​1375)
  • azuread_privileged_access_group_eligibility_schedule - resolve a number of potential crashes (#​1375)

v2.49.0

Compare Source

FEATURES:

  • New Data Source: azuread_group_role_management_policy (#​1327)
  • New Resource: azuread_group_role_management_policy (#​1327)
  • New Resource: azuread_privileged_access_group_assignment_schedule (#​1327)
  • New Resource: azuread_privileged_access_group_eligibility_schedule (#​1327)
  • New Resource: azuread_synchronization_job_provision_on_demand (#​1032)

ENHANCEMENTS:

  • data.azuread_group - support for the include_transitive_members property (#​1300)
  • azuread_application - relax validation for the identifier_uris property to allow more values (#​1351)
  • azuread_application_identifier_uri - relax validation for the identifier_uri property to allow more values (#​1351)
  • azuread_group - support the SkipExchangeInstantOn value for the behaviors property (#​1370)
  • azuread_user - relax validation for the employee_type property to allow more values (#​1328)

BUG FIXES:

  • azuread_application_pre_authorized - fix a destroy-time bug that could prevent deletion of the resource (#​1299)

v2.48.0

Compare Source

ENHANCEMENTS:

  • dependencies: updating to v0.20240411.1104331 of github.com/hashicorp/go-azure-sdk/sdk (#​1353)

BUG FIXES:

  • provider: fix an issue where the provider was not correctly configured when using a custom metadata host (#​1353)

v2.47.0

Compare Source

BUG FIXES:

  • azuread_access_package_assignment_policy - fix a potential crash when removing the question block (#​1273)
  • data.azuread_named_location - fix a potential crash if the named location is not found (#​1274)

v2.46.0

Compare Source

ENHANCEMENTS:

  • data.azuread_application - update the resource ID format to match the azuread_application resource (#​1255)
  • azuread_named_location - add validation for the ip_ranges property in the ip block (#​1254)

v2.45.0

Compare Source

FEATURES:

  • New Resource: azuread_application_optional_claims (#​1223)

ENHANCEMENTS:

  • azuread_conditional_access_policy - improved plan-time validation for the session_controls block (#​1229)
  • azuread_conditional_access_policy - support for the sign_in_frequency_authentication_type and sign_in_frequency_interval properties in the session_controls block (#​1229)
  • azuread_conditional_access_policy - support for the included_guests_or_external_users and excluded_guests_or_external_users blocks in the users block (#​1222)

BUG FIXES:

  • azuread_conditional_access_policy - removing the devices or session_controls blocks will no longer force a new resource to be created (#​1229)

v2.44.1

Compare Source

BUG FIXES:

  • azuread_application_certificate - work around an unexpected diff with the application_object_id property (#​1221)
  • azuread_application_federated_identity_credential - work around an unexpected diff with the application_object_id property (#​1221)
  • azuread_application_password - work around an unexpected diff with the application_object_id property (#​1221)
  • azuread_application_pre_authorized - work around an unexpected diff with the application_object_id property (#​1221)

v2.44.0

Compare Source

  • Developer Note: the Typed Resource SDK, as also used in the AzureRM provider, is now the preferred way of introducing new resources (#​1188)

FEATURES:

  • New Resource: azuread_application_api_access (#​1214)
  • New Resource: azuread_application_app_role (#​1214)
  • New Resource: azuread_application_fallback_public_client (#​1214)
  • New Resource: azuread_application_from_template (#​1214)
  • New Resource: azuread_application_identifier_uri (#​1214)
  • New Resource: azuread_application_known_clients (#​1214)
  • New Resource: azuread_application_owner (#​1214)
  • New Resource: azuread_application_permission_scope (#​1214)
  • New Resource: azuread_application_redirect_uris (#​1214)
  • New Resource: azuread_application_registration (#​1214)
  • New Resource: azuread_authentication_strength_policy (#​1171)

ENHANCEMENTS:

  • data.azuread_application - export the client_id attribute, deprecate the application_id attribute (#​1214)
  • data.azuread_service_principal - support for the client_id property, deprecate the application_id property (#​1214)
  • data.azuread_service_principals - support for the client_ids property, deprecate the application_ids property (#​1214)
  • data.azuread_service_principals - export the client_id attribute in the service_principals block, deprecate the application_id attribute (#​1214)
  • azuread_application - export the client_id attribute, deprecate the application_id attribute (#​1214)
  • azuread_application_federated_identity_credential - support for the application_id property, deprecate the application_object_id property (#​1214)
  • azuread_application_certificate - support for the application_id property, deprecate the application_object_id property (#​1214)
  • azuread_application_password - support for the application_id property, deprecate the application_object_id property (#​1214)
  • azuread_application_pre_authorized - support for the application_id property, deprecate the application_object_id property (#​1214)
  • azuread_service_principal - support for the client_id property, deprecate the application_id property (#​1214)
  • azuread_conditional_access_policy - support for the authentication_strength_policy_id property in the grant_controls block [GH_1171]

BUG FIXES:

  • azuread_group_member - resolve a bug when refreshing state if the group is missing (#​1198)

v2.43.0

Compare Source

FEATURES:

  • New Resource: azuread_directory_role_eligibility_schedule_request (#​974)

v2.42.0

Compare Source

IMPROVEMENTS:

  • provider: support for the client_id_file_path and client_secret_file_path provider properties (#​1189)
  • data.azuread_group - support for looking up a group with the mail_nickname property (#​1173)

BUG FIXES:

  • azuread_conditional_access_policy - allow specifying terms_of_use in place of built_in_controls in the grant_controls block (#​1168)

v2.41.0

Compare Source

FEATURES:

  • New Data Source: azuread_directory_role_templates (#​1152)
  • New Data Source: azuread_named_location (#​1156)

IMPROVEMENTS:

  • azuread_access_package_assignment_policy - support the Manager value for the review_type property in the assignment_review_settings block (#​1159)
  • azuread_conditional_access_policy - support for the service_principal_risk_levels property in the conditions block (#​1145)
  • azuread_conditional_access_policy - the grant_controls block is now optional (#​1155)

BUG FIXES:

  • azuread_access_package_resource_package_association - support destruction of this resource (#​1124)
  • azuread_application - set the display_name property correctly on creation to improve UX in the event of failure (#​1160)

v2.40.0

Compare Source

IMPROVEMENTS:

  • dependencies: updating to v0.62.0 of github.com/manicminer/hamilton
  • data.azuread_user - supporting looking up a user using the employee_id property (#​1040)
  • data.azuread_users - supporting looking up users using the employee_ids property (#​1040)
  • azuread_conditional_access_policy - support for the client_applications block in the conditions block (#​1047)
  • azuread_conditional_access_policy - support for the disable_resilience_defaults property in the session_controls block (#​1135)
  • azuread_group - the behaviors property now supports the CalendarMemberReadOnly and ConnectorsDisabled values (#​1144)
hashicorp/terraform-provider-azurerm (azurerm)

v4.26.0

Compare Source

BREAKING CHANGES:

  • feature: The Provider feature configuration item virtual_machines.graceful_shutdown is now not used due to a breaking change in the compute API. This feature block setting is now deprecated and ignored if set and will be removed in v5.0 of the provider. (#​29185)
  • azurerm_linux_virtual_machine - the vm_agent_platform_updates_enabled property is now read-only due to a recent API breaking change (#​29211)
  • azurerm_windows_virtual_machine - the vm_agent_platform_updates_enabled property is now read-only due to a recent API breaking change (#​29211)

FEATURES:

  • New Data Source: azurerm_role_assignments (#​29214)

ENHANCEMENTS:

  • dependencies: azurerm_sentinel_automation_rule - update to API version 2024-09-01 (#​29240)
  • dependencies: devcenter - update to API version 2025-02-01 (#​29240)
  • dependencies: recoveryservices - partial update to API version 2024-10-01 (#​29240)
  • Data Source: azurerm_mssql_server - export the express_vulnerability_assessment_enabled property (#​29168)
  • azurerm_dashboard_grafana - grafana_major_version is no longer ForceNew (#​29212)
  • azurerm_data_factory_linked_service_sftp - add support for SSH authentication and Key Vault secret references (#​28690)
  • azurerm_databricks_workspace - resources using managed resource groups that contain UC can now be deleted with the force_delete Provider Feature flag (#​29095)
  • azurerm_mssql_server - add support for the express_vulnerability_assessment_enabled property (#​29168)
  • azurerm_mysql_flexible_server - deprecate public_network_access_enabled in favor of public_network_access (#​28890)
  • azurerm_netapp_volume - service_level can now be updated (#​29209)
  • azurerm_nginx_deployment - frontend_public, frontend_private, and network_interface are no longer ForceNew (#​28577)
  • azurerm_orchestrated_virtual_machine_scale_set - add support for the upgrade_mode and rolling_upgrade_policy properties (#​28354)
  • azurerm_static_webapp - mark app_settings sensitive in schema (#​28689)

BUG FIXES:

  • azurerm_linux_virtual_machine - license_type can now be updated to None (#​28786)
  • azurerm_mysql_flexible_server - prevent a panic when customer_managed_key is nil (#​29225)
  • azurerm_traffic_manager_nested_endpoint - remove Computed from priority property as these are assigned dynamically by the API (#​29217)

v4.25.0

Compare Source

ENHANCEMENTS:

  • dependencies: go-azure-helpers - update to 0.72.0 (#​29206)
  • dependencies: redisenterprise - update to API version 2024-10-01 (#​29073)
  • dependencies: servicefabricmanaged - update to API version 2024-04-01 (#​29199)
  • Data Source: azurerm_virtual_hub_connection - add support for the static_vnet_propagate_static_routes property (#​28560)
  • azurerm_cosmosdb_account - add support for the DeleteAllItemsByPartitionKey value in the capabilities property (#​29126)
  • azurerm_hdinsight_spark_cluster_resource - add support for the zones property (#​28149)
  • azurerm_linux_function_app - add support for Python version 3.13 (#​29131)
  • azurerm_linux_function_app_slot - add support for Python version 3.13 (#​29131)
  • azurerm_linux_web_app - add support for Python version 3.13 (#​29131)
  • azurerm_linux_web_app_slot - add support for Python version 3.13 (#​29131)
  • azurerm_log_analytics_workspace - add support for the LACluster SKU (#​29137)
  • azurerm_managed_disk - allow disk expansion without downtime for all storage_account_type (#​28730)
  • azurerm_mssql_job_agent - add support for the identity and sku properties (#​29090)
  • azurerm_network_manager - scope_accesses is now optional (#​28781)
  • azurerm_oracle_cloud_vm_cluster - add support for the system_version property (#​29093)
  • azurerm_powerbi_embedded - add support for A7 and A8 values for sku_name (#​29153)
  • azurerm_virtual_hub_connection - add support for the static_vnet_propagate_static_routes property (#​28560)

BUG FIXES

  • Data source: azurerm_container_app_environment - prevent an error when the log analytics workspace is in a different subscription (#​28647)
  • azurerm_kubernetes_cluster_node_pool - fix issue where kubelet_disk_type couldn't be updated, updating this will now rotate the node pool (#​29135)
  • azurerm_linux_virtual_machine - fix issue where a user assigned identity couldn't be removed from the resource (#​29157)
  • azurerm_linux_virtual_machine_scale_set - fix issue where a user assigned identity couldn't be removed from the resource (#​29157)
  • azurerm_log_analytics_workspace - prevent an error when the workspace is in a soft-deleted state and linked to a log analytics cluster (#​29137)
  • azurerm_postgresql_flexible_server_virtual_endpoint - add a lock on the replica server to prevent a race condition (#​29071)
  • azurerm_signalr_service - set location in payload when updating to prevent an API error (#​29184)
  • azurerm_storage_account_queue_properties - prevent a panic when the storage account is removed out of band (#​28371)
  • azurerm_storage_account_static_website - prevent a panic when the storage account is removed out of band (#​28371)
  • azurerm_stream_analytics_job - update validation to notify users if content_storage_policy hasn't been correctly set to setup job_storage_account (#​29158)

v4.24.0

Compare Source

FEATURES:

  • New Resource: azurerm_servicebus_namespace_customer_managed_key (#​28888)
  • New Resource: azurerm_stream_analytics_job_storage_account (#​29113)
  • New Resource: azurerm_web_pubsub_socketio (#​28992)

ENHANCEMENTS:

  • dependencies: hashicorp/go-azure-sdk - update to v0.20250314.1213156 (#​29081)
  • dependencies: loganalytics - partial update to API version 2023-03-01 (#​28977)
  • dependencies: monitor - partial update to API version 2023-03-01 (#​28977)
  • dependencies: postgresql - partial update to API version 2024-08-01 (#​28964)
  • Data Source: azurerm_linux_function_app - add support for the virtual_network_backup_restore_enabled property (#​29012)
  • Data Source: azurerm_linux_web_app - add support for the virtual_network_backup_restore_enabled property (#​29012)
  • Data Source: azurerm_windows_function_app - add support for the virtual_network_backup_restore_enabled property (#​29012)
  • azurerm_ai_services - add support for the network_acls.bypass property (#​28569)
  • azurerm_dashboard_grafana - add support for grafana_major_version 11 (#​28884)
  • azurerm_kubernetes_cluster_node_pool - remove call to retrieve the parent cluster in the read (#​29088)
  • azurerm_linux_function_app - add support for the virtual_network_backup_restore_enabled property (#​29012)
  • azurerm_linux_function_app - set pre_warmed_instance_count on create (#​28739)
  • azurerm_linux_function_app_slot - add support for the virtual_network_backup_restore_enabled property (#​29012)
  • azurerm_linux_web_app - add support for the virtual_network_backup_restore_enabled property (#​29012)
  • azurerm_linux_web_app_slot - add support for the virtual_network_backup_restore_enabled property (#​29012)
  • azurerm_redis_cache - tighten validation for sku_name, family, capacity (#​29079)
  • azurerm_windows_function_app - add support for the virtual_network_backup_restore_enabled property (#​29012)
  • azurerm_windows_function_app - set pre_warmed_instance_count on create (#​28739)
  • azurerm_windows_function_app_slot - add support for the virtual_network_backup_restore_enabled property (#​29012)
  • azurerm_windows_web_app - add support for node version ~22 (#​29082)
  • azurerm_windows_web_app - add support for the virtual_network_backup_restore_enabled property (#​29012)
  • azurerm_windows_web_app_slot - add support for node version ~22 (#​29082)
  • azurerm_windows_web_app_slot - add support for the virtual_network_backup_restore_enabled property (#​29012)

BUG FIXES:

  • azurerm_app_configuration - the encryption block can now be removed (#​28173)
  • azurerm_cdn_frontdoor_origin_group - health_probe no longer resets during update unless specified (#​29094)
  • azurerm_cognitive_account - customer_managed_key can now be removed (#​28368)
  • azurerm_container_group - dns_name_label_reuse_policy is now marked as ForceNew (#​29040)
  • azurerm_disk_encryption_set - prevent crash when retrieving Key Vault details when updating (#​29018)
  • azurerm_express_route_circuit - fix issue where bandwidth_in_mbps isn't updated correctly (#​28822)
  • azurerm_key_vault_secret - revert CustomizeDiff logic to recreate the resource when expiration_date is removed (#​28920)
  • azurerm_kubernetes_cluster - fips_enabled can be updated by cycling the default node pool (#​29096)
  • azurerm_monitor_diagnostic_setting - the enabled_log block can now be removed (#​28485)
  • azurerm_mssql_database - fix validation for auto_pause_delay_in_minutes (#​28670)
  • azurerm_mssql_server - fix an issue where the provider would incorrectly error during plan operations if administrator_login or administrator_login_password were added to lifecycle.ignore_changes (#​29107)

v4.23.0

Compare Source

NOTES:

FEATURES:

  • New Resource: azurerm_network_manager_ipam_pool (#​28695)

ENHANCEMENTS:

  • dependencies: update Go version to 1.24.1 (#​28999)
  • dependencies: hashicorp/go-azure-sdk - update to v0.20250310.1130319 (#​29009)
  • azurerm_cognitive_deployment - add support for DataZoneBatch in the sku.name property (#​28973)
  • azurerm_mongo_cluster - add support for M10, M20, and M200 compute tiers (#​29026)

BUG FIXES:

  • azurerm_linux_function_app - fix validation for site_config.application_stack.node_version to allow 22 (#​28988)
  • azurerm_postgresql_flexible_server - fix validation for customer_managed_key.key_vault_key_id and customer_managed_key.geo_backup_key_id to disallow versionless keys preventing unclear error messages (#​28981)
  • azurerm_web_pubsub_hub - validation for the auth.managed_identity_id now supports token audience as a valid input (#​28495)

v4.22.0

Compare Source

FEATURES:

  • New Data Source: azurerm_extended_location_custom_location (#​28066)
  • New Resource: azurerm_system_center_virtual_machine_manager_virtual_machine_instance (#​27622)

ENHANCEMENTS:

  • dependencies: containers - update API version to 2024-09-01 (#​28598)
  • dependencies: hashicorp/go-azure-sdk - update to v0.20250227.1125644 (#​28902)
  • dependencies: signalr - update API version to 2024-03-01 (#​28940)
  • Data Source: azurerm_container_app - add support for the template.volume.mount_options property (#​28619)
  • Data Source: azurerm_storage_account_queue_properties - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#​28617)
  • Data Source: azurerm_storage_account_static_website - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#​28617)
  • Data Source: azurerm_storage_containers - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#​28617)
  • azurerm_api_connection - display_name and parameter_values are no longer ForceNew (#​28721)
  • azurerm_cdn_frontdoor_firewall_policy - add support for the log_scrubbing properties (#​28834)
  • azurerm_container_app - add support for the template.volume.mount_options property (#​28619)
  • azurerm_container_app_job - add support for the template.volume.mount_options property (#​28619)
  • azurerm_extended_custom_location - deprecated in favour of azurerm_extended_location_custom_location (#​28066)
  • azurerm_mongo_cluster - add support for the connection_strings attribute (#​28880)
  • azurerm_storage_account - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#​28617)
  • azurerm_storage_account_queue_properties - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#​28617)
  • azurerm_storage_account_static_website - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#​28617)
  • azurerm_workloads_sap_discovery_virtual_instance - add support for the managed_resources_network_access_type property (#​28881)
  • azurerm_workloads_sap_single_node_virtual_instance - add support for the managed_resources_network_access_type property (#​28881)
  • azurerm_workloads_sap_three_tier_virtual_instance - add support for the managed_resources_network_access_type property (#​28881)

BUG FIXES:

  • azurerm_api_management_api - split create/update methods (#​28271)
  • azurerm_express_route_circuit - allow_classic_operations is now set when resource is created (#​28748)
  • azurerm_key_vault_certificate - set partial when updating key vault certificate (#​28848)
  • azurerm_managed_disk - always set network_access_policy into state to allow Terraform to detect drift (#​28934)
  • azurerm_mssql_managed_instance - fix an issue that prevented using values only known during apply for administrator_login_password (#​28843)
  • azurerm_mssql_server - prevent panic by removing function call on a value that may be unknown (#​28949)

v4.21.1

Compare Source

BUG FIXES:

  • azurerm_mssql_server - prevent panic by checking if administrator_login exists in the raw config map (#​28909)

v4.21.0

Compare Source

NOTES:

  • The azurerm_mssql_job_credential resource now supports the password_wo write-only argument
  • The azurerm_mssql_server resource now supports the administrator_login_password_wo write-only argument
  • The azurerm_mysql_flexible_server resource now supports the administrator_password_wo write-only argument
  • The azurerm_postgresql_flexible_server resource now supports the administrator_password_wo write-only argument
  • The azurerm_postgresql_server resource now supports the administrator_login_password_wo write-only argument

FEATURES:

  • New Resource: azurerm_linux_function_app_flex_consumption (#​28199)
  • New Resource: azurerm_network_manager_verifier_workspace (#​28754)

ENHANCEMENTS:

  • dependencies: azurerm_kubernetes_cluster_trusted_access_role_binding - update API version to 2024-05-01 (#​28853)
  • dependencies: desktopvirtualization - update API version to 2024-04-03 (#​28771)
  • dependencies: kusto - update API version to 2024-04-13 (#​28685)
  • dependencies: redis - update API version to 2024-11-01 (#​28696)
  • dependencies: workloads - update API version to 2024-09-01 (#​28825)
  • azurerm_fluid_relay_server - fix versionless_id support for key_vault_key_id (#​28864)
  • azurerm_kubernetes_cluster - add support for the upgrade_override_setting property (#​27962)
  • azurerm_kusto_cluster_principal_assignment - add support for AllDatabaseMonitor role type (#​28685)
  • azurerm_linux_function_app - correctly update WEBSITE_CONTENTSHARE and WEBSITE_CONTENTAZUREFILECONNECTIONSTRING when changed in app_settings (#​28859)
  • azurerm_linux_function_app_slot - correctly update WEBSITE_CONTENTSHARE and WEBSITE_CONTENTAZUREFILECONNECTIONSTRING when changed in app_settings (#​28859)
  • azurerm_linux_web_app - add support for Node Version 22 (#​28840)
  • azurerm_linux_web_app_slot - add support for Node Version 22 (#​28840)
  • azurerm_logic_app_standard - add support for the vnet_content_share_enabled property ([#​28879](https

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Aug 24 '24 05:08 renovate[bot]