Skip to content

Commit

Permalink
Post release automated changes for keyvault releases (#18603)
Browse files Browse the repository at this point in the history
* Post release automated changes for azure-keyvault-admin

* Post release automated changes for azure-keyvault-keys

* Post release automated changes for azure-keyvault-certificates

* Post release automated changes for azure-keyvault-secrets

Co-authored-by: Maor Leger <malege@microsoft.com>
  • Loading branch information
azure-sdk and maorleger committed Dec 15, 2021
1 parent 2dcaf12 commit d6cf46b
Show file tree
Hide file tree
Showing 24 changed files with 61 additions and 20 deletions.
10 changes: 10 additions & 0 deletions sdk/keyvault/keyvault-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 4.2.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 4.2.0-beta.2 (2021-11-09)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/keyvault-admin",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "4.2.0-beta.2",
"version": "4.2.0-beta.3",
"license": "MIT",
"description": "Isomorphic client library for Azure KeyVault's administrative functions.",
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-admin/README.md",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ These sample programs show how to use the JavaScript client libraries for Azure

## Prerequisites

The sample programs are compatible with Node.js >=12.0.0.
The sample programs are compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/).

You need [an Azure subscription][freesub] and the following Azure resources to run these sample programs:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ These sample programs show how to use the TypeScript client libraries for Azure

## Prerequisites

The sample programs are compatible with Node.js >=12.0.0.
The sample programs are compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/).

Before running the samples in Node, they must be compiled to JavaScript using the TypeScript compiler. For more information on TypeScript, see the [TypeScript documentation][typescript]. Install the TypeScript compiler using:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"@azure/keyvault-keys": "^4.2.1"
},
"devDependencies": {
"typescript": "~4.2.0",
"@types/uuid": "^8.0.0",
"typescript": "~4.4.0",
"rimraf": "latest"
}
}
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-admin/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Current version of the Key Vault Admin SDK.
*/
export const SDK_VERSION: string = "4.2.0-beta.2";
export const SDK_VERSION: string = "4.2.0-beta.3";

/**
* The latest supported Key Vault service API version.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-admin/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ input-file:
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/7a42f16c75e5005c59b75fe7f0888c1103294d43/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/backuprestore.json
output-folder: ../
source-code-folder-path: ./src/generated
package-version: 4.2.0-beta.2
package-version: 4.2.0-beta.3
```
### Hide LROs
Expand Down
10 changes: 10 additions & 0 deletions sdk/keyvault/keyvault-certificates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 4.4.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 4.4.0-beta.2 (2021-11-09)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/keyvault-certificates",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "4.4.0-beta.2",
"version": "4.4.0-beta.3",
"license": "MIT",
"description": "Isomorphic client library for Azure KeyVault's certificates.",
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-certificates/README.md",
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-certificates/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "4.4.0-beta.2";
export const SDK_VERSION: string = "4.4.0-beta.3";

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-certificates/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/7a42f16
output-folder: ../
source-code-folder-path: ./src/generated
hide-clients: true
package-version: 4.4.0-beta.2
package-version: 4.4.0-beta.3
```
10 changes: 10 additions & 0 deletions sdk/keyvault/keyvault-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 4.4.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 4.4.0-beta.3 (2021-11-09)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/keyvault-keys",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "4.4.0-beta.3",
"version": "4.4.0-beta.4",
"license": "MIT",
"description": "Isomorphic client library for Azure KeyVault's keys.",
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-keys/README.md",
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "4.4.0-beta.3";
export const SDK_VERSION: string = "4.4.0-beta.4";

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ output-folder: ../
source-code-folder-path: ./src/generated
disable-async-iterators: true
api-version-parameter: choice
package-version: 4.4.0-beta.3
package-version: 4.4.0-beta.4
```
## Customizations for Track 2 Generator
Expand Down
10 changes: 10 additions & 0 deletions sdk/keyvault/keyvault-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 4.4.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 4.4.0-beta.2 (2021-11-09)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/keyvault-secrets",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "4.4.0-beta.2",
"version": "4.4.0-beta.3",
"license": "MIT",
"description": "Isomorphic client library for Azure KeyVault's secrets.",
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-secrets/README.md",
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-secrets/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "4.4.0-beta.2";
export const SDK_VERSION: string = "4.4.0-beta.3";

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-secrets/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/7a42f16
output-folder: ../
source-code-folder-path: ./src/generated
hide-clients: true
package-version: 4.4.0-beta.2
package-version: 4.4.0-beta.3
```
2 changes: 1 addition & 1 deletion sdk/keyvault/perf-tests/keyvault-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dotenv": "^8.2.0",
"@azure/identity": "^2.0.1",
"uuid": "^8.3.0",
"@azure/keyvault-secrets": "4.4.0-beta.2"
"@azure/keyvault-secrets": "^4.4.0-beta.2"
},
"devDependencies": {
"@types/node": "^12.0.0",
Expand Down

0 comments on commit d6cf46b

Please sign in to comment.