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 b1a8bb0 commit 65692b7Copy full SHA for 65692b7
tools/ImportExamples.ps1
@@ -88,7 +88,7 @@ function Get-Files {
88
foreach ($CommandDetail in $CommandDetails) {
89
$ApiPath = $CommandDetail.URI
90
$Method = $CommandDetails.Method
91
- Get-ExternalDocsUrl -GraphProfile $GraphProfile -Url -UriPath $ApiPath -Command $Command -OpenApiContent $OpenApiContent -GraphProfilePath $GraphProfilePath -Method $Method.Trim() -Module $Module
+ Get-ExternalDocsUrl -GraphProfile $GraphProfile -UriPath $ApiPath -Command $Command -OpenApiContent $OpenApiContent -GraphProfilePath $GraphProfilePath -Method $Method.Trim() -Module $Module
92
}
93
94
else {
0 commit comments