Skip to content
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

sas creds updates #17065

Merged
2 commits merged into from
Mar 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 12.0.0b5 (Unreleased)
* Adds SAS credential as an authentication option
* Bumps minimum requirement of `azure-core` to 1.10.0
* Bumped minimum requirement of msrest from `0.6.10` to `0.6.19`.
* Added support for datetime entities with milliseconds

Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
'azure.data',
]),
install_requires=[
"azure-core<2.0.0,>=1.6.0",
"azure-core<2.0.0,>=1.10.0",
"msrest>=0.6.19"
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ avro<2.0.0,>=1.10.0
#override azure-core-tracing-opencensus azure-core<2.0.0,>=1.0.0
#override azure-core-tracing-opentelemetry azure-core<2.0.0,>=1.0.0
#override azure-cosmos azure-core<2.0.0,>=1.0.0
#override azure-data-tables azure-core<2.0.0,>=1.6.0
#override azure-data-tables azure-core<2.0.0,>=1.10.0
#override azure-eventhub azure-core<2.0.0,>=1.5.0
#override azure-identity azure-core<2.0.0,>=1.0.0
#override azure-keyvault-administration msrest>=0.6.21
Expand Down