From 361ebcb4f0cc55781139fc9aaa58fcdee07b48ff Mon Sep 17 00:00:00 2001 From: Dor Segal Date: Wed, 13 Jan 2021 19:04:12 +0200 Subject: [PATCH] fixed the operationId of get/put/delete action --- .../preview/2019-01-01-preview/SecurityInsights.json | 6 +++--- .../stable/2020-01-01/SecurityInsights.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json index 2fa7a65e3b93..2531357586f7 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json @@ -330,7 +330,7 @@ "Actions" ], "description": "Gets the action of alert rule.", - "operationId": "AlertRules_GetAction", + "operationId": "Actions_Get", "parameters": [ { "$ref": "#/parameters/ApiVersion" @@ -379,7 +379,7 @@ "Actions" ], "description": "Creates or updates the action of alert rule.", - "operationId": "AlertRules_CreateOrUpdateAction", + "operationId": "Actions_CreateOrUpdate", "parameters": [ { "$ref": "#/parameters/ApiVersion" @@ -437,7 +437,7 @@ "Actions" ], "description": "Delete the action of alert rule.", - "operationId": "AlertRules_DeleteAction", + "operationId": "Actions_Delete", "parameters": [ { "$ref": "#/parameters/ApiVersion" diff --git a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json index 311d7e16f735..5d5904568867 100644 --- a/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json +++ b/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2020-01-01/SecurityInsights.json @@ -321,7 +321,7 @@ "Actions" ], "description": "Gets the action of alert rule.", - "operationId": "AlertRules_GetAction", + "operationId": "Actions_Get", "parameters": [ { "$ref": "#/parameters/ApiVersion" @@ -367,7 +367,7 @@ "Actions" ], "description": "Creates or updates the action of alert rule.", - "operationId": "AlertRules_CreateOrUpdateAction", + "operationId": "Actions_CreateOrUpdate", "parameters": [ { "$ref": "#/parameters/ApiVersion" @@ -422,7 +422,7 @@ "Actions" ], "description": "Delete the action of alert rule.", - "operationId": "AlertRules_DeleteAction", + "operationId": "Actions_Delete", "parameters": [ { "$ref": "#/parameters/ApiVersion"