Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2024

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 <dependency name> 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)

@dependabot dependabot bot requested a review from dirien as a code owner April 28, 2024 08:41
@dependabot dependabot bot force-pushed the dependabot/go_modules/provider/shim/github.com/Azure/terraform-provider-azapi-1.13.1 branch from ceea1a2 to 5c84363 Compare May 11, 2024 12:54
Bumps [github.com/Azure/terraform-provider-azapi](https://github.com/Azure/terraform-provider-azapi) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/Azure/terraform-provider-azapi/releases)
- [Changelog](https://github.com/Azure/terraform-provider-azapi/blob/main/CHANGELOG.md)
- [Commits](Azure/terraform-provider-azapi@v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/terraform-provider-azapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/provider/shim/github.com/Azure/terraform-provider-azapi-1.13.1 branch from 5c84363 to 9c6c4ce Compare May 11, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants