Releases: Azure/terraform-provider-azapi
Releases · Azure/terraform-provider-azapi
v1.12.0
v1.12.0
ENHANCEMENTS:
- Update bicep types to ms-henglu/bicep-types-az@4abd79b
BUG FIXES:
- Fix a bug that
ignore_body_changes
incorrectly removes tags.
NOTICE:
- Provider field
default_naming_prefix
anddefault_naming_suffix
are deprecated. It will not work in the next minor release and will be removed in the next major release.
Please specify the naming prefix and suffix in the resource'sname
field instead. - The
azapi_resource
'sremoving_special_chars
field is deprecated. It will not work in the next minor release and will be removed in the next major release.
Please specify thename
field and remove the special characters in thename
field instead. - Defining the
identity
inside thebody
field is not recommended. In the next minor release, it will not sync theidentity
inside thebody
field toidentity
block.
Please define theidentity
block instead.
v1.11.0
ENHANCEMENTS:
azapi_resource_action
resource: SupportHEAD
method.azapi_resource_action
resource: Supportwhen
field, which is used to control when to execute the action.- Update bicep types to ms-henglu/bicep-types-az@fcfe2a6
v1.10.0
ENHANCEMENTS:
azapi_resource
data source: When creatingMicrosoft.Resources/subscriptions
,resource_id
is optional and defaults to the ID of the default subscription.- Add a new logger to record the traffic in a structured way.
azapi
: Supportendpoint
block, which is used to configure the endpoints of the Azure Clouds.azapi_resource_action
resource: SupportGET
method.- Update bicep types to ms-henglu/bicep-types-az@505b813
BUG FIXES:
- Fix a bug that
body
is not set when import with an unrecognizedapi-version
. - Fix a bug that deploy time constants are not removed from the request body when using
azapi_update_resource
resource.
v1.9.0
FEATURES:
- New Data Source: azapi_resource_list
- New Data Source: azapi_resource_id
ENHANCEMENTS:
azapi_resource
resource/data source: When creatingMicrosoft.Resources/resourceGroups
,parent_id
is optional and defaults to the ID of the default subscription.azapi_resource
resource: Supportignore_body_changes
field, which is used to ignore some properties when comparing the resource with its current state.azapi_update_resource
resource: Supportignore_body_changes
field, which is used to ignore some properties when comparing the resource with its current state.- Update bicep types to ms-henglu/bicep-types-az@1d8fec8
BUG FIXES:
- Fix a bug that
azapi_resource
resource doesn't store theid
in the state when error happens during the creation. - Fix a bug that errors from the polling API which don't follow the ARM LRO guidelines are not handled properly.
v1.8.0
FEATURES:
ENHANCEMENTS:
azapi_resource_action
: Support provider action.- Update bicep types to https://ms-henglu/bicep-types-az/commit/c616eb1ad4980f63c0d6b436a63701e175a62224
BUG FIXES:
- Fix a bug that resource id for type
Microsoft.Resources/providers
is not parsed correctly. - Fix a bug that resource id for type
Microsoft.Resources/tenants
is not parsed correctly.
v1.7.0
FEATURES:
- New Resource: azapi_data_plane_resource
azapi
: Supportuse_msi
anduse_cli
features.azapi
: Supportauxiliary_tenant_ids
field, which is required for multi-tenancy and cross-tenant scenarios.azapi
: Supportcustom_correlation_request_id
field, which is used to specify the correlation request id.
ENHANCEMENTS:
- Update bicep types to ms-henglu/bicep-types-az@0536b68
BUG FIXES:
- Fix a bug that provider crashes when loading azure schema.
v1.6.0
FEATURES:
ENHANCEMENTS:
- Update bicep types to ms-henglu/bicep-types-az@da15d03
BUG FIXES:
- Fix the bug that the headers are not stored in the log.
v1.5.0
v1.4.0
FEATURES:
azapi
: Supportdefault_name
,default_naming_prefix
anddefualt_naming_suffix
features by @xiaxyi in #237
ENHANCEMENTS:
- Update bicep types to ms-henglu/bicep-types-az@a915aca
BUG FIXES:
- Fix a bug that when apply failed there still are some attributes stored in the state by @teowa in #257
- Fix a bug that schema validation requires redundant
name
fields both in resource and in body.
New Contributors
v1.3.0
FEATURES:
azapi
: Support OIDC authentication.
ENHANCEMENTS:
- Update bicep types to ms-henglu/bicep-types-az@78ec1b9
azapi_resource
:ignore_missing_property
will also ignore the sensitive properties returned in asterisks.
BUG FIXES:
- Fix a document typo, thanks @dcfsc
Credits
- We wish to thank @adelinn, @implodingduck, and @ms-zhenhua for contributing to the OIDC authentication feature!