Skip to content

Commit 1495122

Browse files
Ajit Navasaredsgouda
Ajit Navasare
authored andcommitted
EventHub : corrected typo (Azure#5360)
* corrected typo in uri * removed unused parameters
1 parent f2ab4a8 commit 1495122

File tree

1 file changed

+2
-21
lines changed
  • specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01

1 file changed

+2
-21
lines changed

specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,7 @@
18571857
}
18581858
}
18591859
},
1860-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/networkRuleSets/default": {
1860+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/networkRuleSet/default": {
18611861
"put": {
18621862
"tags": [
18631863
"Namespaces"
@@ -2893,25 +2893,6 @@
28932893
"minimum": 1,
28942894
"maximum": 1000,
28952895
"x-ms-parameter-location": "method"
2896-
},
2897-
"ipFilterRuleNameParameter": {
2898-
"name": "ipFilterRuleName",
2899-
"in": "path",
2900-
"required": true,
2901-
"type": "string",
2902-
"minLength": 1,
2903-
"x-ms-parameter-location": "method",
2904-
"description": "The IP Filter Rule name."
2905-
},
2906-
"virtualNetworkRuleNameParameter": {
2907-
"name": "virtualNetworkRuleName",
2908-
"in": "path",
2909-
"required": true,
2910-
"type": "string",
2911-
"minLength": 1,
2912-
"x-ms-parameter-location": "method",
2913-
"description": "The Virtual Network Rule name."
2914-
}
2915-
2896+
}
29162897
}
29172898
}

0 commit comments

Comments
 (0)