You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should not generate "String was not recognized as a valid DateTime." and should set the expiry time
ACTUAL RESULTS
"msg": "Unhandled exception while executing module: Exception calling \"ParseExact\" with \"4\" argument(s): \"String was not recognized as a valid DateTime.\""
The text was updated successfully, but these errors were encountered:
I believe I found the incorrect example and have fixed it with #28. If you do notice any others please open an issue or PR with the details so we can fix them.
Thanks for reporting this and the other issues you came across.
SUMMARY
Data Example format does not work with value "2019-09-07T15:50:00+00"
ISSUE TYPE
COMPONENT NAME
microsoft.ad.user
ANSIBLE VERSION
COLLECTION VERSION
OS / ENVIRONMENT
Linux 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
STEPS TO REPRODUCE
ansible-playbook -i hosts microsoft.ad.user.yaml
EXPECTED RESULTS
It should not generate "String was not recognized as a valid DateTime." and should set the expiry time
ACTUAL RESULTS
"msg": "Unhandled exception while executing module: Exception calling \"ParseExact\" with \"4\" argument(s): \"String was not recognized as a valid DateTime.\""
The text was updated successfully, but these errors were encountered: