-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Identity Changelog + README update May 2020 #10850
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
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,10 @@ | ||
| # Release History | ||
|
|
||
| ## 1.1.0-beta.4 (Unreleased) | ||
| ## 1.1.0-beta.4 (2020-05-06) | ||
| - Added `IntelliJCredential` support to `DefaultAzureCredential`. | ||
| - Added `VsCodeCredential` support to `DefaultAzureCredential`. | ||
| - Added support to disable specific credentials `DefaultAzureCredential` authentication flow. | ||
|
|
||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jianghaolu |
||
|
|
||
|
|
||
| ## 1.1.0-beta.3 (2020-04-07) | ||
|
|
@@ -19,6 +23,8 @@ | |
| - Added `tokenRefreshOffset` set method in all the credential builders. | ||
| - Added `httpClient` set method in all the credential builders. | ||
| - Updated `DefaultAzureCredential` to enable authenticating through the Azure CLI | ||
| - Added shared token cache support for MacOS Keychain, Gnome Keyring, and plain text for other Linux environments | ||
| - Added option to write to shared token cache from `InteractiveBrowserCredential`, `AuthorizationCodeCredential`, `UsernamePasswordCredential`, and `DeviceCodeCredential` | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. shouldn't these changes be under 1.1.0-beta.4 not 1.1.0-beta.2?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep, it was accidentally pushed here, I'll update it. |
||
|
|
||
| ## 1.1.0-beta.1 (2020-02-12) | ||
| - All credential builders support setting a pipeline via `httpPipeline` method. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.