Skip to content
Merged
Show file tree
Hide file tree
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 @@ -103,7 +103,7 @@
"200": {
"body": {
"validationErrors": [],
"estimatedCreationDuration": "00:20:00"
"estimatedCreationDuration": "PT20M"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"parameters": {
"api-version": "2018-06-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.HDInsight/register/action",
"display": {
"provider": "Microsoft.HDInsight",
"resource": null,
"operation": "Register HDInsight resource provider",
"description": "Register HDInsight resource provider for the subscription"
},
"properties": null
},
{
"name": "Microsoft.HDInsight/unregister/action",
"display": {
"provider": "Microsoft.HDInsight",
"resource": null,
"operation": "Unregister HDInsight resource provider",
"description": "Unregister HDInsight resource provider for the subscription"
},
"properties": null
}
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
],
"description": "Lists all of the available HDInsight REST API operations.",
"operationId": "Operations_List",
"x-ms-examples": {
"Lists all of the available operations": {
"$ref": "./examples/ListHDInsightOperations.json"
}
},
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"200": {
"body": {
"validationErrors": [],
"estimatedCreationDuration": "00:20:00"
"estimatedCreationDuration": "PT20M"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"parameters": {
"api-version": "2021-06-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.HDInsight/register/action",
"display": {
"provider": "Microsoft.HDInsight",
"resource": null,
"operation": "Register HDInsight resource provider",
"description": "Register HDInsight resource provider for the subscription"
},
"properties": null
},
{
"name": "Microsoft.HDInsight/unregister/action",
"display": {
"provider": "Microsoft.HDInsight",
"resource": null,
"operation": "Unregister HDInsight resource provider",
"description": "Unregister HDInsight resource provider for the subscription"
},
"properties": null
}
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
],
"description": "Lists all of the available HDInsight REST API operations.",
"operationId": "Operations_List",
"x-ms-examples": {
"Lists all of the available operations": {
"$ref": "./examples/ListHDInsightOperations.json"
}
},
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down