Skip to content

Commit

Permalink
sas creds updates (#17065)
Browse files Browse the repository at this point in the history
updates azure-core for mindep checks
  • Loading branch information
seankane-msft authored Mar 3, 2021
1 parent 528df28 commit 2dfe1d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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

0 comments on commit 2dfe1d4

Please sign in to comment.