|
| 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 | +} |
0 commit comments