Skip to content

Commit 65692b7

Browse files
committed
Corrected url path issues
1 parent b1a8bb0 commit 65692b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ImportExamples.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function Get-Files {
8888
foreach ($CommandDetail in $CommandDetails) {
8989
$ApiPath = $CommandDetail.URI
9090
$Method = $CommandDetails.Method
91-
Get-ExternalDocsUrl -GraphProfile $GraphProfile -Url -UriPath $ApiPath -Command $Command -OpenApiContent $OpenApiContent -GraphProfilePath $GraphProfilePath -Method $Method.Trim() -Module $Module
91+
Get-ExternalDocsUrl -GraphProfile $GraphProfile -UriPath $ApiPath -Command $Command -OpenApiContent $OpenApiContent -GraphProfilePath $GraphProfilePath -Method $Method.Trim() -Module $Module
9292
}
9393
}
9494
else {

0 commit comments

Comments
 (0)