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 folder structure
  • Loading branch information
zedy-wj committed Aug 19, 2025
commit a09449aeecc31cfefa0696529ebb13b8b7a3400a

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- tool: TypeSpecRequirement
path: ./preview/2021-02-16-preview/*.json
reason: Brownfield service not ready to migrate
- tool: TypeSpecRequirement
path: ./stable/2024-09-01/*.json
reason: Brownfield service not ready to migrate
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ options:
"@azure-tools/typespec-autorest":
use-read-only-status-schema: true
omit-unreachable-types: true
emitter-output-dir: "{project-root}/.."
emitter-output-dir: "{project-root}"
arm-types-dir: "{project-root}/../../../../common-types/resource-management"
azure-resource-provider-folder: "resource-manager"
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/recoveryservicesdatareplication.json"
output-file: "{version-status}/{version}/recoveryservicesdatareplication.json"
examples-dir: "{project-root}/examples"
"@azure-tools/typespec-csharp":
flavor: azure
Expand Down
Loading