Skip to content

Commit 1bb5052

Browse files
committed
Reviewed script
1 parent 840fccb commit 1bb5052

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/ExamplesGenerator.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,6 @@ function Update-ExampleFile {
340340
}
341341
}
342342
$PatternToSearch = "Import-Module Microsoft.Graph.$Module"
343-
if($GraphProfile -eq "beta"){
344-
$PatternToSearch = "Import-Module Microsoft.Graph.Beta.$Module"
345-
}
346343
if(($Content | Select-String -pattern $SearchText) -and ($Content | Select-String -pattern "This example shows")){
347344
$ContainsPatternToSearch = $False
348345
foreach($List in $ExampleList){

0 commit comments

Comments
 (0)