Skip to content

Commit

Permalink
Remove maxSizeBytes property from Synapse v3 database GET and PUT (Az…
Browse files Browse the repository at this point in the history
…ure#13988)

* remove maxSizeBytes property

* update examples
  • Loading branch information
chzachar authored and Andrew Sager committed Jun 24, 2021
1 parent b15865e commit 1a14ff9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand All @@ -39,7 +38,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand All @@ -47,7 +46,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,6 @@
"create"
]
},
"maxSizeBytes": {
"format": "int64",
"description": "The max size of the database expressed in bytes.",
"type": "integer"
},
"databaseGuid": {
"format": "uuid",
"description": "The Guid of the database.",
Expand Down

0 comments on commit 1a14ff9

Please sign in to comment.