diff --git a/schemas/2022-01-01-preview/Microsoft.AppPlatform.json b/schemas/2022-01-01-preview/Microsoft.AppPlatform.json index 66764bb1b9..97cddfd968 100644 --- a/schemas/2022-01-01-preview/Microsoft.AppPlatform.json +++ b/schemas/2022-01-01-preview/Microsoft.AppPlatform.json @@ -1188,7 +1188,8 @@ "httpsOnly": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -1199,7 +1200,8 @@ "public": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -2500,7 +2502,8 @@ "httpsOnly": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -2511,7 +2514,8 @@ "public": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" diff --git a/schemas/2022-03-01-preview/Microsoft.AppPlatform.json b/schemas/2022-03-01-preview/Microsoft.AppPlatform.json index e1391eb101..863129cb3d 100644 --- a/schemas/2022-03-01-preview/Microsoft.AppPlatform.json +++ b/schemas/2022-03-01-preview/Microsoft.AppPlatform.json @@ -1188,7 +1188,8 @@ "httpsOnly": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -1199,7 +1200,8 @@ "public": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -2504,7 +2506,8 @@ "httpsOnly": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -2515,7 +2518,8 @@ "public": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"