From f49e57d40ae9802b83d9374c76f6e2f482951a0e Mon Sep 17 00:00:00 2001 From: Karlie-777 <79606506+Karlie-777@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:19:43 -0700 Subject: [PATCH] [Main][Task]29445623: Update CfgSync Config Readme (#2438) * update sender url changes * add config readme * update * update * add config readme * update * update * update * update --- tools/config/README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tools/config/README.md diff --git a/tools/config/README.md b/tools/config/README.md new file mode 100644 index 000000000..5d771fe08 --- /dev/null +++ b/tools/config/README.md @@ -0,0 +1,31 @@ +# 1DS JavaScript Web Config + +1DS JavaScript Web Config CDN. + +## Current Version + +V1 + +## Endpoints + +### Beta + +https://js.monitor.azure.com/beta/ai.config.1.cfg.json + +### Next + +https://js.monitor.azure.com/next/ai.config.1.cfg.json + +### Public + +https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json + +### Nightly + +https://js.monitor.azure.com/nightly/ai_test.config.1-nightly3.cfg.json + +### **Note** + +For `config.json` changes: + +**whenever cfg changes, incoming new undefined fields will NOT replace previous values, so make sure that new configs have each field set as expected.**