Skip to content

Commit 91fd03b

Browse files
author
msftbot[bot]
authored
[ReleasePR storagesync] [Microsoft.StorageSync] Update 2020-03-01 and 2020-09-01 API versions to fix swagger correctness issues. (#2201)
Create to sync Azure/azure-rest-api-specs#17159 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/storagesync?expand=1)
2 parents 711143e + 3b86541 commit 91fd03b

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)