Skip to content

Commit f519e65

Browse files
author
Milan Zolota
committed
Prettier
1 parent f8e922c commit f519e65

File tree

3 files changed

+24
-25
lines changed

3 files changed

+24
-25
lines changed

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-04-01-preview/examples/ApiManagementGetPolicyFragment.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"type": "Microsoft.ApiManagement/service/policyFragments",
1414
"name": "policyFragment1",
1515
"properties": {
16-
"value": "<json-to-xml apply=\"always\" consider-accept-header=\"false\" />\r\n<rewrite-uri template=\"/resource\" />"
16+
"value": "<json-to-xml apply=\"always\" consider-accept-header=\"false\" />\r\n<rewrite-uri template=\"/resource\" />"
1717
}
1818
}
1919
}
2020
}
21-
}
21+
}

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2021-04-01-preview/examples/ApiManagementGetPolicyFragmentFormat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
}
2121
}
2222
}
23-
}
23+
}
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
{
2-
"parameters": {
3-
"serviceName": "apimService1",
4-
"resourceGroupName": "rg1",
5-
"api-version": "2021-04-01-preview",
6-
"subscriptionId": "subid"
7-
},
8-
"responses": {
9-
"200": {
10-
"body": {
11-
"value": [
12-
{
13-
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/policyFragments/policyFragment1",
14-
"type": "Microsoft.ApiManagement/service/policyFragments",
15-
"name": "policyFragment1",
16-
"properties": {
17-
"value": "<json-to-xml apply=\"always\" consider-accept-header=\"false\" />\r\n<rewrite-uri template=\"/resource\" />"
18-
}
2+
"parameters": {
3+
"serviceName": "apimService1",
4+
"resourceGroupName": "rg1",
5+
"api-version": "2021-04-01-preview",
6+
"subscriptionId": "subid"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/policyFragments/policyFragment1",
14+
"type": "Microsoft.ApiManagement/service/policyFragments",
15+
"name": "policyFragment1",
16+
"properties": {
17+
"value": "<json-to-xml apply=\"always\" consider-accept-header=\"false\" />\r\n<rewrite-uri template=\"/resource\" />"
1918
}
20-
],
21-
"count": 1,
22-
"nextLink": ""
23-
}
19+
}
20+
],
21+
"count": 1,
22+
"nextLink": ""
2423
}
2524
}
2625
}
27-
26+
}

0 commit comments

Comments
 (0)