Skip to content

Commit 5e8079e

Browse files
committed
Removed unneccessary profile switch
1 parent 644b046 commit 5e8079e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

microsoftgraph/UpdateHelp.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ function Update-GraphHelpByProfile {
6262
[ValidateNotNullOrEmpty()]
6363
$ModulesToGenerate = @()
6464
)
65-
Select-MgProfile -Name $GraphProfile
6665
$ModulesToGenerate | ForEach-Object {
6766
$ModuleName = $_
6867
Update-GraphModuleHelp -GraphProfile $GraphProfile -GraphProfilePath $GraphProfilePath -Module $ModuleName -ModulePrefix $ModulePrefix

0 commit comments

Comments
 (0)