From 1f018df94d98eb632e3e3358ec15f48f1163590b Mon Sep 17 00:00:00 2001 From: dynamics-engineer <106953806+dynamics-engineer@users.noreply.github.com> Date: Mon, 6 Jun 2022 01:03:15 -0700 Subject: [PATCH] Add LCS Norway endpoint --- d365fo.tools/bin/d365fo.tools-index.json | 2 +- d365fo.tools/functions/get-d365lcsapitoken.ps1 | 3 ++- d365fo.tools/functions/get-d365lcsassetfile.ps1 | 3 ++- d365fo.tools/functions/get-d365lcsassetvalidationstatus.ps1 | 3 ++- d365fo.tools/functions/get-d365lcsdatabasebackups.ps1 | 3 ++- d365fo.tools/functions/get-d365lcsdatabaseoperationstatus.ps1 | 3 ++- d365fo.tools/functions/get-d365lcsdeploymentstatus.ps1 | 3 ++- d365fo.tools/functions/get-d365lcsenvironmenthistory.ps1 | 3 ++- d365fo.tools/functions/get-d365lcsenvironmentmetadata.ps1 | 3 ++- d365fo.tools/functions/invoke-d365lcsdatabaseexport.ps1 | 3 ++- d365fo.tools/functions/invoke-d365lcsdatabaserefresh.ps1 | 3 ++- d365fo.tools/functions/invoke-d365lcsdeployment.ps1 | 3 ++- d365fo.tools/functions/invoke-d365lcsenvironmentstart.ps1 | 3 ++- d365fo.tools/functions/invoke-d365lcsenvironmentstop.ps1 | 3 ++- d365fo.tools/functions/invoke-d365lcsupload.ps1 | 3 ++- d365fo.tools/functions/set-d365lcsapiconfig.ps1 | 3 ++- d365fo.tools/internal/functions/complete-lcsuploadv2.ps1 | 3 ++- d365fo.tools/internal/functions/get-lcsassetfilev2.ps1 | 3 ++- .../internal/functions/get-lcsassetvalidationstatusv2.ps1 | 3 ++- d365fo.tools/internal/functions/get-lcsdatabasebackupsv2.ps1 | 3 ++- .../internal/functions/get-lcsdatabaseoperationstatusv2.ps1 | 3 ++- d365fo.tools/internal/functions/get-lcsdeploymentstatusv2.ps1 | 3 ++- d365fo.tools/internal/functions/get-lcsenvironmenthistory.ps1 | 3 ++- d365fo.tools/internal/functions/get-lcsenvironmentmetadata.ps1 | 3 ++- d365fo.tools/internal/functions/start-lcsdatabaseexportv2.ps1 | 3 ++- d365fo.tools/internal/functions/start-lcsdatabaserefreshv2.ps1 | 3 ++- d365fo.tools/internal/functions/start-lcsdeploymentv2.ps1 | 3 ++- .../internal/functions/start-lcsenvironmentstartstopv2.ps1 | 3 ++- d365fo.tools/internal/functions/start-lcsuploadv2.ps1 | 3 ++- d365fo.tools/internal/tepp/lcs.tepp.ps1 | 2 +- docs/Get-D365LcsApiToken.md | 3 ++- docs/Get-D365LcsAssetFile.md | 3 ++- docs/Get-D365LcsAssetValidationStatus.md | 3 ++- docs/Get-D365LcsDatabaseBackups.md | 3 ++- docs/Get-D365LcsDatabaseOperationStatus.md | 3 ++- docs/Get-D365LcsDeploymentStatus.md | 3 ++- docs/Get-D365LcsEnvironmentHistory.md | 3 ++- docs/Get-D365LcsEnvironmentMetadata.md | 3 ++- docs/Invoke-D365LcsDatabaseExport.md | 3 ++- docs/Invoke-D365LcsDatabaseRefresh.md | 3 ++- docs/Invoke-D365LcsDeployment.md | 3 ++- docs/Invoke-D365LcsEnvironmentStart.md | 3 ++- docs/Invoke-D365LcsEnvironmentStop.md | 3 ++- docs/Invoke-D365LcsUpload.md | 3 ++- docs/Set-D365LcsApiConfig.md | 3 ++- 45 files changed, 88 insertions(+), 45 deletions(-) diff --git a/d365fo.tools/bin/d365fo.tools-index.json b/d365fo.tools/bin/d365fo.tools-index.json index 4804fa85..8f4e4afd 100644 --- a/d365fo.tools/bin/d365fo.tools-index.json +++ b/d365fo.tools/bin/d365fo.tools-index.json @@ -2855,7 +2855,7 @@ ], [ "LcsApiUri", - "URI / URL to the LCS API you want to use\nDepending on whether your LCS project is located in europe or not, there is 2 valid URI\u0027s / URL\u0027s\nValid options:\r\n\"https://lcsapi.lcs.dynamics.com\"\r\n\"https://lcsapi.eu.lcs.dynamics.com\"\r\n\"https://lcsapi.fr.lcs.dynamics.com\"\r\n\"https://lcsapi.sa.lcs.dynamics.com\"\r\n\"https://lcsapi.uae.lcs.dynamics.com\"\r\n\"https://lcsapi.ch.lcs.dynamics.com\"\r\n\"https://lcsapi.lcs.dynamics.cn\"\r\n\"https://lcsapi.gov.lcs.microsoftdynamics.us\"\nDefault value can be configured using Set-D365LcsApiConfig", + "URI / URL to the LCS API you want to use\nThe value depends on where your LCS project is located. There are multiple valid URI\u0027s / URL\u0027s\nValid options:\r\n\"https://lcsapi.lcs.dynamics.com\"\r\n\"https://lcsapi.eu.lcs.dynamics.com\"\r\n\"https://lcsapi.fr.lcs.dynamics.com\"\r\n\"https://lcsapi.sa.lcs.dynamics.com\"\r\n\"https://lcsapi.uae.lcs.dynamics.com\"\r\n\"https://lcsapi.ch.lcs.dynamics.com\"\r\n\"https://lcsapi.no.lcs.dynamics.com\"\r\n\"https://lcsapi.lcs.dynamics.cn\"\r\n\"https://lcsapi.gov.lcs.microsoftdynamics.us\"\nDefault value can be configured using Set-D365LcsApiConfig", "", false, "false", diff --git a/d365fo.tools/functions/get-d365lcsapitoken.ps1 b/d365fo.tools/functions/get-d365lcsapitoken.ps1 index 5ddc7c66..fb47bcc9 100644 --- a/d365fo.tools/functions/get-d365lcsapitoken.ps1 +++ b/d365fo.tools/functions/get-d365lcsapitoken.ps1 @@ -22,7 +22,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -31,6 +31,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/get-d365lcsassetfile.ps1 b/d365fo.tools/functions/get-d365lcsassetfile.ps1 index 0728bb8a..82abbb80 100644 --- a/d365fo.tools/functions/get-d365lcsassetfile.ps1 +++ b/d365fo.tools/functions/get-d365lcsassetfile.ps1 @@ -74,7 +74,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -83,6 +83,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/get-d365lcsassetvalidationstatus.ps1 b/d365fo.tools/functions/get-d365lcsassetvalidationstatus.ps1 index 12bcf72b..54461ac6 100644 --- a/d365fo.tools/functions/get-d365lcsassetvalidationstatus.ps1 +++ b/d365fo.tools/functions/get-d365lcsassetvalidationstatus.ps1 @@ -22,7 +22,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -31,6 +31,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/get-d365lcsdatabasebackups.ps1 b/d365fo.tools/functions/get-d365lcsdatabasebackups.ps1 index 60209d85..a7bab7f8 100644 --- a/d365fo.tools/functions/get-d365lcsdatabasebackups.ps1 +++ b/d365fo.tools/functions/get-d365lcsdatabasebackups.ps1 @@ -19,7 +19,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -28,6 +28,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/get-d365lcsdatabaseoperationstatus.ps1 b/d365fo.tools/functions/get-d365lcsdatabaseoperationstatus.ps1 index 42e877ee..13a4e690 100644 --- a/d365fo.tools/functions/get-d365lcsdatabaseoperationstatus.ps1 +++ b/d365fo.tools/functions/get-d365lcsdatabaseoperationstatus.ps1 @@ -29,7 +29,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -38,6 +38,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/get-d365lcsdeploymentstatus.ps1 b/d365fo.tools/functions/get-d365lcsdeploymentstatus.ps1 index 2332fa91..9a9917cd 100644 --- a/d365fo.tools/functions/get-d365lcsdeploymentstatus.ps1 +++ b/d365fo.tools/functions/get-d365lcsdeploymentstatus.ps1 @@ -27,7 +27,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -36,6 +36,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/get-d365lcsenvironmenthistory.ps1 b/d365fo.tools/functions/get-d365lcsenvironmenthistory.ps1 index 0d0887e6..6e365653 100644 --- a/d365fo.tools/functions/get-d365lcsenvironmenthistory.ps1 +++ b/d365fo.tools/functions/get-d365lcsenvironmenthistory.ps1 @@ -39,7 +39,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -48,6 +48,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/get-d365lcsenvironmentmetadata.ps1 b/d365fo.tools/functions/get-d365lcsenvironmentmetadata.ps1 index 81961f4f..ce919de8 100644 --- a/d365fo.tools/functions/get-d365lcsenvironmentmetadata.ps1 +++ b/d365fo.tools/functions/get-d365lcsenvironmentmetadata.ps1 @@ -41,7 +41,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -50,6 +50,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/invoke-d365lcsdatabaseexport.ps1 b/d365fo.tools/functions/invoke-d365lcsdatabaseexport.ps1 index 785add27..a6345a46 100644 --- a/d365fo.tools/functions/invoke-d365lcsdatabaseexport.ps1 +++ b/d365fo.tools/functions/invoke-d365lcsdatabaseexport.ps1 @@ -29,7 +29,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -38,6 +38,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/invoke-d365lcsdatabaserefresh.ps1 b/d365fo.tools/functions/invoke-d365lcsdatabaserefresh.ps1 index c1848f71..00e7cc67 100644 --- a/d365fo.tools/functions/invoke-d365lcsdatabaserefresh.ps1 +++ b/d365fo.tools/functions/invoke-d365lcsdatabaserefresh.ps1 @@ -29,7 +29,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -38,6 +38,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/invoke-d365lcsdeployment.ps1 b/d365fo.tools/functions/invoke-d365lcsdeployment.ps1 index 595ea5bd..56dabfa6 100644 --- a/d365fo.tools/functions/invoke-d365lcsdeployment.ps1 +++ b/d365fo.tools/functions/invoke-d365lcsdeployment.ps1 @@ -32,7 +32,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -41,6 +41,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/invoke-d365lcsenvironmentstart.ps1 b/d365fo.tools/functions/invoke-d365lcsenvironmentstart.ps1 index e4352ea1..8e76eb84 100644 --- a/d365fo.tools/functions/invoke-d365lcsenvironmentstart.ps1 +++ b/d365fo.tools/functions/invoke-d365lcsenvironmentstart.ps1 @@ -24,7 +24,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending where your LCS project is located, there are several valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -33,6 +33,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/invoke-d365lcsenvironmentstop.ps1 b/d365fo.tools/functions/invoke-d365lcsenvironmentstop.ps1 index 6e2eb893..33eae04a 100644 --- a/d365fo.tools/functions/invoke-d365lcsenvironmentstop.ps1 +++ b/d365fo.tools/functions/invoke-d365lcsenvironmentstop.ps1 @@ -24,7 +24,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending where your LCS project is located, there are several valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -33,6 +33,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/invoke-d365lcsupload.ps1 b/d365fo.tools/functions/invoke-d365lcsupload.ps1 index f4032566..0e0db5cb 100644 --- a/d365fo.tools/functions/invoke-d365lcsupload.ps1 +++ b/d365fo.tools/functions/invoke-d365lcsupload.ps1 @@ -50,7 +50,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -59,6 +59,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/functions/set-d365lcsapiconfig.ps1 b/d365fo.tools/functions/set-d365lcsapiconfig.ps1 index 2154b9df..28cabaed 100644 --- a/d365fo.tools/functions/set-d365lcsapiconfig.ps1 +++ b/d365fo.tools/functions/set-d365lcsapiconfig.ps1 @@ -26,7 +26,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -35,6 +35,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/complete-lcsuploadv2.ps1 b/d365fo.tools/internal/functions/complete-lcsuploadv2.ps1 index 69d3e0e6..6f32f86e 100644 --- a/d365fo.tools/internal/functions/complete-lcsuploadv2.ps1 +++ b/d365fo.tools/internal/functions/complete-lcsuploadv2.ps1 @@ -18,7 +18,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -27,6 +27,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/get-lcsassetfilev2.ps1 b/d365fo.tools/internal/functions/get-lcsassetfilev2.ps1 index 22cf0a93..f7b0ef0b 100644 --- a/d365fo.tools/internal/functions/get-lcsassetfilev2.ps1 +++ b/d365fo.tools/internal/functions/get-lcsassetfilev2.ps1 @@ -30,7 +30,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -39,6 +39,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/get-lcsassetvalidationstatusv2.ps1 b/d365fo.tools/internal/functions/get-lcsassetvalidationstatusv2.ps1 index cfbe1c47..a97a107f 100644 --- a/d365fo.tools/internal/functions/get-lcsassetvalidationstatusv2.ps1 +++ b/d365fo.tools/internal/functions/get-lcsassetvalidationstatusv2.ps1 @@ -18,7 +18,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -27,6 +27,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/get-lcsdatabasebackupsv2.ps1 b/d365fo.tools/internal/functions/get-lcsdatabasebackupsv2.ps1 index dca03dd9..6b80528f 100644 --- a/d365fo.tools/internal/functions/get-lcsdatabasebackupsv2.ps1 +++ b/d365fo.tools/internal/functions/get-lcsdatabasebackupsv2.ps1 @@ -15,7 +15,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -24,6 +24,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/get-lcsdatabaseoperationstatusv2.ps1 b/d365fo.tools/internal/functions/get-lcsdatabaseoperationstatusv2.ps1 index a2881ce5..e882ee20 100644 --- a/d365fo.tools/internal/functions/get-lcsdatabaseoperationstatusv2.ps1 +++ b/d365fo.tools/internal/functions/get-lcsdatabaseoperationstatusv2.ps1 @@ -26,7 +26,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -35,6 +35,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/get-lcsdeploymentstatusv2.ps1 b/d365fo.tools/internal/functions/get-lcsdeploymentstatusv2.ps1 index 5eeca94c..64e92ae2 100644 --- a/d365fo.tools/internal/functions/get-lcsdeploymentstatusv2.ps1 +++ b/d365fo.tools/internal/functions/get-lcsdeploymentstatusv2.ps1 @@ -26,7 +26,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -35,6 +35,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/get-lcsenvironmenthistory.ps1 b/d365fo.tools/internal/functions/get-lcsenvironmenthistory.ps1 index ad51661d..87c022f0 100644 --- a/d365fo.tools/internal/functions/get-lcsenvironmenthistory.ps1 +++ b/d365fo.tools/internal/functions/get-lcsenvironmenthistory.ps1 @@ -27,7 +27,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -36,6 +36,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/get-lcsenvironmentmetadata.ps1 b/d365fo.tools/internal/functions/get-lcsenvironmentmetadata.ps1 index 6504f3e9..1565facd 100644 --- a/d365fo.tools/internal/functions/get-lcsenvironmentmetadata.ps1 +++ b/d365fo.tools/internal/functions/get-lcsenvironmentmetadata.ps1 @@ -38,7 +38,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -47,6 +47,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/start-lcsdatabaseexportv2.ps1 b/d365fo.tools/internal/functions/start-lcsdatabaseexportv2.ps1 index 2a09dc70..b17c5fac 100644 --- a/d365fo.tools/internal/functions/start-lcsdatabaseexportv2.ps1 +++ b/d365fo.tools/internal/functions/start-lcsdatabaseexportv2.ps1 @@ -25,7 +25,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -34,6 +34,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/start-lcsdatabaserefreshv2.ps1 b/d365fo.tools/internal/functions/start-lcsdatabaserefreshv2.ps1 index a5c7905a..02203d8b 100644 --- a/d365fo.tools/internal/functions/start-lcsdatabaserefreshv2.ps1 +++ b/d365fo.tools/internal/functions/start-lcsdatabaserefreshv2.ps1 @@ -25,7 +25,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -34,6 +34,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/start-lcsdeploymentv2.ps1 b/d365fo.tools/internal/functions/start-lcsdeploymentv2.ps1 index c6893639..71823222 100644 --- a/d365fo.tools/internal/functions/start-lcsdeploymentv2.ps1 +++ b/d365fo.tools/internal/functions/start-lcsdeploymentv2.ps1 @@ -26,7 +26,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -35,6 +35,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/start-lcsenvironmentstartstopv2.ps1 b/d365fo.tools/internal/functions/start-lcsenvironmentstartstopv2.ps1 index 7d529dfa..d7e0294e 100644 --- a/d365fo.tools/internal/functions/start-lcsenvironmentstartstopv2.ps1 +++ b/d365fo.tools/internal/functions/start-lcsenvironmentstartstopv2.ps1 @@ -23,7 +23,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending where your LCS project is located, there are several valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -32,6 +32,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/functions/start-lcsuploadv2.ps1 b/d365fo.tools/internal/functions/start-lcsuploadv2.ps1 index 805e9cfb..1ad65a20 100644 --- a/d365fo.tools/internal/functions/start-lcsuploadv2.ps1 +++ b/d365fo.tools/internal/functions/start-lcsuploadv2.ps1 @@ -41,7 +41,7 @@ .PARAMETER LcsApiUri URI / URL to the LCS API you want to use - Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's + The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -50,6 +50,7 @@ "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" + "https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/d365fo.tools/internal/tepp/lcs.tepp.ps1 b/d365fo.tools/internal/tepp/lcs.tepp.ps1 index 057edd78..0eafe5a5 100644 --- a/d365fo.tools/internal/tepp/lcs.tepp.ps1 +++ b/d365fo.tools/internal/tepp/lcs.tepp.ps1 @@ -14,5 +14,5 @@ Register-PSFTeppScriptblock -Name "d365fo.tools.lcs.options" -ScriptBlock { [Lcs <# [ValidateSet("https://lcsapi.lcs.dynamics.com", "https://lcsapi.eu.lcs.dynamics.com")] #> -Register-PSFTeppScriptblock -Name "d365fo.tools.lcs.api.urls" -ScriptBlock { 'https://lcsapi.lcs.dynamics.com', 'https://lcsapi.eu.lcs.dynamics.com', 'https://lcsapi.fr.lcs.dynamics.com', 'https://lcsapi.sa.lcs.dynamics.com', 'https://lcsapi.uae.lcs.dynamics.com', 'https://lcsapi.ch.lcs.dynamics.com', 'https://lcsapi.lcs.dynamics.cn', 'https://lcsapi.gov.lcs.microsoftdynamics.us' } +Register-PSFTeppScriptblock -Name "d365fo.tools.lcs.api.urls" -ScriptBlock { 'https://lcsapi.lcs.dynamics.com', 'https://lcsapi.eu.lcs.dynamics.com', 'https://lcsapi.fr.lcs.dynamics.com', 'https://lcsapi.sa.lcs.dynamics.com', 'https://lcsapi.uae.lcs.dynamics.com', 'https://lcsapi.ch.lcs.dynamics.com', 'https://lcsapi.no.lcs.dynamics.com', 'https://lcsapi.lcs.dynamics.cn', 'https://lcsapi.gov.lcs.microsoftdynamics.us' } diff --git a/docs/Get-D365LcsApiToken.md b/docs/Get-D365LcsApiToken.md index bd4f77bd..0defe294 100644 --- a/docs/Get-D365LcsApiToken.md +++ b/docs/Get-D365LcsApiToken.md @@ -128,7 +128,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -137,6 +137,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Get-D365LcsAssetFile.md b/docs/Get-D365LcsAssetFile.md index be2ddf91..61a1352c 100644 --- a/docs/Get-D365LcsAssetFile.md +++ b/docs/Get-D365LcsAssetFile.md @@ -300,7 +300,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -309,6 +309,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Get-D365LcsAssetValidationStatus.md b/docs/Get-D365LcsAssetValidationStatus.md index e49fd586..0550cf6a 100644 --- a/docs/Get-D365LcsAssetValidationStatus.md +++ b/docs/Get-D365LcsAssetValidationStatus.md @@ -139,7 +139,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -148,6 +148,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Get-D365LcsDatabaseBackups.md b/docs/Get-D365LcsDatabaseBackups.md index aa839dae..bdeb1f97 100644 --- a/docs/Get-D365LcsDatabaseBackups.md +++ b/docs/Get-D365LcsDatabaseBackups.md @@ -107,7 +107,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -116,6 +116,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Get-D365LcsDatabaseOperationStatus.md b/docs/Get-D365LcsDatabaseOperationStatus.md index 8a2b4dc2..50ef06ec 100644 --- a/docs/Get-D365LcsDatabaseOperationStatus.md +++ b/docs/Get-D365LcsDatabaseOperationStatus.md @@ -148,7 +148,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -157,6 +157,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Get-D365LcsDeploymentStatus.md b/docs/Get-D365LcsDeploymentStatus.md index 1e0f7ee0..bc9bfece 100644 --- a/docs/Get-D365LcsDeploymentStatus.md +++ b/docs/Get-D365LcsDeploymentStatus.md @@ -146,7 +146,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -155,6 +155,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Get-D365LcsEnvironmentHistory.md b/docs/Get-D365LcsEnvironmentHistory.md index 28dbbbf9..93896215 100644 --- a/docs/Get-D365LcsEnvironmentHistory.md +++ b/docs/Get-D365LcsEnvironmentHistory.md @@ -207,7 +207,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -216,6 +216,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Get-D365LcsEnvironmentMetadata.md b/docs/Get-D365LcsEnvironmentMetadata.md index b37083ae..cd1fc9cf 100644 --- a/docs/Get-D365LcsEnvironmentMetadata.md +++ b/docs/Get-D365LcsEnvironmentMetadata.md @@ -281,7 +281,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -290,6 +290,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Invoke-D365LcsDatabaseExport.md b/docs/Invoke-D365LcsDatabaseExport.md index db95e21c..2c98cdaa 100644 --- a/docs/Invoke-D365LcsDatabaseExport.md +++ b/docs/Invoke-D365LcsDatabaseExport.md @@ -169,7 +169,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -178,6 +178,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Invoke-D365LcsDatabaseRefresh.md b/docs/Invoke-D365LcsDatabaseRefresh.md index 45308cfb..8ddbd512 100644 --- a/docs/Invoke-D365LcsDatabaseRefresh.md +++ b/docs/Invoke-D365LcsDatabaseRefresh.md @@ -169,7 +169,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -178,6 +178,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Invoke-D365LcsDeployment.md b/docs/Invoke-D365LcsDeployment.md index 6ec3445f..0bd32770 100644 --- a/docs/Invoke-D365LcsDeployment.md +++ b/docs/Invoke-D365LcsDeployment.md @@ -170,7 +170,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -179,6 +179,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Invoke-D365LcsEnvironmentStart.md b/docs/Invoke-D365LcsEnvironmentStart.md index 7d0a9026..fbcc0c89 100644 --- a/docs/Invoke-D365LcsEnvironmentStart.md +++ b/docs/Invoke-D365LcsEnvironmentStart.md @@ -115,7 +115,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending where your LCS project is located, there are several valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -124,6 +124,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Invoke-D365LcsEnvironmentStop.md b/docs/Invoke-D365LcsEnvironmentStop.md index f2123b03..81f54462 100644 --- a/docs/Invoke-D365LcsEnvironmentStop.md +++ b/docs/Invoke-D365LcsEnvironmentStop.md @@ -115,7 +115,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending where your LCS project is located, there are several valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -124,6 +124,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Invoke-D365LcsUpload.md b/docs/Invoke-D365LcsUpload.md index f7facfad..a68e4243 100644 --- a/docs/Invoke-D365LcsUpload.md +++ b/docs/Invoke-D365LcsUpload.md @@ -208,7 +208,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -217,6 +217,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us" diff --git a/docs/Set-D365LcsApiConfig.md b/docs/Set-D365LcsApiConfig.md index 24239781..7248025d 100644 --- a/docs/Set-D365LcsApiConfig.md +++ b/docs/Set-D365LcsApiConfig.md @@ -133,7 +133,7 @@ Accept wildcard characters: False ### -LcsApiUri URI / URL to the LCS API you want to use -Depending on whether your LCS project is located in europe or not, there is 2 valid URI's / URL's +The value depends on where your LCS project is located. There are multiple valid URI's / URL's Valid options: "https://lcsapi.lcs.dynamics.com" @@ -142,6 +142,7 @@ Valid options: "https://lcsapi.sa.lcs.dynamics.com" "https://lcsapi.uae.lcs.dynamics.com" "https://lcsapi.ch.lcs.dynamics.com" +"https://lcsapi.no.lcs.dynamics.com" "https://lcsapi.lcs.dynamics.cn" "https://lcsapi.gov.lcs.microsoftdynamics.us"