-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.KeyVaultneeds-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.
Description
It appears that current version of keyvault packages only uses a type from @azure/core-http-compat
keyvault-keys/src/keysModels.ts:5:import type { ExtendedCommonClientOptions } from "@azure/core-http-compat";
keyvault-secrets/src/secretsModels.ts:5:import type { ExtendedCommonClientOptions } from "@azure/core-http-compat";
keyvault-certificates/src/certificatesModels.ts:6:import type { ExtendedCommonClientOptions } from "@azure/core-http-compat";
It's better to define that inline if there's no runtime dependency on @azure/core-http-compat any more.
Copilot
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.KeyVaultneeds-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.
Type
Projects
Status
Untriaged