mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
Introduce Universal resource provider to fix ARM throttling issues (#23078)
This commit is contained in:
@@ -61,6 +61,9 @@ export class AzurecoreApiStub implements azurecore.IExtension {
|
||||
provideResources(): azurecore.azureResource.IAzureResourceProvider[] {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
getUniversalProvider(): azurecore.azureResource.IAzureUniversalResourceProvider {
|
||||
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