Archived
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