From 7a8d73f975c5b71b1bd0b129b7d195287d894ec7 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Mon, 18 Oct 2021 12:07:43 +0200 Subject: [PATCH] databricks: fixing the Swagger Tags to be consistent --- .../preview/2021-04-01-preview/databricks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/databricks/resource-manager/Microsoft.Databricks/preview/2021-04-01-preview/databricks.json b/specification/databricks/resource-manager/Microsoft.Databricks/preview/2021-04-01-preview/databricks.json index 46ea7c2fddfc..9562eb609ca5 100644 --- a/specification/databricks/resource-manager/Microsoft.Databricks/preview/2021-04-01-preview/databricks.json +++ b/specification/databricks/resource-manager/Microsoft.Databricks/preview/2021-04-01-preview/databricks.json @@ -546,7 +546,7 @@ }, "put": { "tags": [ - "PUT" + "PrivateEndpointConnections" ], "summary": "Update private endpoint connection status", "description": "Update the status of a private endpoint connection with the specified name", @@ -606,7 +606,7 @@ }, "delete": { "tags": [ - "DELETE" + "PrivateEndpointConnections" ], "summary": "Remove private endpoint connection", "description": "Remove private endpoint connection with the specified name",