-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Route SDK for metadata accuracy, v2 alignment, and latest TypeScript SDK compatibility #31562
Conversation
@Lakicar95 , I see in PR #31256 , it also imports some libraries in samples, like in samples/v1-beta/typescript/src/lro.ts, it imports Also, can you help to update the white spaces like in #31256, samples/v1-beta/typescript/src/range.ts and samples/v1-beta/typescript/src/matrix.ts? Thanks! |
API change check APIView has identified API level changes in this PR and created following API reviews. |
|
Seems like: import { __await } from "tslib"; is unused and deprecated, native await will handle getLongRunningPoller |
Please help to solve the merge conflict |
sdk/maps/maps-route-rest/samples/v1-beta/typescript/src/resumeLro.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LRO changes LGTM @jeremymeng could you review other parts?
This PR updates
swagger.md
to improve metadata accuracy and align with Customization v2 requirements. Key changes include adding+flavor: azure
and+ openapi-type: data-plane
tags, updating thesource-code-folder-path
togenerated
for clearer organization, and setting@autorest/typescript
to"latest"
for compatibility with the newest TypeScript SDK features.