File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
.azure-pipelines/config/credscan Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 4848 ],
4949 "_justification" : " [DeviceManagement.Actions] Examples contain random values recognized as secret"
5050 },
51+ {
52+ "file" : [
53+ " src\\ Users.Actions\\ v1.0\\ examples\\ Reset-MgUserAuthenticationMethodPassword.md"
54+ ],
55+ "_justification" : " [Users.Actions] Examples contain random values recognized as secret"
56+ },
5157 {
5258 "file" : [
5359 " tools\\ Tests\\ loadEnv.md"
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ function Start-Generator {
3131 $ProfilePathMapping = " v1.0\examples"
3232 if ($ApiVersion -eq " beta" ) {
3333 $ProfilePathMapping = " beta\examples"
34+ $GraphModule = $GraphModule.Replace (" Beta." , " " )
3435 }
3536 $ModulePath = Join-Path $PSScriptRoot " ..\src\$GraphModule \$ProfilePathMapping "
3637
You can’t perform that action at this time.
0 commit comments