-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add conditional compile of client.tsp * Always execute from main.tsp, always check client.tsp * Fix script * Remove yaml reference * Update specification/cognitiveservices/HealthInsights/healthinsights.oncophenotype/tspconfig.yaml --------- Co-authored-by: Mike Harder <[email protected]>
- Loading branch information
1 parent
1290a9d
commit 601e3d4
Showing
10 changed files
with
69 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 13 additions & 19 deletions
32
specification/cognitiveservices/HealthInsights/healthinsights.oncophenotype/tspconfig.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
emit: [ | ||
"@azure-tools/typespec-csharp", | ||
# "@azure-tools/cadl-python", | ||
# "@azure-tools/typespec-java", | ||
# "@azure-tools/cadl-typescript", | ||
] | ||
|
||
emit: [] | ||
options: | ||
"@azure-tools/typespec-csharp": | ||
namespace : "Azure.Health.Insights.CancerProfiling" | ||
clear-output-folder : true | ||
new-project : false | ||
model-namespace : false | ||
# "@azure-tools/typespec-java": | ||
# namespace: "Com.Azure.Health.Insights.CancerProfiling" | ||
# clear-output-folder: true | ||
# new-project: false | ||
# model-namespace: false | ||
# "@azure-tools/cadl-python": | ||
# package-mode: "dataplane" | ||
# package-name: "azure-healthinsights-cancerprofiling" | ||
# "@azure-tools/cadl-typescript": | ||
# packageDetails: | ||
# name: "@azure-rest/health-insights-cancerprofiling" | ||
# description: "Azure Health Insights CancerProfiling" | ||
"@azure-tools/typespec-java": | ||
namespace: "Com.Azure.Health.Insights.CancerProfiling" | ||
clear-output-folder: true | ||
new-project: false | ||
model-namespace: false | ||
"@azure-tools/cadl-python": | ||
package-mode: "dataplane" | ||
package-name: "azure-healthinsights-cancerprofiling" | ||
"@azure-tools/cadl-typescript": | ||
packageDetails: | ||
name: "@azure-rest/health-insights-cancerprofiling" | ||
description: "Azure Health Insights CancerProfiling" |
3 changes: 0 additions & 3 deletions
3
specification/cognitiveservices/HealthInsights/healthinsights.openapi/tspconfig.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 13 additions & 19 deletions
32
specification/cognitiveservices/HealthInsights/healthinsights.trialmatcher/tspconfig.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
emit: [ | ||
"@azure-tools/typespec-csharp", | ||
# "@azure-tools/cadl-python", | ||
# "@azure-tools/typespec-java", | ||
# "@azure-tools/cadl-typescript", | ||
] | ||
|
||
emit: [] | ||
options: | ||
"@azure-tools/typespec-csharp": | ||
namespace : "Azure.Health.Insights.ClinicalMatching" | ||
clear-output-folder : true | ||
new-project : false | ||
model-namespace : false | ||
# "@azure-tools/typespec-java": | ||
# namespace: "Com.Azure.Health.Insights.ClinicalMatching" | ||
# clear-output-folder: true | ||
# new-project: false | ||
# model-namespace: false | ||
# "@azure-tools/cadl-python": | ||
# package-mode: "dataplane" | ||
# package-name: "azure-healthinsights-clinicalmatching" | ||
# "@azure-tools/cadl-typescript": | ||
# packageDetails: | ||
# name: "@azure-rest/health-insights-clinicalmatching" | ||
# description: "Azure Health Insights ClinicalMatching" | ||
"@azure-tools/typespec-java": | ||
namespace: "Com.Azure.Health.Insights.ClinicalMatching" | ||
clear-output-folder: true | ||
new-project: false | ||
model-namespace: false | ||
"@azure-tools/cadl-python": | ||
package-mode: "dataplane" | ||
package-name: "azure-healthinsights-clinicalmatching" | ||
"@azure-tools/cadl-typescript": | ||
packageDetails: | ||
name: "@azure-rest/health-insights-clinicalmatching" | ||
description: "Azure Health Insights ClinicalMatching" |