Skip to content

Commit c54a824

Browse files
authored
Update Key Vault for next release (Azure#19418)
1 parent 80ce041 commit c54a824

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 4.2.0-beta.6 (Unreleased)
4+
5+
36
## 4.2.0-beta.5 (2021-03-09)
47

58
### Changed
@@ -91,7 +94,7 @@
9194

9295
- Challenge-based authentication requests are only sent over HTTPS.
9396

94-
## 4.0.0-preview.8
97+
## 4.0.0-preview.8 (2019-12-20)
9598

9699
### Breaking changes
97100

@@ -110,7 +113,7 @@
110113

111114
- A constructor was added to `CertificateOperation`. You can use this to construct a `CertificateOperation` to cancel or delete it without certificates/get permission.
112115

113-
## 4.0.0-preview.7
116+
## 4.0.0-preview.7 (2019-12-04)
114117

115118
### Breaking changes
116119

@@ -133,7 +136,7 @@
133136
- A new `CertificatePolicy` constructor allows you to both pass in both the `subject` and `subjectAlternativeNames` parameters.
134137
- `CertificateIssuer.Provider` was added.
135138

136-
## 4.0.0-preview.6 (2019-11)
139+
## 4.0.0-preview.6 (2019-11-01)
137140

138141
### Breaking changes
139142

sdk/keyvault/Azure.Security.KeyVault.Certificates/src/Azure.Security.KeyVault.Certificates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>This is the Microsoft Azure Key Vault Certificates client library</Description>
55
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Certificates client library</AssemblyTitle>
6-
<Version>4.2.0-beta.5</Version>
6+
<Version>4.2.0-beta.6</Version>
77
<ApiCompatVersion>4.1.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Key Vault Certificates;$(PackageCommonTags)</PackageTags>
99
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 4.2.0-beta.6 (Unreleased)
4+
5+
36
## 4.2.0-beta.5 (2021-03-09)
47

58
### Added
@@ -105,7 +108,7 @@
105108

106109
- Challenge-based authentication requests are only sent over HTTPS.
107110

108-
## 4.0.0 (2019-11)
111+
## 4.0.0 (2019-11-01)
109112

110113
### Breaking changes
111114

sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.KeyVault.Keys.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>This is the Microsoft Azure Key Vault Keys client library</Description>
55
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Keys client library</AssemblyTitle>
6-
<Version>4.2.0-beta.5</Version>
6+
<Version>4.2.0-beta.6</Version>
77
<ApiCompatVersion>4.1.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Key Vault Keys;$(PackageCommonTags)</PackageTags>
99

sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
- Challenge-based authentication requests are only sent over HTTPS.
6969

70-
## 4.0.0 (2019-11)
70+
## 4.0.0 (2019-11-01)
7171

7272
### Breaking changes
7373

0 commit comments

Comments
 (0)