mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-27 23:30:30 -04:00
Handle out of sync extension activations for encryption keys updated event (#22415)
This commit is contained in:
4
extensions/azurecore/src/azurecore.d.ts
vendored
4
extensions/azurecore/src/azurecore.d.ts
vendored
@@ -321,6 +321,10 @@ declare module 'azurecore' {
|
||||
* by connection providers to read/write to the same access token cache for stable connectivity.
|
||||
*/
|
||||
onEncryptionKeysUpdated: vscode.Event<CacheEncryptionKeys>;
|
||||
/**
|
||||
* Fetches MSAL cache encryption keys currently in use.
|
||||
*/
|
||||
getEncryptionKeys(): Promise<CacheEncryptionKeys>;
|
||||
}
|
||||
|
||||
export type GetSubscriptionsResult = { subscriptions: azureResource.AzureResourceSubscription[], errors: Error[] };
|
||||
|
||||
Reference in New Issue
Block a user