In the same way we provide tags_type, get_enum_type, get_three_state_flag and so on, we should offer a standard fixture for receiving user-friendly date and datetime input formats and converting them to ISO8601 that most services use on the wire.
These fixtures should:
[ ] Recognize and accept ISO8601 format
[ ] Detect user-friendly format and convert to ISO8601.
Environment summary
Install Method (e.g. pip, interactive script, apt-get, Docker, MSI, edge build) / CLI version (az --version) / OS version / Shell Type (e.g. bash, cmd.exe, Bash on Windows)
In the same way we provide
tags_type
,get_enum_type
,get_three_state_flag
and so on, we should offer a standard fixture for receiving user-friendly date and datetime input formats and converting them to ISO8601 that most services use on the wire.These fixtures should:
Environment summary
Install Method (e.g. pip, interactive script, apt-get, Docker, MSI, edge build) / CLI version (
az --version
) / OS version / Shell Type (e.g. bash, cmd.exe, Bash on Windows)