We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f655aa commit 1b6e688Copy full SHA for 1b6e688
tools/ImportExamples.ps1
@@ -41,7 +41,7 @@ function Start-Generator {
41
New-Item -Path $ExampleFile -ItemType File -Force
42
}
43
$IntuneUrl = $ExternalDocsUrl.Replace("intune-onboarding-", "")
44
- $IntuneUrl = $MUrl.Replace("intune-mam-", "")
+ $IntuneUrl = $IntuneUrl.Replace("intune-mam-", "")
45
$IsValid = IsValidEndPoint -GraphEndpoint $IntuneUrl
46
if ($IsValid) {
47
$ExternalDocsUrl = $IntuneUrl
0 commit comments