Skip to content

Commit

Permalink
Add support for circle ref and uri parameter (#1361)
Browse files Browse the repository at this point in the history
* Add support for circle reference

* Add support for URI parameter and upgrade TCGC to 0.44.2

* Update dependencies to 0.58.x and 0.44.x
  • Loading branch information
dolauli authored Jul 26, 2024
1 parent 8812752 commit fdb4e30
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 88 deletions.
138 changes: 79 additions & 59 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions packages/typespec-powershell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"xmlbuilder": "10.1.1"
},
"devDependencies": {
"@typespec/compiler": ">=0.51.0 <1.0.0",
"@typespec/compiler": ">=0.58.0 <1.0.0",
"@typespec/openapi": ">=0.58.0, <1.0.0",
"@testdeck/mocha": "0.3.3",
"@types/js-yaml": "3.12.1",
"@types/mocha": "5.2.5",
Expand All @@ -45,12 +46,12 @@
"vitest": "1.2.1"
},
"peerDependencies": {
"@azure-tools/typespec-azure-core": ">=0.37.2 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.37.0 <1.0.0",
"@typespec/compiler": ">=0.51.0 <1.0.0",
"@typespec/http": ">=0.51.0 <1.0.0",
"@typespec/rest": ">=0.51.0 <1.0.0",
"@typespec/versioning": ">=0.51.0 <1.0.0"
"@azure-tools/typespec-azure-core": ">=0.44.0 <1.0.0",
"@azure-tools/typespec-client-generator-core": ">=0.44.2 <1.0.0",
"@typespec/compiler": ">=0.58.0 <1.0.0",
"@typespec/http": ">=0.58.0 <1.0.0",
"@typespec/rest": ">=0.58.0 <1.0.0",
"@typespec/versioning": ">=0.58.0 <1.0.0"
},
"scripts": {
"build": "tsc",
Expand Down
Loading

0 comments on commit fdb4e30

Please sign in to comment.