From 3b86541ac67db68456743b44d2e1c7ce37c1bb73 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 10 Feb 2022 07:10:13 +0000 Subject: [PATCH] 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) --- schemas/2020-03-01/Microsoft.StorageSync.json | 6 ++++-- schemas/2020-09-01/Microsoft.StorageSync.json | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/schemas/2020-03-01/Microsoft.StorageSync.json b/schemas/2020-03-01/Microsoft.StorageSync.json index a442aa29b6..7f85643f4f 100644 --- a/schemas/2020-03-01/Microsoft.StorageSync.json +++ b/schemas/2020-03-01/Microsoft.StorageSync.json @@ -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" @@ -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" diff --git a/schemas/2020-09-01/Microsoft.StorageSync.json b/schemas/2020-09-01/Microsoft.StorageSync.json index 330b653be2..d3e9107b9d 100644 --- a/schemas/2020-09-01/Microsoft.StorageSync.json +++ b/schemas/2020-09-01/Microsoft.StorageSync.json @@ -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"