Skip to content

Commit f8e62a2

Browse files
author
SDKAuto
committed
CodeGen from PR 17159 in Azure/azure-rest-api-specs
Merge a917c08290679943c514e3ff197c468c1f652d05 into 31e3d74717007c0e674ee38b331bbb4d67de3639
1 parent b4aa7d3 commit f8e62a2

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)