docascode / ECMA2Yaml

Apache License 2.0
9 stars 4 forks source link

bug 328464: CDATA code block encoded #164

Closed TianqiZhang closed 3 years ago

TianqiZhang commented 3 years ago

List<PatchOperation> patchOperations = new List<PatchOperation>();

https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.transactionalbatch?view=azure-dotnet

source xml: https://github.com/Azure/azure-docs-sdk-dotnet/blob/603dce00860908d1c73c4d553b0b0805fdd32504/xml/Microsoft.Azure.Cosmos/TransactionalBatch.xml

Github issue: https://github.com/Azure/azure-cosmos-dotnet-v3/issues/1855