You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
?jsondecode(data.azapi_resource.user_msi[each.key].output).properties.principalId# workarround as azurerm_management_group_policy_assignment does not export the principal_id when using UserAssigned identity
need to be updates. Remove the jsondecode() function
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. -
The text was updated successfully, but these errors were encountered:
Community Note
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:
default_naming_prefix
anddefault_naming_suffix are removed
. - The fields are not in use.enable_hcl_output_for_data_source
is removed. The output field in the data source is always in HCL format.terraform-azurerm-caf-enterprise-scale/resources.role_assignments.tf
Line 37 in c1eef34
jsondecode()
functionremoving_special_chars
field is removed. Please specify the name field and remove the special characters in thename
field instead. - No special characters are used.data_collection_rules
use_msi
field now defaults tofalse
. -The text was updated successfully, but these errors were encountered: