-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Create, Delete and List Namespaces Endpoints for Event Hubs Cl…
…uster Resource (#5565) * Adding ClusterPut.json example * Create ListNamespaceInClusterPost.json * Create ClusterDelete.json * Update EventHub-preview.json * Adding valid responses to Cluster PUT example. * Update specification/eventhub/resource-manager/Microsoft.EventHub/preview/2018-01-01-preview/EventHub-preview.json Co-Authored-By: FBettati <franco.d.bettati@gmail.com> * Adding Available Regions API * Adding ListAvailableClusters POST example. * Modifying response in AvailableClusterList * Updating LIstAvailableClustersPost.json example * Delete ListAvailableClustersPost.json * Create ListAvailableClustersGet.json * Delete ListNamespaceInClusterPost.json * Create ListNamespacesInClusterGet.json * Update EventHub-preview.json * Modify availableClusters API to have a valid ARM collection response * Updating AvailableClusters collection response example * Updating /cluster/namespaces and /availableClusters calls * Adding parameters to ListAvailableClusters example. * Adding extra layer to namespace IDs in ListNamespacesInCluster example. * Removing comma from ListAvailableClusters example
- Loading branch information
Showing
5 changed files
with
352 additions
and
18 deletions.
There are no files selected for viewing
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
13 changes: 13 additions & 0 deletions
13
...anager/Microsoft.EventHub/preview/2018-01-01-preview/examples/Clusters/ClusterDelete.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,13 @@ | ||
{ | ||
"parameters": { | ||
"clusterName": "testCluster", | ||
"resourceGroupName": "myResourceGroup", | ||
"api-version": "2018-01-01-preview", | ||
"subscriptionId": "5f750a97-50d9-4e36-8081-c9ee4c0210d4" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
Oops, something went wrong.