Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
],
"operationId": "Clusters_ListBySubscription",
"x-ms-examples": {
"ListClusters": {
"List clusters in a given subscription": {
"$ref": "./examples/ListClustersBySubscription.json"
}
},
Expand Down Expand Up @@ -108,7 +108,7 @@
],
"operationId": "Clusters_ListByResourceGroup",
"x-ms-examples": {
"ListClusters": {
"List clusters in a given resource group": {
"$ref": "./examples/ListClustersByResourceGroup.json"
}
},
Expand Down Expand Up @@ -150,7 +150,7 @@
],
"operationId": "Clusters_Get",
"x-ms-examples": {
"GetClusters": {
"Get cluster": {
"$ref": "./examples/GetCluster.json"
}
},
Expand Down Expand Up @@ -190,7 +190,7 @@
],
"operationId": "Clusters_Create",
"x-ms-examples": {
"GetClusters": {
"Create cluster": {
"$ref": "./examples/CreateCluster.json"
}
},
Expand Down Expand Up @@ -239,7 +239,7 @@
],
"operationId": "Clusters_Update",
"x-ms-examples": {
"GetClusters": {
"Update cluster": {
"$ref": "./examples/UpdateCluster.json"
}
},
Expand Down Expand Up @@ -288,7 +288,7 @@
],
"operationId": "Clusters_Delete",
"x-ms-examples": {
"GetClusters": {
"Delete cluster": {
"$ref": "./examples/DeleteCluster.json"
}
},
Expand Down