Skip to content

Commit

Permalink
Merge pull request #1 from biberli/event-hubs-cluster-preview
Browse files Browse the repository at this point in the history
Adding preview version of Event Hubs Cluster to Azure REST API specs.
  • Loading branch information
biberli authored Jan 16, 2018
2 parents c065903 + c812847 commit da71106
Show file tree
Hide file tree
Showing 8 changed files with 2,147 additions and 0 deletions.

Large diffs are not rendered by default.

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"
}
}
}
}
}
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": {}
}
}
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"
}
}
}
}
}
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": {}
}
}
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"
}
}
]
}
}
}
}
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"
}
}
]
}
}
}
}
Loading

0 comments on commit da71106

Please sign in to comment.