Skip to content

Commit a50b610

Browse files
OAS Update
1 parent 2272e08 commit a50b610

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

services/sqlserverflex/v1/sqlserverflex.json

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -198,30 +198,19 @@
198198
},
199199
"DatabaseOptions": {
200200
"properties": {
201+
"collationName": {
202+
"example": "SQL_Latin1_General_CP1_CI_AS",
203+
"type": "string"
204+
},
201205
"compatibilityLevel": {
202206
"description": "CompatibilityLevel of the Database.",
203207
"example": 160,
204208
"type": "integer"
205209
},
206-
"isEncrypted": {
207-
"description": "IsEncrypted shows if the database is encrypted.",
208-
"example": false,
209-
"type": "boolean"
210-
},
211210
"owner": {
212211
"description": "Name of the owner of the database.",
213212
"example": "Peter",
214213
"type": "string"
215-
},
216-
"recoveryModel": {
217-
"description": "A recovery model is a database property that controls how transactions are logged.",
218-
"example": "FULL",
219-
"type": "string"
220-
},
221-
"userAccess": {
222-
"description": "Indicates which users can access the database.",
223-
"example": "MULTI_USER",
224-
"type": "string"
225214
}
226215
},
227216
"type": "object"
@@ -512,14 +501,6 @@
512501
},
513502
"SingleDatabase": {
514503
"properties": {
515-
"collation": {
516-
"example": "SQL_Latin1_General_CP1_CI_AS",
517-
"type": "string"
518-
},
519-
"createDate": {
520-
"example": "2003-04-08T09:13:36.39Z",
521-
"type": "string"
522-
},
523504
"id": {
524505
"example": "1",
525506
"type": "string"

0 commit comments

Comments
 (0)