Skip to content
New issue

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

Ensure excludeOptions array contain all global options #1563

Closed
20 tasks done
garrytrinder opened this issue May 6, 2020 · 0 comments
Closed
20 tasks done

Ensure excludeOptions array contain all global options #1563

garrytrinder opened this issue May 6, 2020 · 0 comments
Assignees
Milestone

Comments

@garrytrinder
Copy link
Member

garrytrinder commented May 6, 2020

Following on from #1553

A number of commands that use an excludeOptions array are missing some global options which could cause undesirable behaviour if used in the command execution.

debug, verbose, output and pretty should be included in the array

The commands with missing options are

  • aad groupsetting add
    • pretty
  • aad groupsetting set
    • pretty
  • spo field set
    • pretty
  • spo file add
    • pretty
    • output
  • spo list view set
    • pretty
  • spo listitem add
    • pretty
    • output
  • spo listitem set
    • pretty
    • output
  • teams tab add
    • pretty
    • output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants