Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
KV Keys Generated code update Azure#9726 Azure#9069 Azure#9590
Browse files Browse the repository at this point in the history
  • Loading branch information
sadasant committed Jun 26, 2020
1 parent 940c99b commit 97d5449
Show file tree
Hide file tree
Showing 25 changed files with 2,975 additions and 2,958 deletions.
2 changes: 0 additions & 2 deletions sdk/keyvault/keyvault-keys/.eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-keys/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"plugins": ["@azure/azure-sdk"],
"extends": ["plugin:@azure/azure-sdk/azure-sdk-base"],
"ignorePatterns": ["src/core"],
"ignorePatterns": ["src/generated"],
"rules": {
"@typescript-eslint/no-this-alias": "off",
"no-invalid-this": "off",
Expand Down
3 changes: 1 addition & 2 deletions sdk/keyvault/keyvault-keys/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/src/core/*
!/src/core/challengeBasedAuthenticationPolicy.ts
/src/generated/*
14 changes: 1 addition & 13 deletions sdk/keyvault/keyvault-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"lint:terminal": "eslint package.json api-extractor.json src test --ext .ts",
"pack": "npm pack 2>&1",
"prebuild": "npm run clean",
"regenerate": "npx autorest swagger/README.md --typescript",
"regenerate": "npx autorest swagger/README.md --typescript --version=3.0.6267",
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
"test": "npm run clean && npm run build:test && npm run unit-test",
Expand All @@ -64,18 +64,6 @@
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
},
"sideEffects": false,
"//metadata": {
"constantPaths": [
{
"path": "src/core/keyVaultClientContext.ts",
"prefix": "packageVersion"
},
{
"path": "src/core/utils/constants.ts",
"prefix": "SDK_VERSION"
}
]
},
"dependencies": {
"@azure/core-http": "^1.1.1",
"@azure/core-lro": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions sdk/keyvault/keyvault-keys/review/keyvault-keys.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export interface DeletedKey {
}

// @public
export type DeletionRecoveryLevel = 'Purgeable' | 'Recoverable+Purgeable' | 'Recoverable' | 'Recoverable+ProtectedSubscription' | 'CustomizedRecoverable+Purgeable' | 'CustomizedRecoverable' | 'CustomizedRecoverable+ProtectedSubscription';
export type DeletionRecoveryLevel = "Purgeable" | "Recoverable+Purgeable" | "Recoverable" | "Recoverable+ProtectedSubscription" | "CustomizedRecoverable+Purgeable" | "CustomizedRecoverable" | "CustomizedRecoverable+ProtectedSubscription";

// @public
export type EncryptionAlgorithm = "RSA-OAEP" | "RSA-OAEP-256" | "RSA1_5";
Expand Down Expand Up @@ -210,7 +210,7 @@ export interface KeyProperties {
}

// @public
export type KeyType = "EC" | "EC-HSM" | "RSA" | "RSA-HSM" | "oct";
export type KeyType = "EC" | "EC-HSM" | "RSA" | "RSA-HSM" | "oct" | "oct-HSM";

// @public
export interface KeyVaultKey {
Expand Down
1,398 changes: 0 additions & 1,398 deletions sdk/keyvault/keyvault-keys/src/core/keyVaultClient.ts

This file was deleted.

44 changes: 0 additions & 44 deletions sdk/keyvault/keyvault-keys/src/core/keyVaultClientContext.ts

This file was deleted.

Loading

0 comments on commit 97d5449

Please sign in to comment.