From cd62a73e3ee9ec6ab5fcac545fb206d29e6311bf Mon Sep 17 00:00:00 2001 From: Wai Sing Wong Date: Mon, 16 Jul 2018 19:38:02 -0700 Subject: [PATCH] Fixed operation ID for configuration operation --- .../preview/2018-06-01-preview/configurations.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2018-06-01-preview/configurations.json b/specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2018-06-01-preview/configurations.json index 179a28687e06..195561448e30 100644 --- a/specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2018-06-01-preview/configurations.json +++ b/specification/hdinsight/resource-manager/Microsoft.HDInsight/preview/2018-06-01-preview/configurations.json @@ -37,8 +37,8 @@ "tags": [ "Configurations" ], - "operationId": "Configurations_UpdateHTTPSettings", - "description": "Configures the HTTP settings on the specified cluster.", + "operationId": "Configurations_Update", + "description": "Configures the configuration on the specified cluster.", "x-ms-examples": { "Enable HTTP connectivity": { "$ref": "./examples/ChangeHttpConnectivityEnable.json"