File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 60
60
" msgraph-sdk-powershell\\ src\\ Users.Actions\\ v1.0\\ examples\\ Update-MgUserPassword.md" ,
61
61
" msgraph-sdk-powershell\\ src\\ Users.Actions\\ v1.0\\ examples\\ Reset-MgUserAuthenticationMethodPassword.md" ,
62
62
" microsoftgraph\\ graph-powershell-1.0\\ Microsoft.Graph.Users.Actions\\ Reset-MgUserAuthenticationMethodPassword.md" ,
63
+ " msgraph-sdk-powershell\\ src\\ Users.Actions\\ beta\\ examples\\ Reset-MgBetaUserAuthenticationMethodPassword.md" ,
64
+ " microsoftgraph\\ graph-powershell-1.0\\ Microsoft.Graph.Beta.Users.Actions\\ Reset-MgBetaUserAuthenticationMethodPassword.md" ,
63
65
" microsoftgraph\\ graph-powershell-beta\\ Microsoft.Graph.Users.Actions\\ Convert-MgUserExternalToInternalMemberUser.md" ,
64
- " microsoftgraph\\ graph-powershell-beta\\ Microsoft.Graph.Beta.Users.Actions\\ Convert-MgBetaUserExternalToInternalMemberUser.md"
66
+ " microsoftgraph\\ graph-powershell-beta\\ Microsoft.Graph.Beta.Users.Actions\\ Convert-MgBetaUserExternalToInternalMemberUser.md" ,
67
+ " msgraph-sdk-powershell\\ src\\ Users.Actions\\ beta\\ examples\\ Reset-MgBetaUserAuthenticationMethodPassword.md"
65
68
],
66
69
"_justification" : " [Users.Actions] Examples contain random values recognized as secret"
67
70
},
Original file line number Diff line number Diff line change 5
5
targetType : ' inline'
6
6
pwsh : true
7
7
script : |
8
- Uninstall-Module Microsoft.Graph -Force -AllVersions -ErrorAction SilentlyContinue
9
- Uninstall-Module Microsoft.Graph.Beta -Force -AllVersions -ErrorAction SilentlyContinue
8
+ Uninstall-Module Microsoft.Graph -Force -AllVersions -Force
9
+ Uninstall-Module Microsoft.Graph.Beta -Force -AllVersions -Force
10
10
try{
11
11
# Try to update the V1 module first.
12
12
Install-Module Microsoft.Graph.Beta -Repository PSGallery -Scope AllUsers -AcceptLicense -SkipPublisherCheck -Force -AllowClobber
You can’t perform that action at this time.
0 commit comments