Skip to content

Releases: Azure/terraform-provider-azapi

v1.11.0

18 Dec 05:49
24e63c3
Compare
Choose a tag to compare

ENHANCEMENTS:

  • azapi_resource_action resource: Support HEAD method.
  • azapi_resource_action resource: Support when field, which is used to control when to execute the action.
  • Update bicep types to ms-henglu/bicep-types-az@fcfe2a6

v1.10.0

03 Nov 07:15
85502b6
Compare
Choose a tag to compare

ENHANCEMENTS:

  • azapi_resource data source: When creating Microsoft.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: Support endpoint block, which is used to configure the endpoints of the Azure Clouds.
  • azapi_resource_action resource: Support GET 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 unrecognized api-version.
  • Fix a bug that deploy time constants are not removed from the request body when using azapi_update_resource resource.

v1.9.0

01 Sep 03:11
2dd5068
Compare
Choose a tag to compare

FEATURES:

  • New Data Source: azapi_resource_list
  • New Data Source: azapi_resource_id

ENHANCEMENTS:

  • azapi_resource resource/data source: When creating Microsoft.Resources/resourceGroups, parent_id is optional and defaults to the ID of the default subscription.
  • azapi_resource resource: Support ignore_body_changes field, which is used to ignore some properties when comparing the resource with its current state.
  • azapi_update_resource resource: Support ignore_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 the id 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

27 Jul 05:03
c8faa62
Compare
Choose a tag to compare

FEATURES:

ENHANCEMENTS:

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

16 Jun 07:44
b864ff2
Compare
Choose a tag to compare

FEATURES:

  • New Resource: azapi_data_plane_resource
  • azapi: Support use_msi and use_cli features.
  • azapi: Support auxiliary_tenant_ids field, which is required for multi-tenancy and cross-tenant scenarios.
  • azapi: Support custom_correlation_request_id field, which is used to specify the correlation request id.

ENHANCEMENTS:

BUG FIXES:

  • Fix a bug that provider crashes when loading azure schema.

v1.6.0

11 May 02:49
2a2e676
Compare
Choose a tag to compare

FEATURES:

ENHANCEMENTS:

BUG FIXES:

  • Fix the bug that the headers are not stored in the log.

v1.5.0

06 Apr 04:24
f3cef84
Compare
Choose a tag to compare

FEATURES:

ENHANCEMENTS:

BUG FIXES:

v1.4.0

28 Feb 06:06
bddbe36
Compare
Choose a tag to compare

FEATURES:

  • azapi: Support default_name, default_naming_prefix and defualt_naming_suffix features by @xiaxyi in #237

ENHANCEMENTS:

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

30 Jan 03:21
Compare
Choose a tag to compare

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

v1.2.0

05 Jan 06:36
ec16bc1
Compare
Choose a tag to compare

FEATURES:

  • azapi: Support client_certificate_password option.

ENHANCEMENTS: