Skip to content

Commit

Permalink
CodeGen from PR 17159 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Update 2020-09-01 resource contracts to support system data, add missing defaults in put server endpoint properties, add missing property supportedAggregationTypes (#17159)
  • Loading branch information
SDKAuto committed Feb 10, 2022
1 parent 711143e commit 3b86541
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions schemas/2020-03-01/Microsoft.StorageSync.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@
{
"type": "integer",
"minimum": 0,
"maximum": 2147483647
"maximum": 2147483647,
"default": "0"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand All @@ -528,7 +529,8 @@
{
"type": "integer",
"minimum": 0,
"maximum": 100
"maximum": 100,
"default": "20"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
3 changes: 2 additions & 1 deletion schemas/2020-09-01/Microsoft.StorageSync.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,8 @@
{
"type": "integer",
"minimum": 0,
"maximum": 2147483647
"maximum": 2147483647,
"default": "0"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down

0 comments on commit 3b86541

Please sign in to comment.