Skip to content

Commit

Permalink
Fixed json prettier issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepkintali committed Aug 18, 2020
1 parent a5a04de commit bb35b2c
Showing 1 changed file with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"parameters": {
"serverName": "testserver",
"configurationName": "event_scheduler",
"resourceGroupName": "testrg",
"api-version": "2020-07-01-privatepreview",
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
"parameters": {
"serverName": "testserver",
"configurationName": "event_scheduler",
"resourceGroupName": "testrg",
"api-version": "2020-07-01-privatepreview",
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
"parameters": {
"properties": {
"value": "on",
"source": "user-override"
}
}
},
"responses": {
"200": {
"body": {
"properties": {
"value": "on",
"value": "ON",
"description": "Indicates the status of the Event Scheduler.",
"defaultValue": "OFF",
"dataType": "Enumeration",
"allowedValues": "ON,OFF,DISABLED",
"source": "user-override"
}
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforPostgreSQL/flexibleServers/testserver/configurations/event_scheduler",
"name": "event_scheduler",
"type": "Microsoft.DBforPostgreSQL/flexibleServers/configurations"
}
},
"responses": {
"200": {
"body": {
"properties": {
"value": "ON",
"description": "Indicates the status of the Event Scheduler.",
"defaultValue": "OFF",
"dataType": "Enumeration",
"allowedValues": "ON,OFF,DISABLED",
"source": "user-override"
},
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/testrg/providers/Microsoft.DBforPostgreSQL/flexibleServers/testserver/configurations/event_scheduler",
"name": "event_scheduler",
"type": "Microsoft.DBforPostgreSQL/flexibleServers/configurations"
}
},
"202": {}
}
}
"202": {}
}
}

0 comments on commit bb35b2c

Please sign in to comment.