diff --git a/Commands/logic/integration-account/map/_create.md b/Commands/logic/integration-account/map/_create.md new file mode 100644 index 000000000..9daa1c85f --- /dev/null +++ b/Commands/logic/integration-account/map/_create.md @@ -0,0 +1,16 @@ +# [Command] _logic integration-account map create_ + +Create an integration account map. If the map is larger than 4 MB, you need to store the map in an Azure blob and use the blob's Shared Access Signature (SAS) URL as the 'contentLink' property value. + +## Versions + +### [2019-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHMve30=/2019-05-01.xml) **Stable** + + + +#### examples + +- Create map + ```bash + logic integration-account map create -g rg -n map-name --integration-account account-name --map-type Xslt --content-type application/xml --map-content map_content.txt + ``` diff --git a/Commands/logic/integration-account/map/_delete.md b/Commands/logic/integration-account/map/_delete.md new file mode 100644 index 000000000..c62c9f1ea --- /dev/null +++ b/Commands/logic/integration-account/map/_delete.md @@ -0,0 +1,16 @@ +# [Command] _logic integration-account map delete_ + +Delete an integration account map. + +## Versions + +### [2019-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHMve30=/2019-05-01.xml) **Stable** + + + +#### examples + +- Delete map + ```bash + logic integration-account map delete -g rg -n map-name --integration-account account-name + ``` diff --git a/Commands/logic/integration-account/map/_list.md b/Commands/logic/integration-account/map/_list.md new file mode 100644 index 000000000..f57e2acda --- /dev/null +++ b/Commands/logic/integration-account/map/_list.md @@ -0,0 +1,16 @@ +# [Command] _logic integration-account map list_ + +List a list of integration account maps. + +## Versions + +### [2019-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHM=/2019-05-01.xml) **Stable** + + + +#### examples + +- List map + ```bash + logic integration-account map list -g rg --integration-account account-name + ``` diff --git a/Commands/logic/integration-account/map/_show.md b/Commands/logic/integration-account/map/_show.md new file mode 100644 index 000000000..967727406 --- /dev/null +++ b/Commands/logic/integration-account/map/_show.md @@ -0,0 +1,16 @@ +# [Command] _logic integration-account map show_ + +Get an integration account map. + +## Versions + +### [2019-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHMve30=/2019-05-01.xml) **Stable** + + + +#### examples + +- Show map + ```bash + logic integration-account map show -g rg -n map-name --integration-account account-name + ``` diff --git a/Commands/logic/integration-account/map/_update.md b/Commands/logic/integration-account/map/_update.md new file mode 100644 index 000000000..b4ba691c6 --- /dev/null +++ b/Commands/logic/integration-account/map/_update.md @@ -0,0 +1,16 @@ +# [Command] _logic integration-account map update_ + +Update an integration account map. If the map is larger than 4 MB, you need to store the map in an Azure blob and use the blob's Shared Access Signature (SAS) URL as the 'contentLink' property value. + +## Versions + +### [2019-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHMve30=/2019-05-01.xml) **Stable** + + + +#### examples + +- Update map + ```bash + logic integration-account map update -g rg -n map-name --integration-account account-name + ``` diff --git a/Commands/logic/integration-account/map/readme.md b/Commands/logic/integration-account/map/readme.md new file mode 100644 index 000000000..3688c7946 --- /dev/null +++ b/Commands/logic/integration-account/map/readme.md @@ -0,0 +1,20 @@ +# [Group] _logic integration-account map_ + +Manage logic integration account map + +## Commands + +- [create](/Commands/logic/integration-account/map/_create.md) +: Create an integration account map. If the map is larger than 4 MB, you need to store the map in an Azure blob and use the blob's Shared Access Signature (SAS) URL as the 'contentLink' property value. + +- [delete](/Commands/logic/integration-account/map/_delete.md) +: Delete an integration account map. + +- [list](/Commands/logic/integration-account/map/_list.md) +: List a list of integration account maps. + +- [show](/Commands/logic/integration-account/map/_show.md) +: Get an integration account map. + +- [update](/Commands/logic/integration-account/map/_update.md) +: Update an integration account map. If the map is larger than 4 MB, you need to store the map in an Azure blob and use the blob's Shared Access Signature (SAS) URL as the 'contentLink' property value. diff --git a/Commands/logic/integration-account/readme.md b/Commands/logic/integration-account/readme.md new file mode 100644 index 000000000..5977e6f78 --- /dev/null +++ b/Commands/logic/integration-account/readme.md @@ -0,0 +1,8 @@ +# [Group] _logic integration-account_ + +Manage logic integration account + +## Subgroups + +- [map](/Commands/logic/integration-account/map/readme.md) +: Manage logic integration account map diff --git a/Commands/logic/readme.md b/Commands/logic/readme.md new file mode 100644 index 000000000..01176b118 --- /dev/null +++ b/Commands/logic/readme.md @@ -0,0 +1,8 @@ +# [Group] _logic_ + +Manage logic + +## Subgroups + +- [integration-account](/Commands/logic/integration-account/readme.md) +: Manage logic integration account diff --git a/Commands/readme.md b/Commands/readme.md index 5b660fa66..a418ce04a 100644 --- a/Commands/readme.md +++ b/Commands/readme.md @@ -59,6 +59,9 @@ - [load](/Commands/load/readme.md) : Manage Azure Load Testing resources. +- [logic](/Commands/logic/readme.md) +: Manage logic + - [mobile-network](/Commands/mobile-network/readme.md) : Manage mobile network diff --git a/Commands/tree.json b/Commands/tree.json index 574e50f7a..70d088db9 100644 --- a/Commands/tree.json +++ b/Commands/tree.json @@ -14269,6 +14269,194 @@ "load" ] }, + "logic": { + "commandGroups": { + "integration-account": { + "commandGroups": { + "map": { + "commands": { + "create": { + "help": { + "short": "Create an integration account map. If the map is larger than 4 MB, you need to store the map in an Azure blob and use the blob's Shared Access Signature (SAS) URL as the 'contentLink' property value." + }, + "names": [ + "logic", + "integration-account", + "map", + "create" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "logic integration-account map create -g rg -n map-name --integration-account account-name --map-type Xslt --content-type application/xml --map-content map_content.txt" + ], + "name": "Create map" + } + ], + "name": "2019-05-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{}", + "plane": "mgmt-plane", + "version": "2019-05-01" + } + ] + } + ] + }, + "delete": { + "help": { + "short": "Delete an integration account map." + }, + "names": [ + "logic", + "integration-account", + "map", + "delete" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "logic integration-account map delete -g rg -n map-name --integration-account account-name" + ], + "name": "Delete map" + } + ], + "name": "2019-05-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{}", + "plane": "mgmt-plane", + "version": "2019-05-01" + } + ] + } + ] + }, + "list": { + "help": { + "short": "List a list of integration account maps." + }, + "names": [ + "logic", + "integration-account", + "map", + "list" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "logic integration-account map list -g rg --integration-account account-name" + ], + "name": "List map" + } + ], + "name": "2019-05-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps", + "plane": "mgmt-plane", + "version": "2019-05-01" + } + ] + } + ] + }, + "show": { + "help": { + "short": "Get an integration account map." + }, + "names": [ + "logic", + "integration-account", + "map", + "show" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "logic integration-account map show -g rg -n map-name --integration-account account-name" + ], + "name": "Show map" + } + ], + "name": "2019-05-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{}", + "plane": "mgmt-plane", + "version": "2019-05-01" + } + ] + } + ] + }, + "update": { + "help": { + "short": "Update an integration account map. If the map is larger than 4 MB, you need to store the map in an Azure blob and use the blob's Shared Access Signature (SAS) URL as the 'contentLink' property value." + }, + "names": [ + "logic", + "integration-account", + "map", + "update" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "logic integration-account map update -g rg -n map-name --integration-account account-name" + ], + "name": "Update map" + } + ], + "name": "2019-05-01", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{}", + "plane": "mgmt-plane", + "version": "2019-05-01" + } + ] + } + ] + } + }, + "help": { + "short": "Manage logic integration account map" + }, + "names": [ + "logic", + "integration-account", + "map" + ] + } + }, + "help": { + "short": "Manage logic integration account" + }, + "names": [ + "logic", + "integration-account" + ] + } + }, + "help": { + "short": "Manage logic" + }, + "names": [ + "logic" + ] + }, "mobile-network": { "commandGroups": { "attached-data-network": { diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHM=/2019-05-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHM=/2019-05-01.json new file mode 100644 index 000000000..a55f9d22a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHM=/2019-05-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps", "version": "2019-05-01", "swagger": "mgmt-plane/logic/ResourceProviders/Microsoft.Logic/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTG9naWMvaW50ZWdyYXRpb25BY2NvdW50cy97aW50ZWdyYXRpb25BY2NvdW50TmFtZX0vbWFwcw==/V/MjAxOS0wNS0wMQ=="}], "commandGroups": [{"name": "logic integration-account map", "commands": [{"name": "list", "version": "2019-05-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps", "version": "2019-05-01", "swagger": "mgmt-plane/logic/ResourceProviders/Microsoft.Logic/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTG9naWMvaW50ZWdyYXRpb25BY2NvdW50cy97aW50ZWdyYXRpb25BY2NvdW50TmFtZX0vbWFwcw==/V/MjAxOS0wNS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.integrationAccountName", "options": ["integration-account"], "required": true, "group": "", "idPart": "name", "help": {"short": "The integration account name."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Query.filter", "options": ["filter"], "help": {"short": "The filter to apply on the operation. Options for filters include: MapType."}}, {"type": "integer32", "var": "$Query.top", "options": ["top"], "help": {"short": "The number of items to be included in the result."}}]}], "operations": [{"operationId": "IntegrationAccountMaps_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "integrationAccountName", "arg": "$Path.integrationAccountName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"params": [{"type": "string", "name": "$filter", "arg": "$Query.filter"}, {"type": "integer32", "name": "$top", "arg": "$Query.top"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2019-05-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Logic/integrationAccounts/{}/maps/{}"}}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "dateTime", "name": "changedTime"}, {"type": "string", "name": "content"}, {"type": "object", "name": "contentLink", "props": [{"type": "object", "name": "contentHash", "props": [{"type": "string", "name": "algorithm"}, {"type": "string", "name": "value"}]}, {"readOnly": true, "type": "integer64", "name": "contentSize"}, {"readOnly": true, "type": "string", "name": "contentVersion"}, {"type": "string", "name": "uri"}]}, {"type": "string", "name": "contentType"}, {"readOnly": true, "type": "dateTime", "name": "createdTime"}, {"type": "string", "name": "mapType", "required": true, "enum": {"items": [{"value": "Liquid"}, {"value": "NotSpecified"}, {"value": "Xslt"}, {"value": "Xslt20"}, {"value": "Xslt30"}]}}, {"type": "object", "name": "parametersSchema", "props": [{"type": "string", "name": "ref"}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHM=/2019-05-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHM=/2019-05-01.xml new file mode 100644 index 000000000..10d3c69d7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHM=/2019-05-01.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHMve30=/2019-05-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHMve30=/2019-05-01.json new file mode 100644 index 000000000..147244fa9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHMve30=/2019-05-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{}", "version": "2019-05-01", "swagger": "mgmt-plane/logic/ResourceProviders/Microsoft.Logic/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTG9naWMvaW50ZWdyYXRpb25BY2NvdW50cy97aW50ZWdyYXRpb25BY2NvdW50TmFtZX0vbWFwcy97bWFwTmFtZX0=/V/MjAxOS0wNS0wMQ=="}], "commandGroups": [{"name": "logic integration-account map", "commands": [{"name": "show", "version": "2019-05-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{}", "version": "2019-05-01", "swagger": "mgmt-plane/logic/ResourceProviders/Microsoft.Logic/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTG9naWMvaW50ZWdyYXRpb25BY2NvdW50cy97aW50ZWdyYXRpb25BY2NvdW50TmFtZX0vbWFwcy97bWFwTmFtZX0=/V/MjAxOS0wNS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.integrationAccountName", "options": ["integration-account"], "required": true, "group": "", "idPart": "name", "help": {"short": "The integration account name."}}, {"type": "string", "var": "$Path.mapName", "options": ["n", "name", "map-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The integration account map name."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "IntegrationAccountMaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "integrationAccountName", "arg": "$Path.integrationAccountName", "required": true}, {"type": "string", "name": "mapName", "arg": "$Path.mapName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2019-05-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Logic/integrationAccounts/{}/maps/{}"}}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "dateTime", "name": "changedTime"}, {"type": "string", "name": "content"}, {"type": "object", "name": "contentLink", "props": [{"type": "object", "name": "contentHash", "props": [{"type": "string", "name": "algorithm"}, {"type": "string", "name": "value"}]}, {"readOnly": true, "type": "integer64", "name": "contentSize"}, {"readOnly": true, "type": "string", "name": "contentVersion"}, {"type": "string", "name": "uri"}]}, {"type": "string", "name": "contentType"}, {"readOnly": true, "type": "dateTime", "name": "createdTime"}, {"type": "string", "name": "mapType", "required": true, "enum": {"items": [{"value": "Liquid"}, {"value": "NotSpecified"}, {"value": "Xslt"}, {"value": "Xslt20"}, {"value": "Xslt30"}]}}, {"type": "object", "name": "parametersSchema", "props": [{"type": "string", "name": "ref"}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "delete", "version": "2019-05-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{}", "version": "2019-05-01", "swagger": "mgmt-plane/logic/ResourceProviders/Microsoft.Logic/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTG9naWMvaW50ZWdyYXRpb25BY2NvdW50cy97aW50ZWdyYXRpb25BY2NvdW50TmFtZX0vbWFwcy97bWFwTmFtZX0=/V/MjAxOS0wNS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.integrationAccountName", "options": ["integration-account"], "required": true, "group": "", "idPart": "name", "help": {"short": "The integration account name."}}, {"type": "string", "var": "$Path.mapName", "options": ["n", "name", "map-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The integration account map name."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "IntegrationAccountMaps_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "integrationAccountName", "arg": "$Path.integrationAccountName", "required": true}, {"type": "string", "name": "mapName", "arg": "$Path.mapName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2019-05-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200]}, {"statusCode": [204]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2019-05-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{}", "version": "2019-05-01", "swagger": "mgmt-plane/logic/ResourceProviders/Microsoft.Logic/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTG9naWMvaW50ZWdyYXRpb25BY2NvdW50cy97aW50ZWdyYXRpb25BY2NvdW50TmFtZX0vbWFwcy97bWFwTmFtZX0=/V/MjAxOS0wNS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.integrationAccountName", "options": ["integration-account"], "required": true, "group": "", "idPart": "name", "help": {"short": "The integration account name."}}, {"type": "string", "var": "$Path.mapName", "options": ["n", "name", "map-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The integration account map name."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Map", "args": [{"type": "ResourceLocation", "var": "$map.location", "options": ["l", "location"], "group": "Map", "help": {"short": "The resource location."}}, {"type": "object", "var": "$map.tags", "options": ["tags"], "group": "Map", "help": {"short": "The resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}, {"name": "Properties", "args": [{"type": "string", "var": "$map.properties.content", "options": ["content"], "group": "Properties", "help": {"short": "The content."}}, {"type": "string", "var": "$map.properties.contentType", "options": ["content-type"], "group": "Properties", "help": {"short": "The content type."}}, {"type": "string", "var": "$map.properties.mapType", "options": ["map-type"], "required": true, "group": "Properties", "help": {"short": "The map type."}, "enum": {"items": [{"name": "Liquid", "value": "Liquid"}, {"name": "NotSpecified", "value": "NotSpecified"}, {"name": "Xslt", "value": "Xslt"}, {"name": "Xslt20", "value": "Xslt20"}, {"name": "Xslt30", "value": "Xslt30"}]}}, {"type": "object", "var": "$map.properties.parametersSchema", "options": ["parameters-schema"], "hide": true, "group": "Properties", "help": {"short": "The parameters schema of integration account map."}, "args": [{"type": "string", "var": "$map.properties.parametersSchema.ref", "options": ["ref"], "help": {"short": "The reference name."}}]}]}], "operations": [{"operationId": "IntegrationAccountMaps_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "integrationAccountName", "arg": "$Path.integrationAccountName", "required": true}, {"type": "string", "name": "mapName", "arg": "$Path.mapName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2019-05-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"schema": {"type": "object", "name": "map", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$map.location"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "content", "arg": "$map.properties.content"}, {"type": "string", "name": "contentType", "arg": "$map.properties.contentType"}, {"type": "string", "name": "mapType", "arg": "$map.properties.mapType", "required": true, "enum": {"items": [{"value": "Liquid"}, {"value": "NotSpecified"}, {"value": "Xslt"}, {"value": "Xslt20"}, {"value": "Xslt30"}]}}, {"type": "object", "name": "parametersSchema", "arg": "$map.properties.parametersSchema", "props": [{"type": "string", "name": "ref", "arg": "$map.properties.parametersSchema.ref"}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$map.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Logic/integrationAccounts/{}/maps/{}"}}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "dateTime", "name": "changedTime"}, {"type": "string", "name": "content"}, {"type": "object", "name": "contentLink", "props": [{"type": "object", "name": "contentHash", "props": [{"type": "string", "name": "algorithm"}, {"type": "string", "name": "value"}]}, {"readOnly": true, "type": "integer64", "name": "contentSize"}, {"readOnly": true, "type": "string", "name": "contentVersion"}, {"type": "string", "name": "uri"}]}, {"type": "string", "name": "contentType"}, {"readOnly": true, "type": "dateTime", "name": "createdTime"}, {"type": "string", "name": "mapType", "required": true, "enum": {"items": [{"value": "Liquid"}, {"value": "NotSpecified"}, {"value": "Xslt"}, {"value": "Xslt20"}, {"value": "Xslt30"}]}}, {"type": "object", "name": "parametersSchema", "props": [{"type": "string", "name": "ref"}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}, {"name": "update", "version": "2019-05-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{}", "version": "2019-05-01", "swagger": "mgmt-plane/logic/ResourceProviders/Microsoft.Logic/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuTG9naWMvaW50ZWdyYXRpb25BY2NvdW50cy97aW50ZWdyYXRpb25BY2NvdW50TmFtZX0vbWFwcy97bWFwTmFtZX0=/V/MjAxOS0wNS0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.integrationAccountName", "options": ["integration-account"], "required": true, "group": "", "idPart": "name", "help": {"short": "The integration account name."}}, {"type": "string", "var": "$Path.mapName", "options": ["n", "name", "map-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The integration account map name."}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Map", "args": [{"nullable": true, "type": "ResourceLocation", "var": "$map.location", "options": ["l", "location"], "group": "Map", "help": {"short": "The resource location."}}, {"nullable": true, "type": "object", "var": "$map.tags", "options": ["tags"], "group": "Map", "help": {"short": "The resource tags."}, "additionalProps": {"item": {"nullable": true, "type": "string"}}}]}, {"name": "Properties", "args": [{"nullable": true, "type": "string", "var": "$map.properties.content", "options": ["content"], "group": "Properties", "help": {"short": "The content."}}, {"nullable": true, "type": "string", "var": "$map.properties.contentType", "options": ["content-type"], "group": "Properties", "help": {"short": "The content type."}}, {"type": "string", "var": "$map.properties.mapType", "options": ["map-type"], "group": "Properties", "help": {"short": "The map type."}, "enum": {"items": [{"name": "Liquid", "value": "Liquid"}, {"name": "NotSpecified", "value": "NotSpecified"}, {"name": "Xslt", "value": "Xslt"}, {"name": "Xslt20", "value": "Xslt20"}, {"name": "Xslt30", "value": "Xslt30"}]}}, {"nullable": true, "type": "object", "var": "$map.properties.parametersSchema", "options": ["parameters-schema"], "hide": true, "group": "Properties", "help": {"short": "The parameters schema of integration account map."}, "args": [{"nullable": true, "type": "string", "var": "$map.properties.parametersSchema.ref", "options": ["ref"], "help": {"short": "The reference name."}}]}]}], "operations": [{"operationId": "IntegrationAccountMaps_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "integrationAccountName", "arg": "$Path.integrationAccountName", "required": true}, {"type": "string", "name": "mapName", "arg": "$Path.mapName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2019-05-01"}, "type": "string", "name": "api-version", "required": true}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Logic/integrationAccounts/{}/maps/{}"}}, {"type": "ResourceLocation", "name": "location"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "required": true, "props": [{"readOnly": true, "type": "dateTime", "name": "changedTime"}, {"type": "string", "name": "content"}, {"type": "object", "name": "contentLink", "props": [{"type": "object", "name": "contentHash", "props": [{"type": "string", "name": "algorithm"}, {"type": "string", "name": "value"}]}, {"readOnly": true, "type": "integer64", "name": "contentSize"}, {"readOnly": true, "type": "string", "name": "contentVersion"}, {"type": "string", "name": "uri"}]}, {"type": "string", "name": "contentType"}, {"readOnly": true, "type": "dateTime", "name": "createdTime"}, {"type": "string", "name": "mapType", "required": true, "enum": {"items": [{"value": "Liquid"}, {"value": "NotSpecified"}, {"value": "Xslt"}, {"value": "Xslt20"}, {"value": "Xslt30"}]}}, {"type": "object", "name": "parametersSchema", "props": [{"type": "string", "name": "ref"}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "IntegrationAccountMap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "map", "required": true, "props": [{"type": "ResourceLocation", "name": "location", "arg": "$map.location"}, {"type": "object", "name": "properties", "required": true, "props": [{"type": "string", "name": "content", "arg": "$map.properties.content"}, {"type": "string", "name": "contentType", "arg": "$map.properties.contentType"}, {"type": "string", "name": "mapType", "arg": "$map.properties.mapType", "required": true, "enum": {"items": [{"value": "Liquid"}, {"value": "NotSpecified"}, {"value": "Xslt"}, {"value": "Xslt20"}, {"value": "Xslt30"}]}}, {"type": "object", "name": "parametersSchema", "arg": "$map.properties.parametersSchema", "props": [{"type": "string", "name": "ref", "arg": "$map.properties.parametersSchema.ref"}]}], "clientFlatten": true}, {"type": "object", "name": "tags", "arg": "$map.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, {"operationId": "IntegrationAccountMaps_CreateOrUpdate", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "integrationAccountName", "arg": "$Path.integrationAccountName", "required": true}, {"type": "string", "name": "mapName", "arg": "$Path.mapName", "required": true}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true}, {"type": "string", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2019-05-01"}, "type": "string", "name": "api-version", "required": true}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@IntegrationAccountMap_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}]}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHMve30=/2019-05-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHMve30=/2019-05-01.xml new file mode 100644 index 000000000..f75f3f1e9 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5sb2dpYy9pbnRlZ3JhdGlvbmFjY291bnRzL3t9L21hcHMve30=/2019-05-01.xml @@ -0,0 +1,459 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +