Azure / azure-devops-cli-extension

Azure DevOps Extension for Azure CLI
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest
MIT License
617 stars 239 forks source link

Add `--[min/max]-created-time` to `az pipelines release list` #1344

Closed rmhartog closed 1 year ago

rmhartog commented 1 year ago

Added the parameters --min-created-time and --max-created-time to az pipelines release list. Approach was so simple I decided to go ahead on the PR.

v-soujanya commented 6 months ago

Hi @rmhartog ! could you please assist us with test file/test cases regarding this change??

rmhartog commented 6 months ago

If the project you're testing with has at least three releases, you should be able to test using the following:

Timestamp Release Comment
time_one Release one
time_two Release two
time_three Release three
Then you could have the following scenarios: --min-created-time --max-created-time Output
time_one - all three releases
time_three - only release three
- time_three all three releases
- time_one only release one
time_one time_two only release one and two

Could you let me know what is feasible for your testing?

v-soujanya commented 6 months ago

Hi @rmhartog I have created few releases mentioned below, Please assist me to test the new parameters what is the value of min & max created time parameters?? may be if you have some live testing scenarios, please share screen shots with us. Thanks!

image
v-soujanya commented 6 months ago

Hi @rmhartog I have created few releases mentioned below, Please assist me to test the new parameters what is the value of min & max created time parameters?? may be if you have some live testing scenarios, please share screen shots with us. Thanks! image

@rmhartog any update on this??