From 8b1be2aaf38df36d9789d6f9496eb991e8e28a64 Mon Sep 17 00:00:00 2001 From: MikhailTryakhov Date: Wed, 2 Jan 2019 16:29:05 -0800 Subject: [PATCH 1/2] fixed case of operation ID to fix docs generation and have common naming --- .../stable/2018-11-01/serviceEndpointPolicy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json index edb07e0d7eb3..3d78bf545ed9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json @@ -270,7 +270,7 @@ "tags": [ "serviceEndpointPolicies" ], - "operationId": "serviceEndpointPolicies_ListByResourceGroup", + "operationId": "ServiceEndpointPolicies_ListByResourceGroup", "description": "Gets all service endpoint Policies in a resource group.", "parameters": [ { From daf6841d058bd60f6e2afc7a66c09f13bfd5d757 Mon Sep 17 00:00:00 2001 From: MikhailTryakhov Date: Thu, 3 Jan 2019 10:45:51 -0800 Subject: [PATCH 2/2] fixed tage value case --- .../stable/2018-11-01/serviceEndpointPolicy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json index 3d78bf545ed9..91797c8fd711 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/serviceEndpointPolicy.json @@ -268,7 +268,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/serviceEndpointPolicies": { "get": { "tags": [ - "serviceEndpointPolicies" + "ServiceEndpointPolicies" ], "operationId": "ServiceEndpointPolicies_ListByResourceGroup", "description": "Gets all service endpoint Policies in a resource group.",