Skip to content

Commit

Permalink
Update release notes (Azure#9013)
Browse files Browse the repository at this point in the history
* Update release notes

* Update CHANGELOG.md

Add link to the fixed bug
  • Loading branch information
AlexanderSher authored Dec 6, 2019
1 parent 948b7f7 commit 073e784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions sdk/appconfiguration/Azure.Data.AppConfiguration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.0.0-preview.6

- Bugfixes: [#8920](https://github.com/Azure/azure-sdk-for-net/issues/8920)

## 1.0.0-preview.5

### Breaking changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Application Configuration Service client library</Description>
<AssemblyTitle>Microsoft Azure.Data.AppConfiguration client library</AssemblyTitle>
<Version>1.0.0-preview.5</Version>
<Version>1.0.0-preview.6</Version>
<PackageTags>Microsoft Azure Application Configuration;$(PackageCommonTags)</PackageTags>
<PackageReleaseNotes>
<![CDATA[
- Added support for AAD. ConfigurationClient can be created using endpoint and any available type of TokenCredential.
- Pair of methods SetReadOnly/ClearReadOnly in ConfigurationClient are replaced with single method SetReadOnly with boolean parameter.
- Added new overload for the method ConfigurationClient.GetRevisions that accepts key and optional label.
- Added new overload for the method ConfigurationClient.GetConfigurationSetting that accepts ConfigurationSetting and its datetime stamp.
- SettingSelector.AsOf is renamed into SettingSelector.AcceptDateTime.
- Bugfixes
See https://github.com/Azure/azure-sdk-for-net/tree/Azure.Data.AppConfiguration_1.0.0-preview.5/sdk/appconfiguration/Azure.Data.AppConfiguration/CHANGELOG.md
]]>
</PackageReleaseNotes>
Expand Down

0 comments on commit 073e784

Please sign in to comment.