Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update history
  • Loading branch information
chlowell committed Aug 5, 2019
commit 71b68af3b20154e4c5b864b798ba74da97df8cd3
6 changes: 3 additions & 3 deletions sdk/identity/azure-identity/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release History

## 1.0.0b2
## 1.0.0b2 (2019-08-05)
Breaking changes:
- Removed `Configuration` from the public API in prepration for entirely
kwargs-based configuration. Static `create_config` methods have been renamed
`_create_config`, and will be removed entirely in a future release.

Dependency changes:
- Updated [`azure-core`](https://pypi.org/project/azure-core/) to 1.0.0b2
- Updated [MSAL](https://pypi.org/project/msal/) 0.4.1
- Adopted [`azure-core`](https://pypi.org/project/azure-core/) 1.0.0b2
- Adopted [MSAL](https://pypi.org/project/msal/) 0.4.1
- New dependency for Python 2.7: [mock](https://pypi.org/project/mock/)

New credentials:
Expand Down