Post release automated changes for keyvault releases (#31441)
Post release automated changes for azure-keyvault-common
This commit is contained in:
Родитель
497321f040
Коммит
61e98b1015
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 4.6.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 4.6.0 (2024-10-16)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@azure/keyvault-admin",
|
||||
"sdk-type": "client",
|
||||
"author": "Microsoft Corporation",
|
||||
"version": "4.6.0",
|
||||
"version": "4.6.1",
|
||||
"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",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/**
|
||||
* Current version of the Key Vault Admin SDK.
|
||||
*/
|
||||
export const SDK_VERSION: string = "4.6.0";
|
||||
export const SDK_VERSION: string = "4.6.1";
|
||||
|
||||
/**
|
||||
* The latest supported Key Vault service API version.
|
||||
|
|
|
@ -33,7 +33,7 @@ export class KeyVaultClientContext extends coreClient.ServiceClient {
|
|||
requestContentType: "application/json; charset=utf-8"
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-keyvault-admin/4.6.0`;
|
||||
const packageDetails = `azsdk-js-keyvault-admin/4.6.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -16,7 +16,7 @@ input-file:
|
|||
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/7452e1cc7db72fbc6cd9539b390d8b8e5c2a1864/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.5/settings.json
|
||||
output-folder: ../
|
||||
source-code-folder-path: ./src/generated
|
||||
package-version: 4.6.0
|
||||
package-version: 4.6.1
|
||||
use-extension:
|
||||
"@autorest/typescript": "6.0.0-beta.15"
|
||||
```
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 4.9.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 4.9.0 (2024-10-16)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@azure/keyvault-certificates",
|
||||
"sdk-type": "client",
|
||||
"author": "Microsoft Corporation",
|
||||
"version": "4.9.0",
|
||||
"version": "4.9.1",
|
||||
"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",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
export const SDK_VERSION: string = "4.9.0";
|
||||
export const SDK_VERSION: string = "4.9.1";
|
||||
|
|
|
@ -103,7 +103,7 @@ export class KeyVaultClient extends coreHttpCompat.ExtendedServiceClient {
|
|||
requestContentType: "application/json; charset=utf-8"
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-keyvault-certificates/4.9.0`;
|
||||
const packageDetails = `azsdk-js-keyvault-certificates/4.9.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -20,7 +20,7 @@ input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/7452e1c
|
|||
output-folder: ../
|
||||
source-code-folder-path: ./src/generated
|
||||
hide-clients: true
|
||||
package-version: 4.9.0
|
||||
package-version: 4.9.1
|
||||
openapi-type: data-plane
|
||||
```
|
||||
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 2.0.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 2.0.0 (2024-10-16)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure/keyvault-common",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Common internal functionality for all of the Azure Key Vault clients in the Azure SDK for JavaScript",
|
||||
"sdk-type": "client",
|
||||
"author": "Microsoft Corporation",
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 4.9.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 4.9.0 (2024-10-16)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@azure/keyvault-keys",
|
||||
"sdk-type": "client",
|
||||
"author": "Microsoft Corporation",
|
||||
"version": "4.9.0",
|
||||
"version": "4.9.1",
|
||||
"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",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
export const SDK_VERSION: string = "4.9.0";
|
||||
export const SDK_VERSION: string = "4.9.1";
|
||||
|
|
|
@ -98,7 +98,7 @@ export class KeyVaultClient extends coreHttpCompat.ExtendedServiceClient {
|
|||
requestContentType: "application/json; charset=utf-8"
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-keyvault-keys/4.9.0`;
|
||||
const packageDetails = `azsdk-js-keyvault-keys/4.9.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -15,7 +15,7 @@ output-folder: ../
|
|||
source-code-folder-path: ./src/generated
|
||||
disable-async-iterators: true
|
||||
api-version-parameter: choice
|
||||
package-version: 4.9.0
|
||||
package-version: 4.9.1
|
||||
use-extension:
|
||||
"@autorest/typescript": "6.0.0-beta.19"
|
||||
```
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 4.9.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 4.9.0 (2024-10-16)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@azure/keyvault-secrets",
|
||||
"sdk-type": "client",
|
||||
"author": "Microsoft Corporation",
|
||||
"version": "4.9.0",
|
||||
"version": "4.9.1",
|
||||
"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",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
export const SDK_VERSION: string = "4.9.0";
|
||||
export const SDK_VERSION: string = "4.9.1";
|
||||
|
|
|
@ -70,7 +70,7 @@ export class KeyVaultClient extends coreHttpCompat.ExtendedServiceClient {
|
|||
requestContentType: "application/json; charset=utf-8"
|
||||
};
|
||||
|
||||
const packageDetails = `azsdk-js-keyvault-secrets/4.9.0`;
|
||||
const packageDetails = `azsdk-js-keyvault-secrets/4.9.1`;
|
||||
const userAgentPrefix =
|
||||
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
||||
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
||||
|
|
|
@ -20,5 +20,5 @@ input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/7452e1c
|
|||
output-folder: ../
|
||||
source-code-folder-path: ./src/generated
|
||||
hide-clients: true
|
||||
package-version: 4.9.0
|
||||
package-version: 4.9.1
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче