Skip to content

Commit

Permalink
feat(typespec): bump to 0.62.0 (#5159)
Browse files Browse the repository at this point in the history
- bump typespec and related libraries to 0.62.0
- fix a broken tsp definition due to `@nextLink` namespace change
- fix test cases due to `cadl-ranch` changes

resolve microsoft/typespec#4951

---------

Co-authored-by: Mingzhe Huang (from Dev Box) <[email protected]>
  • Loading branch information
archerzz and Mingzhe Huang (from Dev Box) authored Nov 13, 2024
1 parent 808f70b commit 1b2722e
Show file tree
Hide file tree
Showing 34 changed files with 6,154 additions and 5,292 deletions.
567 changes: 288 additions & 279 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"url": "https://github.com/Azure/autorest.csharp/issues"
},
"devDependencies": {
"@azure-tools/cadl-ranch-specs": "0.38.0",
"@azure-tools/typespec-client-generator-core": "0.47.4",
"@azure-tools/typespec-azure-resource-manager": "0.47.1",
"@azure-tools/cadl-ranch-specs": "0.39.2",
"@azure-tools/typespec-client-generator-core": "0.48.1",
"@azure-tools/typespec-azure-resource-manager": "0.48.0",
"@azure-tools/typespec-csharp": "file:src/TypeSpec.Extension/Emitter.Csharp",
"@azure-tools/unbranded-tests": "file:test/UnbrandedProjects",
"@microsoft.azure/autorest.testserver": "3.3.50",
Expand Down
2 changes: 1 addition & 1 deletion samples/AnomalyDetector/multivariate/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ model ModelList {
maxCount: int32;

@doc("The link to fetch more models.")
@nextLink
@Azure.Core.nextLink
nextLink?: string;
}

Expand Down
2 changes: 1 addition & 1 deletion samples/AnomalyDetector/src/Generated/Multivariate.cs

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

2 changes: 1 addition & 1 deletion samples/AnomalyDetector/src/Generated/Univariate.cs

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

Loading

0 comments on commit 1b2722e

Please sign in to comment.