Skip to content

Commit

Permalink
Changes for breaking change in microsoft/typespec/pr/3737 (#29835)
Browse files Browse the repository at this point in the history
* Use pr url

* Fix

* Update package.json
  • Loading branch information
timotheeguerin committed Jul 15, 2024
1 parent a7fead7 commit d070052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ interface Indexes {

#suppress "@azure-tools/typespec-azure-core/use-standard-operations" "Need to define route."
@doc("List the latest version of each index. Latest is defined by most recent created by date.")
@route("/indexes/")
@route("/indexes")
@get
listLatest is Azure.Core.Foundations.Operation<
{
Expand Down Expand Up @@ -240,7 +240,7 @@ interface Prompts {

#suppress "@azure-tools/typespec-azure-core/use-standard-operations" "Need to define route."
@doc("List the latest version of each prompt. Latest is defined by most recent created by date.")
@route("/prompts/")
@route("/prompts")
@get
listLatest is Azure.Core.Foundations.Operation<
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,7 @@ interface Lineage {

#suppress "@azure-tools/typespec-azure-core/use-standard-operations" "This is an existing API"
@doc("Return immediate next page lineage info about entity with pagination")
@route("/lineage/{guid}/next/")
@route("/lineage/{guid}/next")
@get
getNextPage is Azure.Core.Foundations.Operation<
{
Expand Down

0 comments on commit d070052

Please sign in to comment.