-
Notifications
You must be signed in to change notification settings - Fork 85
tsp, tcgc, adopt sdkpackage #2861
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
Merged
Merged
Changes from all commits
Commits
Show all changes
110 commits
Select commit
Hold shift + click to select a range
116db41
replace logics for process parameter
haolingdong-msft 3d56d8a
bug fix
haolingdong-msft 3863d59
add logics for process clients and operation
haolingdong-msft d010820
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft 8d21b60
replace logic to process response
haolingdong-msft 07a773f
regen
haolingdong-msft b443345
process exception
haolingdong-msft 2434e67
rename local var
haolingdong-msft 7a53e1c
add samples
haolingdong-msft 339352c
add loading examples logic
haolingdong-msft 36a71a1
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft ddbca42
Revert "regen"
haolingdong-msft ca85d01
solve conflict
haolingdong-msft de594bc
replace logics for operationIs helpers
haolingdong-msft b7c09c0
fixed flatten case's example
haolingdong-msft 30129fd
Merge branch 'main' into sdkpackage
haolingdong-msft a45fb21
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft f78adfa
convert more functions from using raw to tcgc types
haolingdong-msft 80b9d92
update test
haolingdong-msft 402cd7a
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft 9f35c40
update logic to judge if bodyParameterFlatten
haolingdong-msft b63017a
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft 5e60576
update logics on spread param
haolingdong-msft 7a5479d
regen
haolingdong-msft c063eee
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft 5d58dd5
regen
haolingdong-msft 6aade5f
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft e2fd61b
use sdkResponse.description and do not use initializationProperty.typ…
haolingdong-msft ed1c710
regen
haolingdong-msft ad083e7
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft fab8343
handle hierarchical client name
haolingdong-msft 0af2c5c
regen
haolingdong-msft 3214809
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft cead43e
update api version filtering part
haolingdong-msft ab74bad
merge summary with description
haolingdong-msft 9e5146e
skip content-type header if body is optional
haolingdong-msft 032a315
regen
haolingdong-msft 180bf07
regen
haolingdong-msft bb7dea4
handle multipart array case
haolingdong-msft 3ad752d
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft 8220bad
add endpoint parameter for ARM as workaround
haolingdong-msft e3afeb1
regen
haolingdong-msft a990b5b
regen
haolingdong-msft e2fa9e7
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft cde9051
Fixed the api-version being added to builder issue
haolingdong-msft 611e3d8
solve conflict
haolingdong-msft cd8336f
regen
haolingdong-msft 74df2b5
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft cc652d4
regen
haolingdong-msft b38a2fd
integrate with sdkpackage's example
haolingdong-msft 1c5a1b5
clean up code
haolingdong-msft 98b3f6c
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft 3a2955d
regen
haolingdong-msft 183f5ea
code clean up
haolingdong-msft 9869b7f
Merge branch 'main' into sdkpackage
haolingdong-msft 15d41b7
support new SdkClientType design
haolingdong-msft 955620e
regen
haolingdong-msft 372da09
throw error if endpoint parameter is neither union nor endpoint
haolingdong-msft 865ac76
lint
haolingdong-msft 62e0b0d
remove unused functions and move removeClientSuffix to util
haolingdong-msft 832e593
support client crossLanguageDefinitionId
haolingdong-msft cf23080
remove unused functions
haolingdong-msft 2cea2b3
remove unused imports
haolingdong-msft 71e0a2d
update according to comments
haolingdong-msft 3f4c417
lint
haolingdong-msft 86802af
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft daef68d
lint
haolingdong-msft 643105b
regen
haolingdong-msft fc35d0f
add TODO for allowReserved for path url
haolingdong-msft 52271aa
update according to comments
haolingdong-msft 98a141c
regen
haolingdong-msft 1e05ccd
support client default endpoint
haolingdong-msft 2f04d1f
fix test
haolingdong-msft 2cde5b3
regen
haolingdong-msft f47bf77
remove suffix
haolingdong-msft ad910d8
format
haolingdong-msft 59fec20
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft 593aa59
remove unused functions
haolingdong-msft b18b952
regen
haolingdong-msft c007e82
fix
haolingdong-msft f5626c1
update function name according to comments
haolingdong-msft dabfd8f
add param location check
haolingdong-msft e5b66c8
update according to comments
haolingdong-msft 42f4eae
handle param.onClient
haolingdong-msft 8352f12
update method to use shorter name
haolingdong-msft 93a23ba
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft 733f220
apply the bug fix
haolingdong-msft a0d6c98
regen
haolingdong-msft 7af447b
integrate with bug fix on flattened model property and parameter has …
haolingdong-msft 48ab63d
add op.addParameter(parameter); for param.onclient as well
haolingdong-msft 5c71c0b
format and lint
haolingdong-msft e8a8d3b
fix NotVersionedTests
haolingdong-msft fe18154
revet the changes on onClient and support
haolingdong-msft a423afa
support allowReserved for path
haolingdong-msft fa1d2a7
regen
haolingdong-msft e9ec415
update according to comment: paging, content-type
haolingdong-msft e5adc5d
remove unused logics in processing lro
haolingdong-msft 6c1cdc4
lint
haolingdong-msft b7ff02c
add test case to test HttpStatusCodeRange
haolingdong-msft 0026417
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft 33a3cef
format typespec-tests
haolingdong-msft 3954d93
address comments
haolingdong-msft f3fb702
bump minor version
haolingdong-msft 3563e1e
format and lint
haolingdong-msft ac2bb97
Merge remote-tracking branch 'remote/main' into sdkpackage
haolingdong-msft eda4e54
use TCGC sdkBody.contentTypes to set to mediaTypes
haolingdong-msft c3328ba
address comments
haolingdong-msft 5cb0da5
changelog
haolingdong-msft 43c2a7a
format and lint
haolingdong-msft 2df13e4
changelog
haolingdong-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.