Skip to content

Commit

Permalink
Support multi path resources (#5053)
Browse files Browse the repository at this point in the history
As titled. Integrate multi path scenarios into the converter

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
  • Loading branch information
pshao25 and Pan Shao authored Jan 17, 2025
1 parent 6eb062e commit e08a1fb
Show file tree
Hide file tree
Showing 192 changed files with 26,648 additions and 20,417 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -341,3 +341,6 @@ packages/extensions/core/test/plugins/*/expected/*.json
# Generated typespec and examples
packages/extensions/openapi-to-typespec/test/**/*.tsp
packages/extensions/openapi-to-typespec/test/**/*.json

# TypeSpec assets
packages/extensions/openapi-to-typespec/src/assets/**/*.tsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@autorest/openapi-to-typespec",
"comment": "add multi path support",
"type": "patch"
}
],
"packageName": "@autorest/openapi-to-typespec"
}
Loading

0 comments on commit e08a1fb

Please sign in to comment.