We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c90e0 commit 2983d8fCopy full SHA for 2983d8f
tools/ImportExamples.ps1
@@ -36,6 +36,7 @@ function Start-Generator {
36
$ModulePath = Join-Path $PSScriptRoot "..\src\$GraphModule\$ProfilePathMapping"
37
38
$ExampleFile = "$ModulePath\$GraphCommand.md"
39
+ Write-Host $ExampleFile
40
Test-Commands -Command $GraphCommand -CommandPath $ExampleFile
41
if ($null -ne $ExternalDocsUrl) {
42
if (-not (Test-Path $ExampleFile)) {
0 commit comments