Skip to content

Commit

Permalink
Fix LintDiff
Browse files Browse the repository at this point in the history
  • Loading branch information
Suna-MS committed Aug 5, 2020
1 parent 57d5dc7 commit eaf0218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"sslEnforcement": "Enabled",
"state": "Ready",
"fullyQualifiedDomainName": "mysqltestsvc4.mysql.database.azure.com",
"earliestRestoreDate": "2020-03-14T18:02:41.577+00:00",
"replicationRole": "None",
"primaryServerId": "",
"replicaCapacity": 5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@
}
},
"definitions": {
"ServerVersion": {
"FlexibleServerVersion": {
"type": "string",
"description": "The version of a server.",
"enum": [
Expand Down Expand Up @@ -1426,7 +1426,7 @@
]
},
"version": {
"$ref": "#/definitions/ServerVersion",
"$ref": "#/definitions/FlexibleServerVersion",
"description": "Server version."
},
"sslEnforcement": {
Expand Down

0 comments on commit eaf0218

Please sign in to comment.