Skip to content

Commit

Permalink
Updating azcore & azidentity changelog (Azure#15423)
Browse files Browse the repository at this point in the history
<!--
Thank you for contributing to the Azure SDK for Go.

Please verify the following before submitting your PR, thank you!
-->

- [ ] The purpose of this PR is explained in this or a referenced issue.
- [ ] The PR does not update generated files.
   - These files are managed by the codegen framework at [Azure/autorest.go][].
- [ ] Tests are included and/or updated for code changes.
- [ ] Updates to [CHANGELOG.md][] are included.
- [ ] MIT license headers are included in each file.

[Azure/autorest.go]: https://github.com/Azure/autorest.go
[CHANGELOG.md]: https://github.com/Azure/azure-sdk-for-go/blob/main/CHANGELOG.md
  • Loading branch information
seankane-msft authored and vindicatesociety committed Sep 18, 2021
1 parent 39883d7 commit a0946c6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
15 changes: 13 additions & 2 deletions sdk/azcore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Release History

## v0.19.0
## v0.20.0 (Unreleased)

### Features Added

### Breaking Changes

### Bug Fixes

### Other Changes


## v0.19.0 (2021-08-25)

### Breaking Changes
* Split content out of `azcore` into various packages. The intent is to separate content based on its usage (common, uncommon, SDK authors).
Expand All @@ -25,7 +36,7 @@
* This required some changes to the internal interfaces for core pollers.
* The core poller types have been improved, including more logging and test coverage.

## v0.18.1
## v0.18.1 (2021-08-20)

### Features Added
* Adds an `ETag` type for comparing etags and handling etags on requests
Expand Down
15 changes: 14 additions & 1 deletion sdk/azidentity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Release History

## v0.9.3 (Unreleased)
## v0.11.0 (Unreleased)
### Features Added

### Breaking Changes

### Bug Fixes

### Other Changes

## v0.10.0 (2021-08-30)
### Breaking Changes
* Update based on `azcore` refactor [#15383](https://github.com/Azure/azure-sdk-for-go/pull/15383)

## v0.9.3 (2021-08-20)

### Bugs Fixed
* `ManagedIdentityCredential.GetToken` no longer mutates its `opts.Scopes`
Expand Down

0 comments on commit a0946c6

Please sign in to comment.