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 7e6bf95 commit cccd26eCopy full SHA for cccd26e
azure-pipelines/config/credscan/credscan-suppressions.json
@@ -66,6 +66,14 @@
66
],
67
"_justification": "[Users.Actions] Examples contain random values recognized as secret"
68
},
69
+ {
70
+ "file": [
71
+ "microsoftgraph\\graph-powershell-beta\\Microsoft.Graph.Beta.Identity.SignIns\\Reset-MgBetaUserAuthenticationMethodPassword.md",
72
+ "microsoftgraph\\graph-powershell-1.0\\Microsoft.Graph.Identity.SignIns\\Reset-MgUserAuthenticationMethodPassword.md"
73
+ ],
74
+ "_justification": "[Identity.SignIns] Examples contain random values recognized as secret"
75
+ },
76
+
77
{
78
"file": [
79
"msgraph-sdk-powershell\\src\\DeviceManagement.Actions\\beta\\examples\\Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword.md",
0 commit comments