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-03-01/Microsoft.App.json b/schemas/2022-03-01/Microsoft.App.json index 798a694ede..16f9ab1e7c 100644 --- a/schemas/2022-03-01/Microsoft.App.json +++ b/schemas/2022-03-01/Microsoft.App.json @@ -2838,7 +2838,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"