Skip to content

Commit

Permalink
Cluster: Distinguishing between Cluster and Configuration clients in …
Browse files Browse the repository at this point in the history
…operation ids.
  • Loading branch information
biberli committed Mar 15, 2018
1 parent b4b3f63 commit 7df85a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"tags": [
"Event Hubs Cluster Configuration"
],
"operationId": "Clusters_ConfigurationPatch",
"operationId": "Configuration_Patch",
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand Down Expand Up @@ -277,7 +277,7 @@
"tags": [
"Event Hubs Cluster Configuration"
],
"operationId": "Clusters_ConfigurationGet",
"operationId": "Configuration_Get",
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
Expand Down

0 comments on commit 7df85a5

Please sign in to comment.