Skip to content

Commit 6b7bdbc

Browse files
committed
1 parent 56cf5d4 commit 6b7bdbc

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"parameters": {
3+
"api-version": "2019-05-01",
4+
"resourceGroupName": "testResourceGroup",
5+
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
6+
"integrationAccountName": "testIntegrationAccount",
7+
"mapName": "testMap",
8+
"map": {
9+
"properties":{
10+
"mapType":"Xslt",
11+
"contentLink":{
12+
"uri":"<Blob SAS URL of the map>",
13+
"contentVersion":"1.0"
14+
},
15+
"contentType":"application/xml",
16+
"metadata":{}
17+
},
18+
"location":"westus"
19+
}
20+
},
21+
"responses": {
22+
"201": {
23+
"body": {
24+
"properties": {
25+
"mapType": "Xslt",
26+
"contentLink": {
27+
"uri": "<Uri>",
28+
"contentVersion": "\"0x8D9EB9F6691E7A2\"",
29+
"contentSize": 7888419,
30+
"contentHash": {
31+
"algorithm": "md5",
32+
"value": "GxQRrFCYoyH58kMyu34ISg=="
33+
}
34+
},
35+
"createdTime": "2022-02-09T07:40:10.2863459Z",
36+
"changedTime": "2022-02-09T07:40:10.2906473Z",
37+
"metadata": {}
38+
},
39+
"id": "/subscriptions/524c1207-2135-4f08-81f3-6577a6d41405/resourceGroups/refresh/providers/Microsoft.Logic/integrationAccounts/<IntegrationAccount>/maps/testMap",
40+
"name": "testMap",
41+
"type": "Microsoft.Logic/integrationAccounts/maps"
42+
}
43+
}
44+
}
45+
}

specification/logic/resource-manager/Microsoft.Logic/stable/2019-05-01/logic.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4284,10 +4284,13 @@
42844284
"IntegrationAccountMaps"
42854285
],
42864286
"operationId": "IntegrationAccountMaps_CreateOrUpdate",
4287-
"description": "Creates or updates an integration account map.",
4287+
"description": "Creates or updates an integration account map. If the map is larger than 4MB, you will need to place the map in an Azure blob and use the Blob SAS Url as contentLink.",
42884288
"x-ms-examples": {
42894289
"Create or update a map": {
42904290
"$ref": "./examples/IntegrationAccountMaps_CreateOrUpdate.json"
4291+
},
4292+
"Create or update a map larger than 4MB": {
4293+
"$ref": "./examples/IntegrationAccountLargeMaps_CreateOrUpdate.json"
42914294
}
42924295
},
42934296
"parameters": [

0 commit comments

Comments
 (0)