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 575b90e commit bfd1076Copy full SHA for bfd1076
.azure-pipelines/config/credscan/credscan-suppressions.json
@@ -43,6 +43,13 @@
43
],
44
"_justification": "[Users.Actions] Examples contain random values recognized as secret"
45
},
46
+ {
47
+ "file": [
48
+ "src\\Identity.SignIns\\beta\\examples\\Reset-MgBetaUserAuthenticationMethodPassword.md",
49
+ "src\\Identity.SignIns\\v1.0\\examples\\Reset-MgBetaUserAuthenticationMethodPassword.md"
50
+ ],
51
+ "_justification": "[Identity.SignIns] Examples contain random values recognized as secret"
52
+ },
53
{
54
"file": [
55
"src\\DeviceManagement.Actions\\beta\\examples\\Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword.md"
0 commit comments