Skip to content

Commit 9254069

Browse files
Merge branch 'zhiyuanliang/enforce-api-version-for-cdn' of https://github.com/Azure/AppConfiguration-JavaScriptProvider into zhiyuanliang/enforce-api-version-for-cdn
2 parents c061b98 + 08f4732 commit 9254069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/load.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ export async function loadFromAzureFrontDoor(
8282
};
8383
}
8484
if (appConfigOptions.replicaDiscoveryEnabled) {
85-
throw new ArgumentError("Replica discovery is not supported when loading from CDN.");
85+
throw new ArgumentError("Replica discovery is not supported when loading from Azure Front Door.");
8686
}
8787
if (appConfigOptions.loadBalancingEnabled) {
88-
throw new ArgumentError("Load balancing is not supported when loading from CDN.");
88+
throw new ArgumentError("Load balancing is not supported when loading from Azure Front Door.");
8989
}
9090

9191
appConfigOptions.clientOptions = {

0 commit comments

Comments
 (0)