Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Commands/logic/integration-account/map/_create.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{} 2019-05-01 -->

#### 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
```
16 changes: 16 additions & 0 deletions Commands/logic/integration-account/map/_delete.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{} 2019-05-01 -->

#### examples

- Delete map
```bash
logic integration-account map delete -g rg -n map-name --integration-account account-name
```
16 changes: 16 additions & 0 deletions Commands/logic/integration-account/map/_list.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps 2019-05-01 -->

#### examples

- List map
```bash
logic integration-account map list -g rg --integration-account account-name
```
16 changes: 16 additions & 0 deletions Commands/logic/integration-account/map/_show.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{} 2019-05-01 -->

#### examples

- Show map
```bash
logic integration-account map show -g rg -n map-name --integration-account account-name
```
16 changes: 16 additions & 0 deletions Commands/logic/integration-account/map/_update.md
Original file line number Diff line number Diff line change
@@ -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**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.logic/integrationaccounts/{}/maps/{} 2019-05-01 -->

#### examples

- Update map
```bash
logic integration-account map update -g rg -n map-name --integration-account account-name
```
20 changes: 20 additions & 0 deletions Commands/logic/integration-account/map/readme.md
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 8 additions & 0 deletions Commands/logic/integration-account/readme.md
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions Commands/logic/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# [Group] _logic_

Manage logic

## Subgroups

- [integration-account](/Commands/logic/integration-account/readme.md)
: Manage logic integration account
3 changes: 3 additions & 0 deletions Commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
188 changes: 188 additions & 0 deletions Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
@@ -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<object>", "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"}]}]}]}
Loading