-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Added support for generating SAS tokens at the account and Table service level. #21944
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
25 commits
Select commit
Hold shift + click to select a range
e87fe2d
Added support for generating SAS tokens at the Account and Table Serv…
vcolin7 d4188f1
Added partition key and row key values for SAS generation.
vcolin7 0872d7e
Fixed CheckStyle issues.
vcolin7 5e401ed
Fixed SpotBugs issue.
vcolin7 aa9ec31
Removed more unused imports.
vcolin7 4144ec2
Renamed classes used for generating table-level SAS tokens. Made clie…
vcolin7 4e85675
Made client builders throw an IllegalStateException if more than one …
vcolin7 fa7eb98
Changed module-info.java to export the tables package to all other pa…
vcolin7 159c76a
Added tests for SAS models.
vcolin7 7578f7c
Added builder tests for when multiple forms of authentication are set.
vcolin7 a0dc7bc
Updated builders to throw when no endpoint or form of authentication …
vcolin7 385656a
Fixed CheckStyle issues.
vcolin7 62ec3ce
Fixed test name.
vcolin7 475bd88
Removed unnecessary exports for implementation packages in module-inf…
vcolin7 cd25daa
Applied PR feedback:
vcolin7 0d9820d
Added tests and renamed test classes to match clients and builders.
vcolin7 08e581d
Updated CHANGELOG and client builders' JavaDoc.
vcolin7 fc1cdf3
Applied APIView feedback.
vcolin7 893da5f
Updated CHANGELOG again.
vcolin7 d52aa73
Removed unused imports. Simplified SAS token comparison logic.
vcolin7 594bac2
Fixed SAS token generation at the table level. Re-ordered query param…
vcolin7 91786bb
Updated CHANGELOG.
vcolin7 44d20a2
Fixed test and CheckStyle issues.
vcolin7 096a492
Added @Immutable and @Fluent annotations where appropriate. Made more…
vcolin7 576b106
Added more @Immutable annotations.
vcolin7 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
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.