diff --git a/specification/logic/resource-manager/Microsoft.Logic/stable/2016-06-01/logic.json b/specification/logic/resource-manager/Microsoft.Logic/stable/2016-06-01/logic.json index 88bd680be186..bf6c283e365d 100644 --- a/specification/logic/resource-manager/Microsoft.Logic/stable/2016-06-01/logic.json +++ b/specification/logic/resource-manager/Microsoft.Logic/stable/2016-06-01/logic.json @@ -6306,10 +6306,14 @@ "description": "The integration account map filter for odata query." }, "MapType": { + "description": "The map type of integration account map.", "type": "string", "enum": [ "NotSpecified", - "Xslt" + "Xslt", + "Xslt20", + "Xslt30", + "Liquid" ], "x-ms-enum": { "name": "MapType",