File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,6 @@ function Start-WebScrapping {
218218 $LastExternalDocUrlPathSegmentWithoutQueryParam = $LastExternalDocUrlPathSegmentWithQueryParam.Split (" ?" )[0 ]
219219
220220 $GraphDocsUrl = " https://raw.githubusercontent.com/microsoftgraph/microsoft-graph-docs/main/api-reference/$GraphProfile /api/$LastExternalDocUrlPathSegmentWithoutQueryParam .md"
221- Write-Host $GraphDocsUrl
222221 $UrlPaths = $GraphDocsUrl.Split (" ://" )[1 ].Split(" /" )
223222 $LastPathSegment = $UrlPaths [$UrlPaths.Length - 1 ]
224223 $HeaderList = New-Object - TypeName ' System.Collections.ArrayList' ;
@@ -524,7 +523,7 @@ function Retain-ExistingCorrectExamples {
524523 $Stream.Close ()
525524 }
526525 catch {
527- Write-Error " Error in removing empty lines at the end of the file: $File "
526+
528527 }
529528 $Stream.Dispose ()
530529 $RetainedExamples.Clear ()
You can’t perform that action at this time.
0 commit comments