-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcadl-project.yaml
More file actions
18 lines (17 loc) · 803 Bytes
/
cadl-project.yaml
File metadata and controls
18 lines (17 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
emit:
- "@azure-tools/cadl-autorest"
- "@azure-tools/cadl-python"
#emit:
# "@azure-tools/cadl-autorest": true
# Uncomment this line and add "@azure-tools/cadl-python" to your package.json to generate Python code
# "@azure-tools/cadl-python": true
# "basic-setup-py": true
# "package-version": "1.0.0"
# "package-name": "azure-batch"
# "output-path": .
# Uncomment this line and add "@azure-tools/cadl-java" to your package.json to generate Java code
# "@azure-tools/cadl-java": true
# Uncomment this line and add "@azure-tools/cadl-csharp" to your package.json to generate C# code
# "@azure-tools/cadl-csharp": true
# Uncomment this line and add "@azure-tools/cadl-typescript" to your package.json to generate Typescript code
# "@azure-tools/cadl-typescript": true