This no longer works in version 2 of the provider
Error message is: The value must not be a string for the body attribute. From docs I see that in old and in new version it's described the same way:
1.15: body - (Optional) A dynamic attribute that contains the request body.
2.0.1 body (Dynamic) A dynamic attribute that contains the request body.
Please advise on how to properly set the body in 2.0.1
Hi, I am using azapi to update tags on the OS disk of a VM: https://github.com/hashicorp/terraform-provider-azurerm/issues/8162#issuecomment-1612611058
This no longer works in version 2 of the provider Error message is:
The value must not be a string
for the body attribute. From docs I see that in old and in new version it's described the same way:1.15: body - (Optional) A dynamic attribute that contains the request body. 2.0.1 body (Dynamic) A dynamic attribute that contains the request body.
Please advise on how to properly set the body in 2.0.1