Skip to content

Commit 9f212f6

Browse files
committed
commit after running prettier
1 parent 0b8d0da commit 9f212f6

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"parameters": {
33
"api-version": "2019-05-01",
44
"resourceGroupName": "testResourceGroup",
5-
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
5+
"subscriptionId": "<Azure-subscription-ID>",
66
"integrationAccountName": "testIntegrationAccount",
77
"mapName": "testMap",
88
"map": {
9-
"properties":{
10-
"mapType":"Xslt",
11-
"contentLink":{
12-
"uri":"<Blob SAS URL of the map>"
13-
},
14-
"contentType":"application/xml",
15-
"metadata":{}
9+
"properties": {
10+
"mapType": "Xslt",
11+
"contentLink": {
12+
"uri": "<blob-SAS-URL-for-map>"
13+
},
14+
"contentType": "application/xml",
15+
"metadata": {}
1616
},
17-
"location":"westus"
18-
}
17+
"location": "westus"
18+
}
1919
},
2020
"responses": {
2121
"200": {
2222
"body": {
2323
"properties": {
2424
"mapType": "Xslt",
2525
"contentLink": {
26-
"uri": "<Uri>",
26+
"uri": "<URI>",
2727
"contentVersion": "\"0x8D9EB9F6691E7A2\"",
2828
"contentSize": 7888419,
2929
"contentHash": {
@@ -35,7 +35,7 @@
3535
"changedTime": "2022-02-09T07:40:10.2906473Z",
3636
"metadata": {}
3737
},
38-
"id": "/subscriptions/524c1207-2135-4f08-81f3-6577a6d41405/resourceGroups/refresh/providers/Microsoft.Logic/integrationAccounts/<IntegrationAccount>/maps/testMap",
38+
"id": "/subscriptions/<Azure-subscription-ID>/resourceGroups/refresh/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/maps/testMap",
3939
"name": "testMap",
4040
"type": "Microsoft.Logic/integrationAccounts/maps"
4141
}
@@ -57,7 +57,7 @@
5757
"changedTime": "2022-02-09T07:40:10.2906473Z",
5858
"metadata": {}
5959
},
60-
"id": "/subscriptions/524c1207-2135-4f08-81f3-6577a6d41405/resourceGroups/refresh/providers/Microsoft.Logic/integrationAccounts/<IntegrationAccount>/maps/testMap",
60+
"id": "/subscriptions/<Azure-subscription-ID>/resourceGroups/refresh/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/maps/testMap",
6161
"name": "testMap",
6262
"type": "Microsoft.Logic/integrationAccounts/maps"
6363
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4284,12 +4284,12 @@
42844284
"IntegrationAccountMaps"
42854285
],
42864286
"operationId": "IntegrationAccountMaps_CreateOrUpdate",
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.",
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"
42914291
},
4292-
"Create or update a map larger than 4MB": {
4292+
"Create or update a map larger than 4 MB": {
42934293
"$ref": "./examples/IntegrationAccountLargeMaps_CreateOrUpdate.json"
42944294
}
42954295
},

0 commit comments

Comments
 (0)