Skip to content

Commit

Permalink
add patch for AWS::IoT::ProvisioningTemplate property ItemType
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Jun 15, 2020
1 parent 847eab5 commit 04d3ab4
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"ResourceTypes": {
"AWS::IoT::ProvisioningTemplate": {
"patch": {
"description": "AWS::IoT::ProvisioningTemplate property ItemType should have been PrimitiveItemType",
"operations": [
{
"op": "remove",
"path": "/Properties/Tags/ItemType",
"value": "Json"
},
{
"op": "add",
"path": "/Properties/Tags/PrimitiveItemType",
"value": "Json"
}
]
}
}
}
}

0 comments on commit 04d3ab4

Please sign in to comment.