Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Remove use of azure next link (#778)
Browse files Browse the repository at this point in the history
* replace usage of Azure.Core.nextLink

* summary of changes
  • Loading branch information
AlitzelMendez authored Dec 6, 2024
1 parent 9a13f42 commit cc8bbf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rare-seahorses-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@azure-tools/cadl-ranch-specs": patch
---

Remove usage of `@global.Azure.Core.nextLink` as it is been removed
2 changes: 1 addition & 1 deletion packages/cadl-ranch-specs/http/azure/core/page/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ model CustomPageModel<T> {
@doc("List of items.")
items: T[];

@global.Azure.Core.nextLink
@nextLink
@doc("Link to fetch more items.")
nextLink?: string;
}
Expand Down

0 comments on commit cc8bbf7

Please sign in to comment.