BREAKING CHANGES:
azurerm_attestation_provider
- the fieldpolicy
is deprecated and non-functional due to a design issue with the original resource (where this wasn't retrieved from the Azure API and thus wasn't exposed correctly) - this has been superseded by the fieldsopen_enclave_policy_base64
,sgx_enclave_policy_base64
andtpm_policy_base64
. (#21524)
FEATURES:
- New Resource:
azurerm_arc_kubernetes_cluster_extension
(#21310) - New Resource:
azurerm_cosmosdb_postgresql_cluster
(#21090) - New Resource:
azurerm_email_communication_service
(#21526) - New Resource:
azurerm_kubernetes_cluster_extension
(#21310) - New Resource:
azurerm_netapp_volume_group_sap_hana
(#21290) - New Resource:
azurerm_storage_mover_project
(#21477) - New Resource:
azurerm_storage_mover_job_definition
(#21514)
ENHANCEMENTS:
- dependencies: updating to
v0.20230427.1112058
ofgithub.com/hashicorp/go-azure-sdk
(#21583) security
: updating to API Version2023-01-01
(#21531)- Data Source:
azurerm_virtual_network_gateway
- add support for the fieldprivate_ip_address
(#21432) azurerm_active_directory_domain_service
-domain_name
now supports a length up to 30 characters (#21555)azurerm_attestation_provider
- adding support for the fieldopen_enclave_policy_base64
,sgx_enclave_policy_base64
andtpm_policy_base64
(#21524)azurerm_attestation_provider
- adding support for the fieldsgx_enclave_policy_base64
(#21524)azurerm_attestation_provider
- adding support for the fieldtpm_policy_base64
(#21524)azurerm_billing_account_cost_management_export
- the fieldtime_frame
can now be set toTheLast7Days
(#21528)azurerm_firewall_policy_rule_collection_group
- the fieldssource_addresses
anddestination_addresses
now accepts an IPv4 range (#21542)azurerm_kubernetes_cluster
- add support for theservice_mesh_profile
block (#21516)azurerm_resource_group_cost_management_export
- the fieldtime_frame
can now be set toTheLast7Days
(#21528)azurerm_search_service
- adding support forauthentication_failure_mode
(#21323)azurerm_search_service
- adding support forcustomer_managed_key_enforcement_enabled
(#21323)azurerm_search_service
- adding support forhosting_mode
(#21323)azurerm_search_service
- adding support forlocal_authentication_enabled
(#21323)azurerm_search_service
- support for settingsku
toStorageOptimizedL2
(#21323)azurerm_subscription_cost_management_export
- the fieldtime_frame
can now be set toTheLast7Days
(#21528)
BUG FIXES:
- Provider: fix an authentication bug when specifying
auxiliary_tenant_ids
whilst authenticating using Azure CLI (#21583) azurerm_attestation_provider
- the fieldpolicy
is deprecated and non-functional - instead please use the fieldsopen_enclave_policy_base64
,sgx_enclave_policy_base64
andtpm_policy_base64
(#21524)azurerm_mysql_flexible_server
- fix issue whereidentity
was not being removed properly on updates (#21533)azurerm_search_service
- updating the default value forpartition_count
to1
to match the API (#21323)azurerm_search_service
- updating the default value forreplica_count
to1
to match the API (#21323)azurerm_search_service
- the fieldallowed_ips
is now a Set rather than a List (#21323)