Skip to content

Commit

Permalink
EventHub : corrected typo (Azure#5360)
Browse files Browse the repository at this point in the history
* corrected typo in uri

* removed unused parameters
  • Loading branch information
Ajit Navasare authored and dsgouda committed Mar 11, 2019
1 parent f2ab4a8 commit 1495122
Showing 1 changed file with 2 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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."
}

}
}
}

0 comments on commit 1495122

Please sign in to comment.