Skip to content

Commit

Permalink
Update configuration to enable ARM schema on sdkautomation (#10359)
Browse files Browse the repository at this point in the history
  • Loading branch information
Descatles authored Aug 13, 2020
1 parent d64c8b3 commit b2a3016
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -42,6 +42,8 @@ jobs:
SDK_REPO_NAME: azure-sdk-for-go
Trenton:
SDK_REPO_NAME: azure-sdk-for-trenton
Schema:
SDK_REPO_NAME: azure-resource-manager-schemas
steps:
- checkout: none
- script: |
Expand Down
4 changes: 4 additions & 0 deletions specificationRepositoryConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"mainRepository": "Azure/azure-sdk-for-trenton",
"secondaryRepository": "Azure/azure-sdk-for-trenton",
"secondaryBranch": "secondary"
},
"azure-resource-manager-schemas": {
"integrationRepository": "AzureSDKAutomation/azure-resource-manager-schemas",
"mainRepository": "Azure/azure-resource-manager-schemas"
}
}
}

0 comments on commit b2a3016

Please sign in to comment.