Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Closed
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 @@ -34,45 +34,6 @@
}
},
"paths": {
"/providers/Microsoft.Compute/operations": {
"get": {
"tags": [
"ComputeOperations"
],
"operationId": "Operations_List",
"description": "Gets a list of compute operations.",
"parameters": [
{
"$ref": "../../../common-types/v1/common.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/ComputeOperationListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../common-types/v1/common.json#/definitions/CloudError"
}
}
},
"x-ms-pageable": {
"nextLinkName": null
},
"x-ms-examples": {
"Operations_List_MaximumSet_Gen": {
"$ref": "./examples/computeRPCommonExamples/Operations_List_MaximumSet_Gen.json"
},
"Operations_List_MinimumSet_Gen": {
"$ref": "./examples/computeRPCommonExamples/Operations_List_MinimumSet_Gen.json"
}
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/usages": {
"get": {
"tags": [
Expand Down
42 changes: 42 additions & 0 deletions specificationRepositoryConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,48 @@
}
},
"overrides": {
"test-repo-billy/azure-rest-api-specs": {
"sdkRepositoryMappings": {
"azure-sdk-for-go": {
"mainRepository": "openapi-env-test/azure-sdk-for-go",
"mainBranch": "main",
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-python-track2": {
"mainRepository": "openapi-env-test/azure-sdk-for-python",
"mainBranch": "main"
},
"azure-sdk-for-net-track2": {
"mainRepository": "openapi-env-test/azure-sdk-for-net",
"mainBranch": "main",
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-net": {
"mainRepository": "openapi-env-test/azure-sdk-for-net"
},
"azure-sdk-for-python": {
"mainRepository": "openapi-env-test/azure-sdk-for-python",
"mainBranch": "main"
},
"azure-sdk-for-js": {
"mainRepository": "openapi-env-test/azure-sdk-for-js",
"mainBranch": "main"
},
"azure-sdk-for-java": {
"mainRepository": "test-repo-billy/azure-sdk-for-java",
"mainBranch": "eng_tsp-client",
"configFilePath": "eng/mgmt/automation/swagger_to_sdk_config.json"
},
"azure-resource-manager-schemas": {
"integrationRepository": "azure-sdk/azure-resource-manager-schemas",
"mainRepository": "Azure/azure-resource-manager-schemas"
},
"azure-powershell": {
"integrationRepository": "azure-sdk/azure-powershell",
"mainRepository": "Azure/azure-powershell"
}
}
},
"Azure/azure-rest-api-specs-pr": {
"sdkRepositoryMappings": {
"azure-sdk-for-go": {
Expand Down