Skip to content

Commit 213f25a

Browse files
xuehonggFredericHeem
authored andcommitted
1 parent 03bee3a commit 213f25a

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"parameters": {
3+
"api-version": "2019-05-01",
4+
"resourceGroupName": "testResourceGroup",
5+
"subscriptionId": "<Azure-subscription-ID>",
6+
"integrationAccountName": "testIntegrationAccount",
7+
"mapName": "testMap",
8+
"map": {
9+
"properties": {
10+
"mapType": "Xslt",
11+
"contentLink": {
12+
"uri": "<blob-SAS-URL-for-map>"
13+
},
14+
"contentType": "application/xml",
15+
"metadata": {}
16+
},
17+
"location": "westus"
18+
}
19+
},
20+
"responses": {
21+
"200": {
22+
"body": {
23+
"properties": {
24+
"mapType": "Xslt",
25+
"contentLink": {
26+
"uri": "<URI>",
27+
"contentVersion": "\"0x8D9EB9F6691E7A2\"",
28+
"contentSize": 7888419,
29+
"contentHash": {
30+
"algorithm": "md5",
31+
"value": "GxQRrFCYoyH58kMyu34ISg=="
32+
}
33+
},
34+
"createdTime": "2022-02-09T07:40:10.2863459Z",
35+
"changedTime": "2022-02-09T07:40:10.2906473Z",
36+
"metadata": {}
37+
},
38+
"id": "/subscriptions/<Azure-subscription-ID>/resourceGroups/refresh/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/maps/testMap",
39+
"name": "testMap",
40+
"type": "Microsoft.Logic/integrationAccounts/maps"
41+
}
42+
},
43+
"201": {
44+
"body": {
45+
"properties": {
46+
"mapType": "Xslt",
47+
"contentLink": {
48+
"uri": "<Uri>",
49+
"contentVersion": "\"0x8D9EB9F6691E7A2\"",
50+
"contentSize": 7888419,
51+
"contentHash": {
52+
"algorithm": "md5",
53+
"value": "GxQRrFCYoyH58kMyu34ISg=="
54+
}
55+
},
56+
"createdTime": "2022-02-09T07:40:10.2863459Z",
57+
"changedTime": "2022-02-09T07:40:10.2906473Z",
58+
"metadata": {}
59+
},
60+
"id": "/subscriptions/<Azure-subscription-ID>/resourceGroups/refresh/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/maps/testMap",
61+
"name": "testMap",
62+
"type": "Microsoft.Logic/integrationAccounts/maps"
63+
}
64+
}
65+
}
66+
}

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 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.",
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 4 MB": {
4293+
"$ref": "./examples/IntegrationAccountLargeMaps_CreateOrUpdate.json"
42914294
}
42924295
},
42934296
"parameters": [

0 commit comments

Comments
 (0)