microsoft/typespec

Public

mirrored fromhttps://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

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

Clone

HTTPS

Download ZIP

.typespec-integration/config.yaml

21lines · modepreview

suites:
  azure-specs:
    repo: https://github.com/Azure/azure-rest-api-specs
    branch: typespec-next
    pattern: "specification/**/tspconfig.yaml"
    exclude:
      - "specification/ai-foundry/data-plane/Foundry/**"
    entrypoints:
      - name: "client.tsp"
        options: ["--no-emit"]
      - name: "main.tsp"
  azure-specs-pr:
    repo: https://github.com/Azure/azure-rest-api-specs-pr
    branch: typespec-next
    pattern: "specification/**/tspconfig.yaml"
    exclude:
      - "specification/ai-foundry/data-plane/Foundry/**"
    entrypoints:
      - name: "client.tsp"
        options: ["--no-emit"]
      - name: "main.tsp"