From b006ed7d4f44707161a7b903e25868ed06c30b67 Mon Sep 17 00:00:00 2001 From: Ashraf Hamad Date: Thu, 28 Apr 2022 17:46:48 -0700 Subject: [PATCH 1/2] Fix missing property --- .../stable/2021-12-01/EventGrid.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2021-12-01/EventGrid.json b/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2021-12-01/EventGrid.json index 910bc039f26f..b9a072792f2d 100644 --- a/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2021-12-01/EventGrid.json +++ b/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2021-12-01/EventGrid.json @@ -5367,23 +5367,27 @@ } }, "Operation": { - "description": "Represents an operation returned by the GetOperations request", + "description": "Represents an operation returned by the GetOperations request.", "type": "object", "properties": { "name": { - "description": "Name of the operation", + "description": "Name of the operation.", "type": "string" }, "display": { "$ref": "#/definitions/OperationInfo", - "description": "Display name of the operation" + "description": "Display name of the operation." }, "origin": { - "description": "Origin of the operation", + "description": "Origin of the operation.", "type": "string" }, + "isDataAction": { + "description": "This Boolean is used to determine if the operation is a data plane action or not.", + "type": "boolean" + }, "properties": { - "description": "Properties of the operation", + "description": "Properties of the operation.", "type": "object", "x-ms-client-flatten": true } From 96a4f904b031c4615c3fcb4b9c6d7c876eb11ed1 Mon Sep 17 00:00:00 2001 From: Ashraf Hamad Date: Fri, 29 Apr 2022 18:57:13 -0700 Subject: [PATCH 2/2] fix issecret --- .../Microsoft.EventGrid/stable/2021-12-01/EventGrid.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2021-12-01/EventGrid.json b/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2021-12-01/EventGrid.json index b9a072792f2d..a98b2c91f45f 100644 --- a/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2021-12-01/EventGrid.json +++ b/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2021-12-01/EventGrid.json @@ -4411,7 +4411,8 @@ "isSecret": { "description": "Boolean flag to tell if the attribute contains sensitive information .", "type": "boolean", - "default": false + "default": false, + "x-ms-secret": true } } },