Skip to content

Commit

Permalink
Trenton Automation onboard (#9106)
Browse files Browse the repository at this point in the history
* cli extension

* Update specificationRepositoryConfiguration.json

* Update SwaggerToSDK.yml

* Update SDKAutomation.yml

* test_0330

* test_0330

* Update specificationRepositoryConfiguration.json

* Update azure-pipelines.yml

* sdk

* [TEST] Terraform test securityInsights.fake [041303]

* onboard Terraform in Prod

* onboard Terraform in Prod

* onboard Terraform in Prod

* onboard Terraform in Prod

Co-authored-by: Xiaoxu Qi <[email protected]>
  • Loading branch information
xiaoxuqi-ms and xiaoxuqi-ms authored Apr 17, 2020
1 parent c3dd79e commit fa820f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/SDKAutomation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
SDK_REPO_NAME: azure-cli-extensions
Go:
SDK_REPO_NAME: azure-sdk-for-go
Trenton:
SDK_REPO_NAME: azure-sdk-for-trenton
steps:
- checkout: none
- script: |
Expand Down
3 changes: 3 additions & 0 deletions .azure-pipelines/SwaggerToSDK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
cliextension:
AZURE_SDK_REPO: azure-cli-extensions
AZURE_SDK_PARAMS: ''
trenton:
AZURE_SDK_REPO: azure-sdk-for-trenton
AZURE_SDK_PARAMS: ''
go:
AZURE_SDK_REPO: azure-sdk-for-go
AZURE_SDK_PARAMS: '-o latest'
Expand Down
4 changes: 4 additions & 0 deletions specificationRepositoryConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"mainBranch": "latest",
"integrationRepository": "AzureSDKAutomation/azure-sdk-for-ruby",
"mainRepository": "Azure/azure-sdk-for-ruby"
},
"azure-sdk-for-trenton": {
"integrationRepository": "test-repo-billy/azure-sdk-for-trenton",
"mainRepository": "Azure/azure-sdk-for-trenton"
}
}
}

0 comments on commit fa820f6

Please sign in to comment.