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

Bump azure/azapi from 1.9.0 to 1.12.0 in /tests/e2e #79

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2024

Bumps azure/azapi from 1.9.0 to 1.12.0.

Release notes

Sourced from azure/azapi's releases.

v1.12.0

ENHANCEMENTS:

BUG FIXES:

  • Fix a bug that ignore_body_changes incorrectly removes tags.

NOTICE:

  • Provider field default_naming_prefix and default_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's name field instead.
  • The azapi_resource's removing_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 the name field and remove the special characters in the name field instead.
  • Defining the identity inside the body field is not recommended. In the next minor release, it will not sync the identity inside the body field to identity block. Please define the identity block instead.

v1.11.0

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

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.
Changelog

Sourced from azure/azapi's changelog.

v1.12.0

ENHANCEMENTS:

BUG FIXES:

  • Fix a bug that ignore_body_changes incorrectly removes tags.

NOTICE:

  • Provider field default_naming_prefix and default_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's name field instead.
  • The azapi_resource's removing_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 the name field and remove the special characters in the name field instead.
  • Defining the identity inside the body field is not recommended. In the next minor release, it will not sync the identity inside the body field to identity block. Please define the identity block instead.

v1.11.0

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

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.
Commits
  • f4d4045 update bicep types to 7aad507643b92d3de4b66e20baa404bb7043372e (#403)
  • dbb731c update examples to use identity block (#399)
  • dc3c0ca deprecate the default_naming_prefix, default_naming_suffix and `removing_...
  • e6c0dab bugfix: ignore_body_changes incorrectly removes tags (#390)
  • 24e63c3 update bicep types to fcfe2a66a04575f204767182fc575612c82eebc1 (#387)
  • 202c2f0 feat: support for when on resource_action (#384)
  • 95312ba azapi_resource_action: Support HEAD method
  • 85502b6 update bicep types to 505b813ce50368156e3da1b86f07977b5a913be9 (#370)
  • 9d4faee remove deploy time constants from the request body (#369)
  • 614c2e4 azapi_resource_action - supports GET method (#368)
  • Additional commits viewable 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)

Bumps [azure/azapi](https://github.com/Azure/terraform-provider-azapi) from 1.9.0 to 1.12.0.
- [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.9.0...v1.12.0)

---
updated-dependencies:
- dependency-name: azure/azapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2024

The following labels could not be found: terraform, dependencies.

Copy link

Terraform Lint Results

  • Terraform Version 📎1.5.6
  • Working Directory 📂./tests/e2e
  • Terraform Format and Style 🖌success

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 25, 2024

Superseded by #90.

@dependabot dependabot bot closed this Feb 25, 2024
@dependabot dependabot bot deleted the dependabot/terraform/tests/e2e/azure/azapi-1.12.0 branch February 25, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants