Skip to content

Commit e0ddedd

Browse files
committed
1 parent 6b7bdbc commit e0ddedd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,28 @@
1919
}
2020
},
2121
"responses": {
22+
"200": {
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+
},
2244
"201": {
2345
"body": {
2446
"properties": {

0 commit comments

Comments
 (0)