Closed
Description
Action required: Upgrade @typespec
and @azure-tools
relevant dependencies and regenerate integration cases after upgrading.
The working directory is packages/http-client-csharp
. We should not change anything outside this directory.
- Identify dependencies within the
@typespec
or@azure-tools
npm-scopes under "dependencies", "devDependencies" and "peerDependencies" inpackage.json
- You should resolve the version in "next" tag for dependencies on
@typespec/http-specs
,@typespec/spector
,@azure-tools/azure-http-specs
, and@typespec/spec-api
- You should resolve the version in "latest" tag for the other dependencies
- Run "npm install" after editing the dependencies in
package.json
- Run
npm run build
to verify everything builds - Run
./eng/scripts/Generate.ps1
script to refresh all test packages - Run
npm run test
to verify all test cases could pass.