Skip to content

Commit 2a3875f

Browse files
author
Yalin Li
authored
Update CHANGELOG.md (Azure#20569)
1 parent 243d884 commit 2a3875f

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

sdk/containerregistry/azure-containerregistry/CHANGELOG.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
# Release History
22

3-
## 1.0.0b6 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0b6 (2021-09-08)
64

75
### Breaking Changes
86

9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Removed `credential_scopes` keyword.
8+
- Added `audience` keyword, which allows customers to select from available audiences or provide their own audience string. This keyword is required when creating a client.
129

1310
## 1.0.0b5 (2021-08-11)
1411

1512
### Bugs Fixed
1613

17-
- Close session of `ChallengePolicyClient` in context manager #20000
14+
- Closed session of `ChallengePolicyClient` in context manager #20000
1815

1916
### Other Changes
2017

@@ -24,24 +21,24 @@
2421

2522
### Bugs Fixed
2623

27-
- Fixes a bug where `credential_scopes` keyword on `ContainerRegistryClient` was not passed through and the client could not authenticate with foreign clouds.
24+
- Fixeed a bug where `credential_scopes` keyword on `ContainerRegistryClient` was not passed through and the client could not authenticate with foreign clouds.
2825

2926
## 1.0.0b3 (2021-06-08)
3027

31-
- Removes `DeleteRepositoryResult`. `ContainerRegistryClient.delete_repository` now returns `None`
28+
- Removed `DeleteRepositoryResult`. `ContainerRegistryClient.delete_repository` now returns `None`
3229
- Removed `writeable_properties` objects, placing `can_delete/read/write/list` properties on the immediate `Repository/Tag/ArtifactManifestProperties` objects
3330
- Removed `ContainerRepository` and `RegistryArtifact` classes. The methods for acting on a repository and a registry artifact are now contained in the `ContainerRegistryClient` object.
34-
- Parses refresh token expiration time from returned JWT.
31+
- Parsed refresh token expiration time from returned JWT.
3532
- The `delete_repository` and `get_repository` methods parameters have been renamed from `repository_name` to `repository`.
3633

3734
## 1.0.0b2 (2021-05-11)
3835

39-
- Rename `DeletedRepositoryResult` to `DeleteRepositoryResult`
40-
- Rename `DeletedRepositoryResult.deleted_registry_artifact_digests` to `deleted_manifests`
41-
- Rename `TagProperties` to `ArtifactTagProperties`
42-
- Rename `ContentPermissions` to `ContentProperties`
43-
- Rename `content_permissions` attributes on `TagProperties`, `RepositoryProperties`, and `RegistryArtifactProperties` to `writeable_properties`.
44-
- Adds anonymous access capabilities to client by passing in `None` to credential.
36+
- Renamed `DeletedRepositoryResult` to `DeleteRepositoryResult`
37+
- Renamed `DeletedRepositoryResult.deleted_registry_artifact_digests` to `deleted_manifests`
38+
- Renamed `TagProperties` to `ArtifactTagProperties`
39+
- Renamed `ContentPermissions` to `ContentProperties`
40+
- Renamed `content_permissions` attributes on `TagProperties`, `RepositoryProperties`, and `RegistryArtifactProperties` to `writeable_properties`.
41+
- Added anonymous access capabilities to client by passing in `None` to credential.
4542

4643
## 1.0.0b1 (2021-04-06)
4744

0 commit comments

Comments
 (0)