Skip to content

Commit 10b2eb2

Browse files
authored
Update MSAL dependency (#8359)
1 parent 691c092 commit 10b2eb2

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

sdk/identity/azure-identity/HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- `ClientCertificateCredential` uses application and tenant IDs correctly
66
([#8315](https://github.com/Azure/azure-sdk-for-python/pull/8315))
7+
- Adopted msal 1.0.0 and msal-extensions 0.1.3
8+
([8359](https://github.com/Azure/azure-sdk-for-python/pull/8359))
79

810

911
## 1.0.0 (2019-10-29)

sdk/identity/azure-identity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Azure Identity simplifies authentication across the Azure SDK.
33
It supports token authentication using an Azure Active Directory
44

5-
This library is in preview and currently supports:
5+
This library currently supports:
66
- [Service principal authentication](https://docs.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals)
77
- [Managed identity authentication](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview)
88
- User authentication

sdk/identity/azure-identity/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
install_requires=[
7474
"azure-core<2.0.0,>=1.0.0",
7575
"cryptography>=2.1.4",
76-
"msal<1.0.0,>=0.4.1",
77-
"msal-extensions~=0.1.2",
76+
"msal<2.0.0,>=1.0.0",
77+
"msal-extensions~=0.1.3",
7878
"six>=1.6",
7979
],
8080
extras_require={

shared_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ cryptography>=2.1.4
9191
futures
9292
mock
9393
typing
94-
msal<1.0.0,>=0.4.1
95-
msal-extensions~=0.1.2
94+
msal<2.0.0,>=1.0.0
95+
msal-extensions~=0.1.3
9696
msrest>=0.5.0
9797
msrestazure<2.0.0,>=0.4.32
9898
requests>=2.18.4

0 commit comments

Comments
 (0)