Skip to content

Commit a0409ce

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update credscan
1 parent 4c75909 commit a0409ce

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

azure-pipelines/config/credscan/credscan-suppressions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@
6060
"msgraph-sdk-powershell\\src\\Users.Actions\\v1.0\\examples\\Update-MgUserPassword.md",
6161
"msgraph-sdk-powershell\\src\\Users.Actions\\v1.0\\examples\\Reset-MgUserAuthenticationMethodPassword.md",
6262
"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",
6365
"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"
6568
],
6669
"_justification": "[Users.Actions] Examples contain random values recognized as secret"
6770
},

azure-pipelines/update-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ steps:
55
targetType: 'inline'
66
pwsh: true
77
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
1010
try{
1111
# Try to update the V1 module first.
1212
Install-Module Microsoft.Graph.Beta -Repository PSGallery -Scope AllUsers -AcceptLicense -SkipPublisherCheck -Force -AllowClobber

0 commit comments

Comments
 (0)