You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewArgumentError("Failed to get secret value. The keyVaultOptions is not configured.");
33
59
}
@@ -43,6 +69,7 @@ export class AzureKeyVaultSecretProvider {
43
69
}
44
70
// When code reaches here, it means that the key vault reference cannot be resolved in all possible ways.
45
71
thrownewArgumentError("Failed to get secret value. No key vault secret client, credential or secret resolver callback is available to resolve the secret.");
* Specifies the refresh interval in milliseconds for periodically reloading secret from Key Vault.
25
25
* @remarks
26
26
* If specified, the value must be greater than 60 seconds.
27
-
* Any refresh operation triggered using @see AzureAppConfiguration.refresh() will not update the value for a Key Vault secret until the refresh interval has expired.
returnexpect(loadWithInvalidSecretRefreshInterval).eventually.rejectedWith("The key vault secret refresh interval cannot be less than 60000 milliseconds.");
144
+
});
145
+
146
+
it("should reload key vault secret when there is no change to key-values",async()=>{
0 commit comments