Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ options:
output-file: "{version-status}/{version}/questionanswering.json"
"@azure-tools/typespec-csharp":
emitter-output-dir: "{output-dir}/{service-dir}/Azure.AI.Language.QuestionAnswering.Inference"
package-name: Azure.AI.Language.QuestionAnswering.Inference
clear-output-folder: true
model-namespace: false
namespace: "Azure.AI.Language.QuestionAnswering"
Expand All @@ -29,5 +30,6 @@ options:
flavor: azure
"@azure-typespec/http-client-csharp":
emitter-output-dir: "{output-dir}/{service-dir}/Azure.AI.Language.QuestionAnswering.Inference"
package-name: Azure.AI.Language.QuestionAnswering.Inference
namespace: Azure.AI.Language.QuestionAnswering
model-namespace: false
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ options:
output-file: "{version-status}/{version}/questionanswering-authoring.json"
"@azure-tools/typespec-csharp":
emitter-output-dir: "{output-dir}/{service-dir}/Azure.AI.Language.QuestionAnswering"
package-name: Azure.AI.Language.QuestionAnswering
clear-output-folder: true
model-namespace: false
namespace: "Azure.AI.Language.QuestionAnswering.Authoring"
Expand All @@ -29,5 +30,6 @@ options:
flavor: azure
"@azure-typespec/http-client-csharp":
emitter-output-dir: "{output-dir}/{service-dir}/Azure.AI.Language.QuestionAnswering"
package-name: Azure.AI.Language.QuestionAnswering
namespace: Azure.AI.Language.QuestionAnswering.Authoring
model-namespace: false
Loading