FEATURES:
- New Data Source: azapi_client_config
ENHANCEMENTS:
azapi
provider: Supportclient_certificate
field, which specifies base64-encoded PKCS#12 bundle to be used as the client certificate for authentication.azapi
provider: Supportuse_aks_workload_identity
field to enable AKS workload identity.azapi_resource
,azapi_update_resource
,azapi_resource_action
,azapi_data_plane_resource
resources: Supporttimeouts.update
field, which is used to specify the timeout for the update operation.azapi_update_resource
resource: Improve the id build logic to honor user's input.- Update bicep types to ms-henglu/bicep-types-az@37dcb18
BUG FIXES:
- Fix a bug that
azapi_resource
will crash when thelocation
in GET response is null. - Fix a bug that schema validation fails to validate unknown string values.
- Fix a bug that
azapi_resource
only supports extension resource on a resource group scoped resource. - Fix a bug that OIDC authentication should not be used when required fields are missing.