mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Handle out of sync extension activations for encryption keys updated event (#22415)
This commit is contained in:
@@ -62,5 +62,7 @@ export class AzurecoreApiStub implements azurecore.IExtension {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
onEncryptionKeysUpdated: any
|
||||
|
||||
getEncryptionKeys(): Promise<azurecore.CacheEncryptionKeys> {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user