From 757caa4e6f50f45ea9898ec3089e38d49d32fb14 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Mon, 5 Jun 2023 21:52:30 +0000 Subject: [PATCH] [HealthInsignts] Remove typespec-csharp from default emitters - typespec-csharp is not installed by root package.json - Causes "tsp compile" to fail - Fixes #24300 --- .../healthinsights.oncophenotype/tspconfig.yaml | 7 ------- .../healthinsights.trialmatcher/tspconfig.yaml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/specification/cognitiveservices/HealthInsights/healthinsights.oncophenotype/tspconfig.yaml b/specification/cognitiveservices/HealthInsights/healthinsights.oncophenotype/tspconfig.yaml index f67d15379ddf..5394d3ec0fd5 100644 --- a/specification/cognitiveservices/HealthInsights/healthinsights.oncophenotype/tspconfig.yaml +++ b/specification/cognitiveservices/HealthInsights/healthinsights.oncophenotype/tspconfig.yaml @@ -1,10 +1,3 @@ -emit: [ - "@azure-tools/typespec-csharp", - # "@azure-tools/cadl-python", - # "@azure-tools/typespec-java", - # "@azure-tools/cadl-typescript", -] - options: "@azure-tools/typespec-csharp": namespace : "Azure.Health.Insights.CancerProfiling" diff --git a/specification/cognitiveservices/HealthInsights/healthinsights.trialmatcher/tspconfig.yaml b/specification/cognitiveservices/HealthInsights/healthinsights.trialmatcher/tspconfig.yaml index 847e368f6952..35b0125c013a 100644 --- a/specification/cognitiveservices/HealthInsights/healthinsights.trialmatcher/tspconfig.yaml +++ b/specification/cognitiveservices/HealthInsights/healthinsights.trialmatcher/tspconfig.yaml @@ -1,10 +1,3 @@ -emit: [ - "@azure-tools/typespec-csharp", - # "@azure-tools/cadl-python", - # "@azure-tools/typespec-java", - # "@azure-tools/cadl-typescript", -] - options: "@azure-tools/typespec-csharp": namespace : "Azure.Health.Insights.ClinicalMatching"