Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused common.json specs + remove csharp emitter since its not…
… used
  • Loading branch information
sarkar-rajarshi committed Apr 23, 2025
commit 51e5fe362adf893644264f8e56116110f4d66ab3
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ options:
emitter-output-dir: "{project-root}/.."
examples-dir: "{project-root}/examples"
output-file: "{azure-resource-provider-folder}/Language/{version-status}/{version}/questionanswering-authoring.json"
"@azure-tools/typespec-csharp":
package-dir: "Azure.AI.Language.QuestionAnswering.Authoring"
clear-output-folder: true
model-namespace: false
namespace: "Azure.AI.Language.QuestionAnswering.Authoring"
flavor: azure
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ options:
emitter-output-dir: "{project-root}/.."
examples-dir: "{project-root}/examples"
output-file: "{azure-resource-provider-folder}/Language/{version-status}/{version}/questionanswering.json"
"@azure-tools/typespec-csharp":
package-dir: "Azure.AI.Language.QuestionAnswering"
clear-output-folder: true
model-namespace: false
namespace: "Azure.AI.Language.QuestionAnswering"
flavor: azure
Loading