Skip to content

Commit bb35b2c

Browse files
Fixed json prettier issues.
1 parent a5a04de commit bb35b2c

File tree

1 file changed

+27
-27
lines changed
  • specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2020-02-14-privatepreview/examples

1 file changed

+27
-27
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2+
"parameters": {
3+
"serverName": "testserver",
4+
"configurationName": "event_scheduler",
5+
"resourceGroupName": "testrg",
6+
"api-version": "2020-07-01-privatepreview",
7+
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
28
"parameters": {
3-
"serverName": "testserver",
4-
"configurationName": "event_scheduler",
5-
"resourceGroupName": "testrg",
6-
"api-version": "2020-07-01-privatepreview",
7-
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
8-
"parameters": {
9+
"properties": {
10+
"value": "on",
11+
"source": "user-override"
12+
}
13+
}
14+
},
15+
"responses": {
16+
"200": {
17+
"body": {
918
"properties": {
10-
"value": "on",
19+
"value": "ON",
20+
"description": "Indicates the status of the Event Scheduler.",
21+
"defaultValue": "OFF",
22+
"dataType": "Enumeration",
23+
"allowedValues": "ON,OFF,DISABLED",
1124
"source": "user-override"
12-
}
25+
},
26+
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforPostgreSQL/flexibleServers/testserver/configurations/event_scheduler",
27+
"name": "event_scheduler",
28+
"type": "Microsoft.DBforPostgreSQL/flexibleServers/configurations"
1329
}
1430
},
15-
"responses": {
16-
"200": {
17-
"body": {
18-
"properties": {
19-
"value": "ON",
20-
"description": "Indicates the status of the Event Scheduler.",
21-
"defaultValue": "OFF",
22-
"dataType": "Enumeration",
23-
"allowedValues": "ON,OFF,DISABLED",
24-
"source": "user-override"
25-
},
26-
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforPostgreSQL/flexibleServers/testserver/configurations/event_scheduler",
27-
"name": "event_scheduler",
28-
"type": "Microsoft.DBforPostgreSQL/flexibleServers/configurations"
29-
}
30-
},
31-
"202": {}
32-
}
33-
}
31+
"202": {}
32+
}
33+
}

0 commit comments

Comments
 (0)