Skip to content

Commit

Permalink
Run prettier on new files
Browse files Browse the repository at this point in the history
  • Loading branch information
gechris committed Nov 9, 2020
1 parent eb8fe39 commit 02c968a
Showing 1 changed file with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,37 +249,37 @@
"description": "The properties of a database."
},
"Database": {
"properties": {
"properties": {
"$ref": "#/definitions/DatabaseProperties",
"x-ms-client-flatten": true,
"description": "The properties of a database."
}
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"description": "Represents a Database."
"properties": {
"$ref": "#/definitions/DatabaseProperties",
"x-ms-client-flatten": true,
"description": "The properties of a database."
}
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"description": "Represents a Database."
},
"DatabaseListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
"items": {
"type": "array",
"items": {
"$ref": "#/definitions/Database"
},
"description": "The list of databases housed in a server"
},
"description": "The list of databases housed in a server"
},
"nextLink": {
"description": "The link used to get the next page of databases.",
"type": "string"
"description": "The link used to get the next page of databases.",
"type": "string"
}
},
"description": "A List of databases."
},
},
"CloudError": {
"x-ms-external": true,
"properties": {
Expand Down Expand Up @@ -308,4 +308,4 @@
"x-ms-parameter-location": "method"
}
}
}
}

0 comments on commit 02c968a

Please sign in to comment.