Skip to content

Commit 822cb09

Browse files
authored
[KeyVault] Fix post-release changes for keyvault corev2 releases (Azure#22557)
1 parent 3bb9489 commit 822cb09

File tree

14 files changed

+47
-17
lines changed

14 files changed

+47
-17
lines changed

sdk/keyvault/keyvault-certificates/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 4.5.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 4.5.0-beta.1 (2022-07-07)
414

515
### Breaking Changes

sdk/keyvault/keyvault-certificates/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/keyvault-certificates",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "4.5.0-beta.1",
5+
"version": "4.5.0-beta.2",
66
"license": "MIT",
77
"description": "Isomorphic client library for Azure KeyVault's certificates.",
88
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-certificates/README.md",
@@ -71,8 +71,8 @@
7171
"//metadata": {
7272
"constantPaths": [
7373
{
74-
"path": "src/generated/keyVaultClientContext.ts",
75-
"prefix": "packageVersion"
74+
"path": "src/generated/keyVaultClient.ts",
75+
"prefix": "packageDetails"
7676
},
7777
{
7878
"path": "src/constants.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "4.5.0-beta.1";
4+
export const SDK_VERSION: string = "4.5.0-beta.2";

sdk/keyvault/keyvault-certificates/src/generated/keyVaultClient.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/keyvault/keyvault-certificates/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/e2ef44b
2020
output-folder: ../
2121
source-code-folder-path: ./src/generated
2222
hide-clients: true
23-
package-version: 4.5.0-beta.1
23+
package-version: 4.5.0-beta.2
2424
openapi-type: data-plane
2525
```

sdk/keyvault/keyvault-keys/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 4.5.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 4.5.0-beta.1 (2022-07-07)
414

515
### Breaking Changes

sdk/keyvault/keyvault-keys/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/keyvault-keys",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "4.5.0-beta.1",
5+
"version": "4.5.0-beta.2",
66
"license": "MIT",
77
"description": "Isomorphic client library for Azure KeyVault's keys.",
88
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-keys/README.md",
@@ -76,8 +76,8 @@
7676
"//metadata": {
7777
"constantPaths": [
7878
{
79-
"path": "src/generated/keyVaultClientContext.ts",
80-
"prefix": "packageVersion"
79+
"path": "src/generated/keyVaultClient.ts",
80+
"prefix": "packageDetails"
8181
},
8282
{
8383
"path": "src/constants.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "4.5.0-beta.1";
4+
export const SDK_VERSION: string = "4.5.0-beta.2";

sdk/keyvault/keyvault-keys/src/generated/keyVaultClient.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/keyvault/keyvault-secrets/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 4.5.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 4.5.0-beta.1 (2022-07-07)
414

515
### Breaking Changes

0 commit comments

Comments
 (0)