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 840fccb commit 1bb5052Copy full SHA for 1bb5052
tools/ExamplesGenerator.ps1
@@ -340,9 +340,6 @@ function Update-ExampleFile {
340
}
341
342
$PatternToSearch = "Import-Module Microsoft.Graph.$Module"
343
- if($GraphProfile -eq "beta"){
344
- $PatternToSearch = "Import-Module Microsoft.Graph.Beta.$Module"
345
- }
346
if(($Content | Select-String -pattern $SearchText) -and ($Content | Select-String -pattern "This example shows")){
347
$ContainsPatternToSearch = $False
348
foreach($List in $ExampleList){
0 commit comments