Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Key Vault Keys] Generated code update (9726 9069 9590) #9727

Closed
wants to merge 1 commit into from
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
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