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

Add support for azapi provider v2 #1207

Open
4 of 7 tasks
stawik-mesa opened this issue Nov 25, 2024 · 0 comments
Open
4 of 7 tasks

Add support for azapi provider v2 #1207

stawik-mesa opened this issue Nov 25, 2024 · 0 comments

Comments

@stawik-mesa
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Is your feature request related to a problem?

Unable to upgrade my code and use azapi v2.0.1.

Describe the solution you'd like

The module only supports the azapi provider with version "~> 1.13, != 1.13.0"

https://github.com/Azure/terraform-azurerm-caf-enterprise-scale/blob/main/terraform.tf#L22C17-L22C37

Please upgrade the version constraint.

Additional context

These are the breaking changes:

  • Provider field default_naming_prefix and default_naming_suffix are removed. - The fields are not in use.
  • Provider field enable_hcl_output_for_data_source is removed. The output field in the data source is always in HCL format.
  • The azapi_resource's removing_special_chars field is removed. Please specify the name field and remove the special characters in the name field instead. - No special characters are used.
  • The ignore_body_changes field is removed. - Field is not in use.
  • The body field now only accepts an HCL object. - The body is already declared as HCL object.
  • The output field now only exports an HCL object. - No todo within the module, but a breaking change for users accessing the output data_collection_rules
  • The use_msi field now defaults to false. -
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

No branches or pull requests

1 participant