Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing auto-rest issues in registries #20772

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 @@ -9,42 +9,6 @@
"https"
],
"paths": {
"/providers/Microsoft.MachineLearningServices/operations": {
"get": {
"tags": [
"Operation"
],
"description": "Lists all of the available Azure Machine Learning Services REST API operations.",
"operationId": "Operations_List",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "The request was successful; the request was well-formed and received properly.",
"schema": {
"$ref": "machineLearningServices.json#/definitions/AmlOperationListResult"
}
},
"default": {
"description": "Error response describing why the operation failed",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"List registries.": {
"$ref": "./examples/Workspace/operationsList.json"
}
},
"x-ms-pageable": {
"nextLinkName": null
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/registries": {
"get": {
"tags": [
Expand Down Expand Up @@ -574,7 +538,6 @@
},
"RegistryTrackedResource": {
"required": [
"location",
"properties"
],
"type": "object",
Expand All @@ -592,10 +555,6 @@
"description": "Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.",
"type": "string"
},
"location": {
"description": "The geo-location where the resource lives.",
"type": "string"
},
"properties": {
"description": "[Required] Additional attributes of the entity.",
"$ref": "#/definitions/Registry"
Expand Down