-
Notifications
You must be signed in to change notification settings - Fork 3.2k
DevCenter DataPlane v2023-04-01 stable SDK from TypeSpec #35257
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 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
6acd702
Generate with models
drielenr b4efee4
Updates after arch board meetting. Missing enum rename.
drielenr f8af7e6
regen after merge main
drielenr b23683c
regen after tsp updates
drielenr 6302464
Add script for custom tsp update
drielenr 9552214
Update tsp commit in main and regen
drielenr 5b61ea2
Update tests to use model
drielenr 17e29d3
Break down tests
drielenr 20f411f
Add samples
drielenr bd8982a
Add snippets and update readme
drielenr 382a0cb
clean up imports
drielenr 4e592f9
Update changelog
drielenr 979e428
Update version
drielenr 6c008b2
Fix samples
drielenr fb8a711
Fix formatting
drielenr a94d79a
Regen after merge main
drielenr 3236403
update latest tsp commit
drielenr 71b3ed7
Push recordings to assets repo and update tag reference
drielenr bdcd2d4
Add words to be ignored by cspell
drielenr 01a4b5f
Revert removal of skip_quote
drielenr d349f09
Re-record failing tests and fix create dev box test
drielenr 72378c4
fix vcpus cspell file path
drielenr b734a7e
Regen latest main
drielenr d94631c
Revert removal of skip_quote
drielenr 61df66d
Regen using latest tsp
drielenr 32e55eb
temp fix api version
drielenr a721ec1
Fix readme section reference
drielenr d2de546
Revert "temp fix api version"
drielenr 0189bc6
Regen latest main
drielenr e4be831
Rename to Operation Status
drielenr 2370d53
Use the lro model in test assertion
drielenr 1671155
Update changelong
drielenr 29f7aa2
Update readme and code snippets
drielenr 54ccd83
Rename samples
drielenr af0cf75
add async tests and update recordings
leti367 db4871f
add aync samples
leti367 00da9e5
fix issue in async samples
leti367 6d28510
Update tests recordings
leti367 52460ca
Update tests and re-record tests
leti367 8199391
patch waiting in playback mode
leti367 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add script for custom tsp update
- Loading branch information
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| Write-Host "TypeSpec Sync files" | ||
| ECHO 'y' | tsp-client sync | ||
|
|
||
| Write-Host "Update python client" | ||
| Move-item -Path 'TempTypeSpecFiles\DevCenter\python-client.tsp' -destination 'TempTypeSpecFiles\DevCenter\client.tsp' -Force | ||
|
|
||
| Write-Host "TypeSpec Generate" | ||
| ECHO 'y' | tsp-client generate |
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.