AzureOrganization="https://dev.azure.com/ExampleOrganization"
AzureProject="ExampleProject"
az devops configure -d organization= $AzureOrganization project=$AzureProject
read-r-p "Enter name of iteration" iteration
echo @ iterationname
If @ iteration exists in the organization project , then perfect if @ iteration does not exist, print out this iteration does not exist in the project
read-r-p "Enter name of team in the organization that you want to link in the iteration " team
echo @ team
If @ team exists in the organization project , then perfect if @ team does not exist,print out this team does not exist in the project
So how do I know whether the team or Iteration already existed in Azure Devops Organization?