From 08ab5284a97e6d770f0e77706676f7d7f01bb543 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 8 Nov 2022 03:05:24 +0000 Subject: [PATCH] CodeGen from PR 21461 in Azure/azure-rest-api-specs Merge b5d19045b367082ea2abf422208319f11d1df48b into 4903b1ed79e30f689d7c469cfa06734cfcd106d6 --- schemas/2022-01-01-preview/Microsoft.App.json | 3 ++- schemas/2022-06-01-preview/Microsoft.App.json | 13 +++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/schemas/2022-01-01-preview/Microsoft.App.json b/schemas/2022-01-01-preview/Microsoft.App.json index d23e684356..20d125412b 100644 --- a/schemas/2022-01-01-preview/Microsoft.App.json +++ b/schemas/2022-01-01-preview/Microsoft.App.json @@ -2812,7 +2812,8 @@ "maxReplicas": { "oneOf": [ { - "type": "integer" + "type": "integer", + "default": "10" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" diff --git a/schemas/2022-06-01-preview/Microsoft.App.json b/schemas/2022-06-01-preview/Microsoft.App.json index 52f5a19098..cce38b6387 100644 --- a/schemas/2022-06-01-preview/Microsoft.App.json +++ b/schemas/2022-06-01-preview/Microsoft.App.json @@ -1907,15 +1907,7 @@ "type": "object", "properties": { "certificatePassword": { - "oneOf": [ - { - "type": "string", - "pattern": "^(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=)?$" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], + "type": "string", "description": "Certificate password" }, "certificateValue": { @@ -3611,7 +3603,8 @@ "maxReplicas": { "oneOf": [ { - "type": "integer" + "type": "integer", + "default": "10" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"