mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 09:35:37 -05:00
Add akv token request logic (#9556)
Add support for running queries that require a decryption key from Azure Key Vault when using Always Encrypted.
This commit is contained in:
@@ -45,7 +45,8 @@ export interface IAccountManagementService {
|
||||
export enum AzureResource {
|
||||
ResourceManagement = 0,
|
||||
Sql = 1,
|
||||
OssRdbms = 2
|
||||
OssRdbms = 2,
|
||||
AzureKeyVault = 3
|
||||
}
|
||||
|
||||
export interface IAccountStore {
|
||||
|
||||
Reference in New Issue
Block a user