Skip to content
Merged
Show file tree
Hide file tree
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
updating keyvault release notes
  • Loading branch information
Scott Schaab committed Sep 10, 2019
commit f555868ae04e301e0bf859c9756cec72ca4b24d3
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<PackageTags>Microsoft Azure Key Vault Certificates</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Initial release of the Azure.Security.KeyVault.Certificates enabling:
- Management of Key Vault certififiates
- Management of Certificate Issuers
- Management of Certificate Contacts
]]>
</PackageReleaseNotes>

Expand Down Expand Up @@ -38,4 +42,4 @@
<ItemGroup>
<Compile Include="..\..\Azure.Security.KeyVault.Shared\ChallengeBasedAuthenticationPolicy.cs" />
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<VersionPrefix>4.0.0</VersionPrefix>
<PackageTags>Microsoft Azure Key Vault Keys</PackageTags>
<PackageReleaseNotes>
- Added Cryptography namespace with CryptographyClient which enables service based cryptographic operations with Azure Key Vault keys.
- Added challenge based authentication allowing the KeyClient and CryptographyClient to authentication to work accross clouds without the need for user configuration.
- Added distributed tracing support.
<![CDATA[
Minor updates and bug fixes
]]>
</PackageReleaseNotes>

<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<VersionPrefix>4.0.0</VersionPrefix>
<PackageTags>Microsoft Azure Key Vault Secrets</PackageTags>
<PackageReleaseNotes>
- Added challenge based authentication allowing the SecretClient to authentication to work accross clouds without the need for user configuration.
<![CDATA[
Minor updates and bug fixes
]]>
</PackageReleaseNotes>

<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down