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.
1 parent 3d88c7a commit 73a24d4Copy full SHA for 73a24d4
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