Skip to content

Commit

Permalink
[HealthInsignts] Remove typespec-csharp from default emitters
Browse files Browse the repository at this point in the history
- typespec-csharp is not installed by root package.json
- Causes "tsp compile" to fail
- Fixes Azure#24300
  • Loading branch information
mikeharder committed Jun 5, 2023
1 parent 5a9afce commit 757caa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 757caa4

Please sign in to comment.