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
╷
│ Error: creating/updating IoT Device Provisioning Service Provisioning Service (Subscription: "xxxxxxxxxxxxxxxxx"
│ Resource Group Name: "rg-platform-prd-westeurope"
│ Provisioning Service Name: "provs-platform-prd-westeurope"): performing CreateOrUpdate: iotdpsresource.IotDpsResourceClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: Code="Failed" Message="The async operation failed." InnerError={"unmarshalError":"json: cannot unmarshal number into Go struct field serviceErrorInternal.code of type string"} AdditionalInfo=[{"code":400303,"httpStatusCode":"BadRequest","message":"The EnableDataResidency property may not be updated after initial IotDps creation. If you contact a support representative please include this correlation identifier: 48380527-ece0-4efd-a7ff-6a91929543f7, timestamp: 2023-02-20 13:21:15Z, errorcode: IH400303."}]
│
│ with azurerm_iothub_dps.dps,
│ on iothub.tf line 113, in resource "azurerm_iothub_dps""dps":
│ 113: resource "azurerm_iothub_dps""dps" {
│
╵
Expected Behaviour
DPS gets updated.
Actual Behaviour
Error is thrown.
Steps to Reproduce
Create a DPS resource with Terraform.
Change a tag.
Try to run terraform apply.
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.3.6
AzureRM Provider Version
3.44.1
Affected Resource(s)/Data Source(s)
azurerm_iothub_dps
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
DPS gets updated.
Actual Behaviour
Error is thrown.
Steps to Reproduce
terraform apply
.Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: