-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Error occurred unmarshalling JSON #24758
Comments
Hi @stumueller, thanks for opening this issue. There is a data struct change on the Thanks. |
yeah sure: [ |
Hi @ziyeqf,I am also facing the same issue. Can you exactly say what kind of structure change you mean in WebActivity?? { |
Hi @stumueller and @epicman25, Thanks for your detail, the struct change is the type of So it could only contain one nest level for now, adding "headers": {
"authorization": jsonencode({
"value": "@concat('bearer',' ',activity('get sims id token').output.access_token)",
"type": "Expression"
}),
"content_type": "application/x-www-form-urlencoded"
} @epicman25 I'm not sure if it's caused by the same reason for your configuration as I noticed there is no
If the error continues, please leave comments. |
Hey just to let you know that didn't work. Within the json file VScode now reports "value expected" and marks the file as red saying there is an error in the file. |
thanks, will continue looking into it. |
Any updates on this? |
Hi @stumueller and @stumueller , sorry for my wrong answer before.
I have also opened a PR(#24921) to the provider to fix this, once the above issues get replied we can continue work on this, or once the PR(#24921) merged, it should be fixed. Thanks. |
* fix #24758 * golint * add comment to workaround * update comment
…icorp#24921) * fix hashicorp#24758 * golint * add comment to workaround * update comment
The bug still exists, I will open a new item for it |
…icorp#24921) * fix hashicorp#24758 * golint * add comment to workaround * update comment
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Terraform Version
1.7.0
AzureRM Provider Version
3.90.0
Affected Resource(s)/Data Source(s)
azurerm_data_factory_pipeline
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Prior to the upgrade to azurerm 3.90.0 all datafactory pipelines where able to be read. Moving our azurerm provider back to 3.89.0 results in success again
Actual Behaviour
reading the state of Data Factory Pipeline "powerbi_workspace_creation": datafactory.PipelinesClient#Get: Failure responding to request: StatusCode=200 -- Original Error: Error occurred unmarshalling JSON - Error = 'json: cannot unmarshal object into Go struct field WebActivityTypeProperties.headers of type string' JSON = '{
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: