From 1495122039e95d8795e3769d06c60e290cb53d2b Mon Sep 17 00:00:00 2001 From: Ajit Navasare Date: Mon, 11 Mar 2019 12:42:58 -0700 Subject: [PATCH] EventHub : corrected typo (#5360) * corrected typo in uri * removed unused parameters --- .../stable/2017-04-01/EventHub.json | 23 ++----------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json index df08e48fb481..120ae8a5d59e 100644 --- a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json +++ b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json @@ -1857,7 +1857,7 @@ } } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/networkRuleSets/default": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/networkRuleSet/default": { "put": { "tags": [ "Namespaces" @@ -2893,25 +2893,6 @@ "minimum": 1, "maximum": 1000, "x-ms-parameter-location": "method" - }, - "ipFilterRuleNameParameter": { - "name": "ipFilterRuleName", - "in": "path", - "required": true, - "type": "string", - "minLength": 1, - "x-ms-parameter-location": "method", - "description": "The IP Filter Rule name." - }, - "virtualNetworkRuleNameParameter": { - "name": "virtualNetworkRuleName", - "in": "path", - "required": true, - "type": "string", - "minLength": 1, - "x-ms-parameter-location": "method", - "description": "The Virtual Network Rule name." - } - + } } } \ No newline at end of file