Skip to content

Latest commit

 

History

History
128 lines (89 loc) · 3.86 KB

CHANGELOG.md

File metadata and controls

128 lines (89 loc) · 3.86 KB

v1.3.0

FEATURES:

  • azapi: Support OIDC authentication.

ENHANCEMENTS:

BUG FIXES:

  • Fix a document typo.

v1.2.0

FEATURES:

  • azapi: Support client_certificate_password option.

ENHANCEMENTS:

BUG FIXES:

v1.1.0

FEATURES:

ENHANCEMENTS:

BUG FIXES:

  • azapi_resource_action: The output is not refreshed when body is changed.

v1.0.0

FEATURES:

ENHANCEMENTS:

BUG FIXES:

BREAKING CHANGES:

  • azapi_resource: ignore_missing_property's default value changed from false to true.
  • azapi_update_resource: ignore_missing_property's default value changed from false to true.

v0.6.0

FEATURES:

ENHANCEMENTS:

BUG FIXES:

v0.5.0

FEATURES:

  • New Data Source: azapi_resource_action
  • New Resource: azapi_resource_action

ENHANCEMENTS:

BUG FIXES:

  • DefaultAzureCredential authentication failed because empty clientId is set

v0.4.0

FEATURES:

ENHANCEMENTS:

  • azapi_resource: Supports default api-version when importing existing resource into terraform state.
  • azapi_resource: Supports locks which used to prevent creating/modifying/deleting resources at the same time.
  • azapi_update_resource: Supports locks which used to prevent creating/modifying/deleting resources at the same time.
  • azapi_resource data source: Supports configuring resource_id as an alternative way to configure name and parent_id.
  • azapi provider: Supports partner_id, disable_terraform_partner_id and disable_terraform_partner_id.
  • Update bicep types to https://github.com/Azure/bicep-types-az/commit/ea703e2aba0d1c024f33124ee2cd34bc0c6084b5

BUG FIXES:

v0.3.0

FEATURES:

ENHANCEMENTS:

BUG FIXES:

v0.2.1

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

v0.2.0

FEATURES:

ENHANCEMENTS:

BUG FIXES:

  • Fix incorrect ID format in the imported azapi_resource resource.
  • Fix incorrect body content in the imported azapi_resource resource.

v0.1.1

FEATURES:

ENHANCEMENTS:

BUG FIXES:

  • Fix document format.

v1.1.0

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: