dirien / pulumi-azapi

Pulumi provider for Azure API Management
Apache License 2.0
2 stars 3 forks source link

chore(deps): bump github.com/Azure/terraform-provider-azapi from 1.13.0 to 1.13.1 in /provider/shim #239

Open dependabot[bot] opened 6 months ago

dependabot[bot] commented 6 months ago

Bumps github.com/Azure/terraform-provider-azapi from 1.13.0 to 1.13.1.

Changelog

Sourced from github.com/Azure/terraform-provider-azapi's changelog.

v1.13.1 (Unreleased)

ENHANCEMENTS:

  • azapi provider: Support enable_hcl_output_for_data_source field, which is used to enable the HCL output for the data source, the default value is false. This could resolve the following breaking changes in the previous release:
    • azapi_resource data source: The output field changes from JSON string to HCL object. Users can use access the fields in the output as an HCL object. Please remove the jsondecode function when using the output field.
    • azapi_resource_list data source: The output field changes from JSON string to HCL object. Users can use access the fields in the output as an HCL object. Please remove the jsondecode function when using the output field.

BUG FIXES:

  • Fix a bug when upgrading from previous provider azapi_resource resource will set tags for resources that don't have tags in the configuration.
  • Fix a bug that azapi_resource resource cannot handle tags with unknown values.
  • Fix a bug that null string value can't pass the schema validation.
  • Fix a bug that required fields which have null value can't pass the schema validation.
  • Fix a bug that schema validation fails to validate the float number in the body.
  • Fix a bug that client certificate authentication doesn't work.
  • Fix a bug that auxiliary tenant ids are not passed to the client.
  • Fix a bug that azapi_resource_action resource shows the plan diff when upgrading from the previous provider.
Commits
  • c33ba00 improve the dynamic converter to distinguish null list and empty list (#485)
  • 1dc49e4 increase the test timeout
  • 48f26e6 bugfix: required fields with null value failed to pass validation (#484)
  • fedc710 add upgrade tests to detect breaking changes (#474)
  • bc38e6b azapi: Support enable_hcl_output_for_data_source field (#481)
  • 9485028 bugfix: client certificate authentication doesn't work (#479)
  • dcdb423 bugfix: skip validating the float number in the body (#469)
  • 3afdfe2 bugfix: skip setting empty tags in request body (#466)
  • 34332a3 bugfix: azapi_resource cannot handle tags with unknown values (#471)
  • 1bdb8df bugfix: null value can't pass schema validation (#465)
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)