FEATURES:
azapi
: Support OIDC authentication.
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/78ec1b99699a4bf44869bd13f1b0ed7d92a99c27
azapi_resource
:ignore_missing_property
will also ignore the sensitive properties returned in asterisks.
BUG FIXES:
- Fix a document typo.
FEATURES:
azapi
: Supportclient_certificate_password
option.
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/019b2d62fe84508582b8c54ce3d91c2b4840e624
BUG FIXES:
FEATURES:
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/e641570bedc5004498d3e374adb60fdfd3521b09
BUG FIXES:
azapi_resource_action
: Theoutput
is not refreshed whenbody
is changed.
FEATURES:
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/a6dabb0cd645c17a1accf3ec1be4d7930e982b23
BUG FIXES:
BREAKING CHANGES:
azapi_resource
:ignore_missing_property
's default value changed fromfalse
totrue
.azapi_update_resource
:ignore_missing_property
's default value changed fromfalse
totrue
.
FEATURES:
ENHANCEMENTS:
azapi_resource_action
: Supportslocks
which used to prevent modifying resources at the same time.azapi_resource_action
: Supports parse response whichContent-Type
istext/plain
.- Improve validation on
type
,parent_id
andresource_id
. - Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/5451fcd5e1bf4d8313d475d8e3dc28efc7a77e2a
BUG FIXES:
FEATURES:
- New Data Source: azapi_resource_action
- New Resource: azapi_resource_action
ENHANCEMENTS:
- Update bicep types to https://github.com/ms-henglu/bicep-types-az/commit/813d8bbc9ecf432a2a0ff2769627592fae34369f
BUG FIXES:
- DefaultAzureCredential authentication failed because empty clientId is set
FEATURES:
ENHANCEMENTS:
azapi_resource
: Supports default api-version when importing existing resource into terraform state.azapi_resource
: Supportslocks
which used to prevent creating/modifying/deleting resources at the same time.azapi_update_resource
: Supportslocks
which used to prevent creating/modifying/deleting resources at the same time.azapi_resource
data source: Supports configuringresource_id
as an alternative way to configurename
andparent_id
.azapi
provider: Supportspartner_id
,disable_terraform_partner_id
anddisable_terraform_partner_id
.- Update bicep types to https://github.com/Azure/bicep-types-az/commit/ea703e2aba0d1c024f33124ee2cd34bc0c6084b5
BUG FIXES:
FEATURES:
ENHANCEMENTS:
- Update bicep types to https://github.com/Azure/bicep-types-az/commit/644ff521c92ce8d493f6da977af12377f32abffc
BUG FIXES:
FEATURES:
ENHANCEMENTS:
BUG FIXES:
- Improve error message for schema validation failure.
- DefaultAzureCredential reads the client ID of a user-assigned managed identity.
- Fix the modification is not working, when use
azapi_update_resource
to modify additional properties. - Fix crash when use
azapi_update_resource
on a resource whose id is null - Fix crash when the discriminated type is not in the embedded schema
FEATURES:
ENHANCEMENTS:
- Setting
response_export_values = ["*"]
will export the full response body. - Update bicep types to https://github.com/Azure/bicep-types-az/commit/57f3ecc750648562cf170ef456ef39533872b101
BUG FIXES:
- Fix incorrect ID format in the imported
azapi_resource
resource. - Fix incorrect
body
content in the importedazapi_resource
resource.
FEATURES:
ENHANCEMENTS:
BUG FIXES:
- Fix document format.
FEATURES:
- New Data Source: azapi_resource
- New Resource: azapi_resource
- New Resource: azapi_update_resource
- Provider feature: support default location and default tags
ENHANCEMENTS:
BUG FIXES: