Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions common/config/rush/pnpm-lock.yaml

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

8 changes: 4 additions & 4 deletions sdk/keyvault/arm-keyvault/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "6b992c049ed7d6a95465d5c0a2234fc54c87b9bf",
"commit": "4b3957dc44cacba0a89992017fde78a88632cd75",
"readme": "specification/keyvault/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\keyvault\\resource-manager\\readme.md --use=@autorest/[email protected] --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/keyvault/resource-manager/readme.md --use=@autorest/[email protected]",
"repository_url": "https://github.com/test-repo-billy/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
"use": "@autorest/[email protected]"
}
14 changes: 3 additions & 11 deletions sdk/keyvault/arm-keyvault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for KeyVaultManagementClient.",
"version": "3.0.0",
"version": "3.0.1",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -36,7 +36,7 @@
"mkdirp": "^2.1.2",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~5.0.0",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"dotenv": "^16.0.0",
Expand Down Expand Up @@ -111,13 +111,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/arm-keyvault",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-keyvault?view=azure-node-preview"
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/keyvault/arm-keyvault"
}
2 changes: 1 addition & 1 deletion sdk/keyvault/arm-keyvault/review/arm-keyvault.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ export interface ManagedHsmSku {
export type ManagedHsmSkuFamily = string;

// @public
export type ManagedHsmSkuName = "Standard_B1" | "Custom_B32";
export type ManagedHsmSkuName = "Standard_B1" | "Custom_B32" | "Custom_B6";

// @public
export interface ManagedHsmsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/arm-keyvault/src/keyVaultManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class KeyVaultManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-keyvault/3.0.0`;
const packageDetails = `azsdk-js-arm-keyvault/3.0.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down
10 changes: 5 additions & 5 deletions sdk/keyvault/arm-keyvault/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,11 +700,11 @@ export interface ManagedHsmProperties {
* NOTE: This property will not be serialized. It can only be populated by the server.
*/
readonly hsmUri?: string;
/** Property to specify whether the 'soft delete' functionality is enabled for this managed HSM pool. If it's not set to any value(true or false) when creating new managed HSM pool, it will be set to true by default. Once set to true, it cannot be reverted to false. */
/** Property to specify whether the 'soft delete' functionality is enabled for this managed HSM pool. Soft delete is enabled by default for all managed HSMs and is immutable. */
enableSoftDelete?: boolean;
/** softDelete data retention days. It accepts >=7 and <=90. */
/** Soft deleted data retention days. When you delete an HSM or a key, it will remain recoverable for the configured retention period or for a default period of 90 days. It accepts values between 7 and 90. */
softDeleteRetentionInDays?: number;
/** Property specifying whether protection against purge is enabled for this managed HSM pool. Setting this property to true activates protection against purge for this managed HSM pool and its content - only the Managed HSM service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible. */
/** Property specifying whether protection against purge is enabled for this managed HSM pool. Setting this property to true activates protection against purge for this managed HSM pool and its content - only the Managed HSM service may initiate a hard, irrecoverable deletion. Enabling this functionality is irreversible. */
enablePurgeProtection?: boolean;
/** The create mode to indicate whether the resource is being created or is being recovered from a deleted resource. */
createMode?: CreateMode;
Expand All @@ -727,7 +727,7 @@ export interface ManagedHsmProperties {
* NOTE: This property will not be serialized. It can only be populated by the server.
*/
readonly privateEndpointConnections?: MhsmPrivateEndpointConnectionItem[];
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
/** Control permission to the managed HSM from public networks. */
publicNetworkAccess?: PublicNetworkAccess;
/**
* The scheduled purge date in UTC.
Expand Down Expand Up @@ -1986,7 +1986,7 @@ export type AccessPolicyUpdateKind = "add" | "replace" | "remove";
/** Defines values for Reason. */
export type Reason = "AccountNameInvalid" | "AlreadyExists";
/** Defines values for ManagedHsmSkuName. */
export type ManagedHsmSkuName = "Standard_B1" | "Custom_B32";
export type ManagedHsmSkuName = "Standard_B1" | "Custom_B32" | "Custom_B6";

/** Optional parameters. */
export interface KeysCreateIfNotExistOptionalParams
Expand Down
3 changes: 2 additions & 1 deletion sdk/keyvault/arm-keyvault/src/models/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1867,6 +1867,7 @@ export const ManagedHsmProperties: coreClient.CompositeMapper = {
}
},
publicNetworkAccess: {
defaultValue: "Enabled",
serializedName: "publicNetworkAccess",
type: {
name: "String"
Expand Down Expand Up @@ -2176,7 +2177,7 @@ export const ManagedHsmSku: coreClient.CompositeMapper = {
required: true,
type: {
name: "Enum",
allowedValues: ["Standard_B1", "Custom_B32"]
allowedValues: ["Standard_B1", "Custom_B32", "Custom_B6"]
}
}
}
Expand Down
43 changes: 43 additions & 0 deletions sdk/keyvault/arm-keyvault/test/sampleTest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

import {
Recorder,
RecorderStartOptions,
env
} from "@azure-tools/test-recorder";
import { assert } from "chai";
import { Context } from "mocha";

const replaceableVariables: Record<string, string> = {
AZURE_CLIENT_ID: "azure_client_id",
AZURE_CLIENT_SECRET: "azure_client_secret",
AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888",
SUBSCRIPTION_ID: "azure_subscription_id"
};

const recorderOptions: RecorderStartOptions = {
envSetupForPlayback: replaceableVariables
};

describe("My test", () => {
let recorder: Recorder;

beforeEach(async function(this: Context) {
recorder = new Recorder(this.currentTest);
await recorder.start(recorderOptions);
});

afterEach(async function() {
await recorder.stop();
});

it("sample test", async function() {
console.log("Hi, I'm a test!");
});
});
10 changes: 2 additions & 8 deletions sdk/keyvault/arm-keyvault/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,11 @@
],
"declaration": true,
"outDir": "./dist-esm",
"importHelpers": true,
"paths": {
"@azure/arm-keyvault": [
"./src/index"
]
}
"importHelpers": true
},
"include": [
"./src/**/*.ts",
"./test/**/*.ts",
"samples-dev/**/*.ts"
"./test/**/*.ts"
],
"exclude": [
"node_modules"
Expand Down