Skip to content

Commit

Permalink
Post release automated changes for keyvault releases
Browse files Browse the repository at this point in the history
  • Loading branch information
maorleger committed Oct 5, 2021
1 parent 497cfde commit 7362664
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
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.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 4.4.0-beta.2 (2021-10-05)

### 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.2",
"version": "4.4.0-beta.3",
"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.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-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.2
package-version: 4.4.0-beta.3
```
## Customizations for Track 2 Generator
Expand Down

0 comments on commit 7362664

Please sign in to comment.