We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't override the DoNotOpenOutputFolder or pass the Verbose param.
DoNotOpenOutputFolder
Verbose
Furthermore the new version 0.9.12 does not write anything to the output logs anymore.
Get-AzSKAzureDevOpsSecurityStatus -OrganizationName "aaaga" -DoNotOpenOutputFolder -PATToken System.Security.SecureString -ProjectNames "*" -ServiceConnectionNames "*" -UBC
I want to be able to specify true/false for DoNotOpenOutputFolder/Verbose I want to see the logs being written to the output folder.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Title
I can't override the
DoNotOpenOutputFolder
or pass theVerbose
param.Description
Furthermore the new version 0.9.12 does not write anything to the output logs anymore.
Steps to reproduce
inputs:
AzureDevOpsConnectionName: 'atr_azsk'
DoNotOpenOutputFolder: $false
Verbose: $true
OrgName: 'orgName'
ProjectNames: ''
ServiceConnectionNames: ''
Expected behavior
I want to be able to specify true/false for DoNotOpenOutputFolder/Verbose
I want to see the logs being written to the output folder.
Actual behavior
The text was updated successfully, but these errors were encountered: