We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1ad647 + 73a24d4 commit 3bf0ec7Copy full SHA for 3bf0ec7
src/ConfigurationClientManager.ts
@@ -43,9 +43,6 @@ export class ConfigurationClientManager {
43
#lastFallbackClientUpdateTime: number = 0; // enforce to discover fallback client when it is expired
44
#lastFallbackClientRefreshAttempt: number = 0; // avoid refreshing clients before the minimal refresh interval
45
46
- // This property is public to allow recording the last successful endpoint for failover.
47
- endpoint: URL;
48
-
49
constructor (
50
connectionStringOrEndpoint?: string | URL,
51
credentialOrOptions?: TokenCredential | AzureAppConfigurationOptions,
0 commit comments