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

win_scheduled_task - Validate task names against forbidden characters #168

Merged

Conversation

briantist
Copy link
Contributor

SUMMARY

Fixes: #60

  • Does early validation with a friendly error message for scheduled tasks that contain invalid characters ( \ / : * ? " < > | )
  • Added test to ensure these are caught with the right error message
ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

win_scheduled_task.ps1

ADDITIONAL INFORMATION

briantist added a commit to briantist/community.windows that referenced this pull request Nov 21, 2020
@jborean93 jborean93 merged commit 0ac47fa into ansible-collections:main Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

win_scheduled_task doesn't check for invalid task names
2 participants