File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ const DNS_RESOLVER_TRIES = 2;
2323const MAX_ALTNATIVE_SRV_COUNT = 10 ;
2424
2525export class ConfigurationClientManager {
26+ readonly endpoint : URL ; // primary endpoint, which is the one specified in the connection string or passed in as a parameter
2627 #isFailoverable: boolean ;
2728 #dns: any ;
28- endpoint : URL ;
2929 #secret : string ;
3030 #id : string ;
3131 #credential: TokenCredential ;
3232 #clientOptions: AppConfigurationClientOptions | undefined ;
3333 #appConfigOptions: AzureAppConfigurationOptions | undefined ;
34- #validDomain: string ;
34+ #validDomain: string ; // valid domain for the primary endpoint, which is used to discover replicas
3535 #staticClients: ConfigurationClientWrapper [ ] ; // there should always be only one static client
3636 #dynamicClients: ConfigurationClientWrapper [ ] ;
3737 #replicaCount: number = 0 ;
You can’t perform that action at this time.
0 commit comments