Skip to content

Commit 3b86541

Browse files
author
SDKAuto
committed
CodeGen from PR 17159 in Azure/azure-rest-api-specs
Update 2020-09-01 resource contracts to support system data, add missing defaults in put server endpoint properties, add missing property supportedAggregationTypes (#17159)
1 parent 711143e commit 3b86541

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

schemas/2020-03-01/Microsoft.StorageSync.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,8 @@
515515
{
516516
"type": "integer",
517517
"minimum": 0,
518-
"maximum": 2147483647
518+
"maximum": 2147483647,
519+
"default": "0"
519520
},
520521
{
521522
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -528,7 +529,8 @@
528529
{
529530
"type": "integer",
530531
"minimum": 0,
531-
"maximum": 100
532+
"maximum": 100,
533+
"default": "20"
532534
},
533535
{
534536
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2020-09-01/Microsoft.StorageSync.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,8 @@
530530
{
531531
"type": "integer",
532532
"minimum": 0,
533-
"maximum": 2147483647
533+
"maximum": 2147483647,
534+
"default": "0"
534535
},
535536
{
536537
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)