microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/add-error-check-function-implementation

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.typespec-integration/config.yaml

21lines · modecode

1suites:
2 azure-specs:
3 repo: https://github.com/Azure/azure-rest-api-specs
4 branch: typespec-next
5 pattern: "specification/**/tspconfig.yaml"
6 exclude:
7 - "specification/ai-foundry/data-plane/Foundry/**"
8 entrypoints:
9 - name: "client.tsp"
10 options: ["--no-emit"]
11 - name: "main.tsp"
12 azure-specs-pr:
13 repo: https://github.com/Azure/azure-rest-api-specs-pr
14 branch: typespec-next
15 pattern: "specification/**/tspconfig.yaml"
16 exclude:
17 - "specification/ai-foundry/data-plane/Foundry/**"
18 entrypoints:
19 - name: "client.tsp"
20 options: ["--no-emit"]
21 - name: "main.tsp"
22