-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add Batch data plane commands. #1875
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 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
ae0d6f9
Add batch data plane commands:
xingwu1 89c25d0
Added file stream support
annatisch 487129b
bug fixes
annatisch b5a14db
Fixed regex raw strings
annatisch bed7efe
Added support for JSON input
annatisch 1339f32
Custom and type validation (#4)
annatisch e7a17ea
Fix pylint errors and get rid unused codes.
xingwu1 971ba55
List and type validation (#5)
annatisch 632b9cd
clean pylint error and add data plane command test.
xingwu1 18cd518
Bug fixes (#6)
annatisch e0c83ef
Move the update pool command to custom command.
xingwu1 ad3849e
Add custom commands test cases
xingwu1 7b4a726
Tests and delete confirmation (#7)
annatisch d5e58c7
More tests and fixes (#8)
annatisch e891301
Fix pylint and test errors.
xingwu1 bb04b27
Following PEP8 complaint.
xingwu1 e34309c
Use this decroator on doc transfer
xingwu1 800aa05
Deferred imports for performance (#9)
annatisch 4396490
PyLint and PEP8 clean up.
xingwu1 1e50009
Use single parameter for storage account id and name.
xingwu1 0e02e1e
Review feedback + help fixes (#10)
annatisch 2186a7f
Review fixes (#11)
annatisch a6a510c
Add enum list for vmsize and thumbprint algorithm.
xingwu1 275e9fe
Streamlined commands (#13)
annatisch 319bbf6
Further command refinements (#14)
annatisch 93929c6
Fixed tests (#15)
annatisch 1947a80
Change the coding style.
xingwu1 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
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.
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.
What is this for?