From a5f2d6412aee6cb392401f3e7ab3b205abe343ad Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 6 Aug 2021 02:49:41 +0000 Subject: [PATCH] CodeGen from PR 15539 in Azure/azure-rest-api-specs Merge 979d8d2b170fa8f14717eecc9c51d935efef87e7 into 16630a2e64d6ae96ccc2272d2d8f4b143d18b5d4 --- schemas/2020-10-15-preview/Microsoft.EventGrid.json | 3 ++- schemas/2021-06-01-preview/Microsoft.EventGrid.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/schemas/2020-10-15-preview/Microsoft.EventGrid.json b/schemas/2020-10-15-preview/Microsoft.EventGrid.json index 768a4c9f25..2f07351a81 100644 --- a/schemas/2020-10-15-preview/Microsoft.EventGrid.json +++ b/schemas/2020-10-15-preview/Microsoft.EventGrid.json @@ -2418,7 +2418,8 @@ "isSecret": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" diff --git a/schemas/2021-06-01-preview/Microsoft.EventGrid.json b/schemas/2021-06-01-preview/Microsoft.EventGrid.json index c0ac379f79..b51b3cc69c 100644 --- a/schemas/2021-06-01-preview/Microsoft.EventGrid.json +++ b/schemas/2021-06-01-preview/Microsoft.EventGrid.json @@ -2577,7 +2577,8 @@ "isSecret": { "oneOf": [ { - "type": "boolean" + "type": "boolean", + "default": false }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"