From 10d0d4ddc2af2649dbc60363a9db2e20eedb7ef6 Mon Sep 17 00:00:00 2001 From: Bert Jansen Date: Tue, 23 Jan 2024 18:20:38 +0100 Subject: [PATCH] clarify GCC approach --- docs/using-the-assessment-tool/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/using-the-assessment-tool/configuration.md b/docs/using-the-assessment-tool/configuration.md index 9e251a7..e24fb20 100644 --- a/docs/using-the-assessment-tool/configuration.md +++ b/docs/using-the-assessment-tool/configuration.md @@ -18,10 +18,10 @@ A fully configured file could look like this: ```json { "PnPCore": { - "Environment": "USGovernment" + "Environment": "Production" }, "CustomSettings": { - "Environment": "USGovernment", + "Environment": "Production", "Port": 7887, "AdminCenterUrl": "https://spo-admin.contoso.com", "MySiteHostUrl": "https://my.contoso.com" @@ -44,7 +44,7 @@ The assessment tool can be used to run against tenants hosted in other cloud env } ``` -Valid values for environment are: `Production`, `PreProduction` (Microsoft internal only), `USGovernment` (a.k.a GCC), `USGovernmentHigh` (a.k.a GCC High), `USGovernmentDoD` (a.k.a DoD), `China` and `Germany`. +Valid values for environment are: `Production` (this is default if not set, this also works for GCC), `PreProduction` (Microsoft internal only), `USGovernmentHigh` (a.k.a GCC High), `USGovernmentDoD` (a.k.a DoD), `China` and `Germany`. ## Vanity URL configuration