Skip to content

Commit

Permalink
Try to replace patch method with string
Browse files Browse the repository at this point in the history
  • Loading branch information
tnielsen2 committed Jul 27, 2023
1 parent e39c6db commit c3edbf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/patches/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@
"path": "/PropertyTypes/AWS::Transfer::Server.ProtocolDetails/Properties/As2Transports/PrimitiveItemType",
"value": "String",
},
{
"op": "replace",
"from": "/ResourceTypes/AWS::Transfer::Server/Properties/StructuredLogDestination/ItemType",
"value": "String",
},
]

0 comments on commit c3edbf1

Please sign in to comment.