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

add go track2 automation config and change for test #2967

Closed
wants to merge 7 commits into from
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 @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Azure AgriFood RP Service",
"description": "APIs documentation for Azure AgriFood Resource Provider Service.",
"description": "APIs documentation for Azure AgriFood Resource Provider Service. Test",
"version": "2020-05-12-preview"
},
"paths": {
Expand Down
1 change: 1 addition & 0 deletions specification/agrifood/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-go-track2
- repo: azure-sdk-for-js
- repo: azure-sdk-for-go-track2
```
## Go

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,36 @@
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/databaseAccounts/test": {
"get": {
"operationId": "DatabaseAccounts_List_Test",
"x-ms-examples": {
"CosmosDBDatabaseAccountList": {
"$ref": "./examples/CosmosDBDatabaseAccountList.json"
}
},
"description": "Lists all the Azure Cosmos DB database accounts available under the subscription.",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter"
}
],
"responses": {
"200": {
"description": "The operation completed successfully.",
"schema": {
"$ref": "#/definitions/DatabaseAccountsListResult"
}
}
},
"x-ms-pageable": {
"nextLinkName": null
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts": {
"get": {
"operationId": "DatabaseAccounts_ListByResourceGroup",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "PostgreSQLServerManagementClient",
"description": "The Microsoft Azure management API provides create, read, update, and delete functionality for Azure PostgreSQL resources including servers, databases, firewall rules, VNET rules, security alert policies, log files and configurations with new business model.",
"description": "The Microsoft Azure management API provides create, read, update, and delete functionality for Azure PostgreSQL resources including servers, databases, firewall rules, VNET rules, security alert policies, log files and configurations with new business model. Test",
"version": "2021-06-01"
},
"host": "management.azure.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,58 +100,6 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}/listUpgradeNotifications": {
"get": {
"tags": [
"Redis"
],
"operationId": "Redis_ListUpgradeNotifications",
"x-ms-examples": {
"RedisCacheGet": {
"$ref": "./examples/RedisCacheListUpgradeNotifications.json"
}
},
"description": "Gets any upgrade notifications for a Redis cache.",
"parameters": [
{
"name": "resourceGroupName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the resource group."
},
{
"name": "name",
"in": "path",
"required": true,
"type": "string",
"description": "The name of the Redis cache."
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
},
{
"name": "history",
"in": "query",
"required": true,
"type": "number",
"format": "double",
"description": "how many minutes in past to look for upgrade notifications"
}
],
"responses": {
"200": {
"description": "All upgrade notifications in given time range",
"schema": {
"$ref": "#/definitions/NotificationListResponse"
}
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/Redis/{name}": {
"put": {
"tags": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
"required": true,
"type": "string"
},
{
"name": "test",
"in": "query",
"description": "test.",
"type": "string"
},
{
"name": "export",
"in": "query",
Expand Down
56 changes: 42 additions & 14 deletions specificationRepositoryConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,36 +57,64 @@
"mainBranch": "secondary"
},
"azure-sdk-for-go": {
"mainRepository": "openapi-env-test/azure-sdk-for-go",
"mainBranch": "main"
"mainBranch": "sdk-automation",
"mainRepository": "openapi-env-test/azure-sdk-for-go"
},
"azure-sdk-for-go-track2": {
"integrationRepository": "openapi-env-test/azure-sdk-for-go",
"mainRepository": "openapi-env-test/azure-sdk-for-go",
"mainBranch": "track2_automation_and_release",
"configFilePath": "eng/swagger_to_sdk_config.json"
},
"azure-sdk-for-python-track2": {
"mainRepository": "openapi-env-test/azure-sdk-for-python",
"mainBranch": "python-track2-test"
"azure-sdk-for-java": {
"mainRepository": "openapi-env-test/azure-sdk-for-java"
},
"azure-sdk-for-net-track2": {
"mainRepository": "openapi-env-test/azure-sdk-for-net",
"configFilePath": "eng/swagger_to_sdk_config.json"
"azure-sdk-for-js": {
"mainRepository": "openapi-env-test/azure-sdk-for-js"
},
"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": "python-track1-test"
"azure-sdk-for-python": {
"mainRepository": "openapi-env-test/azure-sdk-for-python",
"mainBranch": "release/v3"
},
"azure-sdk-for-js-track2": {
"mainRepository": "openapi-env-test/azure-sdk-for-js",
"mainBranch": "track2-test"
"azure-sdk-for-python-track2": {
"mainRepository": "openapi-env-test/azure-sdk-for-python"
},
"azure-cli-extensions": {
"mainBranch": "report-diff-test",
"mainRepository": "openapi-env-test/azure-cli-extensions"
},
"azure-sdk-for-ruby": {
"mainBranch": "latest",
"mainRepository": "openapi-env-test/azure-sdk-for-ruby"
},
"azure-sdk-for-node": "openapi-env-test/azure-sdk-for-node",
"azure-sdk-for-trenton": {
"integrationRepository": "test-repo-billy/azure-sdk-for-trenton",
"mainRepository": "test-repo-billy/azure-sdk-for-trenton",
"secondaryRepository":"test-repo-billy/azure-sdk-for-trenton",
"secondaryBranch":"secondary"
},
"azure-resource-manager-schemas": {
"mainRepository": "openapi-env-test/azure-resource-manager-schemas"
},
"azure-sdk-for-net-shivangi": {
"mainRepository": "openapi-env-test/azure-sdk-for-net",
"mainBranch": "Shivangi_AutomationScript"
},
"azure-sdk-for-python-lmazuel": {
"mainRepository": "openapi-env-test/azure-sdk-for-python",
"mainBranch": "LMazuel_AutomationScript"
},
"azure-sdk-for-net-minghc": {
"mainRepository": "openapi-env-test/azure-sdk-for-net",
"mainBranch": "v-minghc_testScript"
},
"azure-sdk-for-java-track2": {
"mainRepository": "openapi-env-test/azure-sdk-for-java",
"mainBranch": "v2"
}
}
}
Expand Down