BlueInstinct312
Results
1
issues of
BlueInstinct312
import os from azure.devops.connection import Connection from msrest.authentication import BasicAuthentication # Fill in with your personal access token and org URL PERSONAL_ACCESS_TOKEN = os.getenv("PERSONAL_ACCESS_TOKEN") ORGANIZATION_URL = 'xxxxxx' PROJECT_NAME = "xxxxxx"...