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
Next Next commit
Refactor translation folder structure to comply with Azure Guidelines
  • Loading branch information
v-xuto committed Aug 19, 2025
commit 0236b68002f8c45524663a1e16b842ea0192ccf7
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- tool: TypeSpecRequirement
path: ./preview/2023-11-01-preview/*.json
reason: Brownfield service not ready to migrate
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ options:
"@azure-tools/typespec-autorest":
azure-resource-provider-folder: "data-plane"
emit-lro-options: "all"
emitter-output-dir: "{project-root}/.."
output-file: "{azure-resource-provider-folder}/Azure.AI.DocumentTranslation/{version-status}/{version}/openapi.json"
emitter-output-dir: "{project-root}"
output-file: "{version-status}/{version}/openapi.json"
"@azure-tools/typespec-csharp":
flavor: azure
package-dir: "Azure.AI.Translation.Document"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ options:
"@azure-tools/typespec-autorest":
azure-resource-provider-folder: "data-plane"
emit-lro-options: "none"
emitter-output-dir: "{project-root}/.."
output-file: "{azure-resource-provider-folder}/Azure.AI.TextTranslation/stable/v3.0/openapi.json"
emitter-output-dir: "{project-root}"
output-file: "{version-status}/{version}/openapi.json"
"@azure-tools/typespec-csharp":
package-dir: "Azure.AI.Translation.Text"
clear-output-folder: true
Expand Down
Loading