forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from biberli/event-hubs-cluster-preview
Adding preview version of Event Hubs Cluster to Azure REST API specs.
- Loading branch information
Showing
8 changed files
with
2,147 additions
and
0 deletions.
There are no files selected for viewing
606 changes: 606 additions & 0 deletions
606
...nthub/resource-manager/Microsoft.EventHub/preview/2018-01-01-preview/EventHubCluster.json
Large diffs are not rendered by default.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
...manager/Microsoft.EventHub/preview/2018-01-01-preview/examples/Clusters/EHClusterGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "testCluster", | ||
"resourceGroupName": "myResourceGroup", | ||
"api-version": "2018-01-01-preview", | ||
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", | ||
"name": "testCluster", | ||
"type": "Microsoft.EventHub/Clusters", | ||
"location": "South Central US", | ||
"tags": { | ||
"tag1": "value1", | ||
"tag2": "value2" | ||
}, | ||
"properties": { | ||
"createdAt": "2017-05-24T23:23:27.877Z", | ||
"updatedAt": "2017-05-24T23:23:27.877Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
50 changes: 50 additions & 0 deletions
50
...nager/Microsoft.EventHub/preview/2018-01-01-preview/examples/Clusters/EHClusterPatch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "testCluster", | ||
"resourceGroupName": "myResourceGroup", | ||
"api-version": "2018-01-01-preview", | ||
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", | ||
"parameters":{ | ||
"location": "South Central US", | ||
"tags": { | ||
"tag3": "value3", | ||
"tag4": "value4" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", | ||
"name": "testCluster", | ||
"type": "Microsoft.EventHub/Clusters", | ||
"location": "South Central US", | ||
"tags": { | ||
"tag3": "value3", | ||
"tag4": "value4" | ||
}, | ||
"properties": { | ||
"createdAt": "2017-06-01T21:37:04.46Z", | ||
"updatedAt": "2017-06-01T21:37:53.413Z" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/clusters/testCluster", | ||
"name": "testCluster", | ||
"type": "Microsoft.EventHub/Clusters", | ||
"location": "South Central US", | ||
"tags": { | ||
"tag3": "value3", | ||
"tag4": "value4" | ||
}, | ||
"properties": { | ||
"createdAt": "2017-06-01T21:37:04.46Z", | ||
"updatedAt": "2017-06-01T21:37:53.413Z" | ||
} | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...EventHub/preview/2018-01-01-preview/examples/Clusters/EHClusterQuotaConfigurationGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "testCluster", | ||
"resourceGroupName": "myResourceGroup", | ||
"api-version": "2018-01-01-preview", | ||
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"settings": { | ||
"namespaces-per-cluster-quota": "200", | ||
"eventhub-per-namespace-quota": "20" | ||
} | ||
} | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...entHub/preview/2018-01-01-preview/examples/Clusters/EHClusterQuotaConfigurationPatch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "testCluster", | ||
"resourceGroupName": "ArunMonocle", | ||
"api-version": "2018-01-01-preview", | ||
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", | ||
"parameters": { | ||
"settings": { | ||
"namespaces-per-cluster-quota": "200", | ||
"eventhub-per-namespace-quota": "20" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"settings": { | ||
"namespaces-per-cluster-quota": "200", | ||
"eventhub-per-namespace-quota": "20" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"settings": { | ||
"namespaces-per-cluster-quota": "200", | ||
"eventhub-per-namespace-quota": "20" | ||
} | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
....EventHub/preview/2018-01-01-preview/examples/Clusters/EHClustersListByResourceGroup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2017-04-01", | ||
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4", | ||
"resourceGroupName": "myResourceGroup" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/clusters/testCluster", | ||
"name": "testCluster", | ||
"type": "Microsoft.EventHub/Clusters", | ||
"location": "South Central US", | ||
"tags": {}, | ||
"properties": { | ||
"createdAt": "2016-09-13T23:17:25.24Z", | ||
"updatedAt": "2016-09-13T23:17:28.223Z" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...t.EventHub/preview/2018-01-01-preview/examples/Clusters/EHClustersListBySubscription.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2018-01-01-preview", | ||
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/clusters/testCluster", | ||
"name": "testCluster", | ||
"type": "Microsoft.EventHub/Clusters", | ||
"location": "South Central US", | ||
"tags": {}, | ||
"properties": { | ||
"createdAt": "2016-09-13T23:17:25.24Z", | ||
"updatedAt": "2016-09-13T23:17:28.223Z" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.