8 lines
		
	
	
		
			184 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env python3
 | 
						|
 | 
						|
from devops import Organization, Project, Repository, Item, DEVOPS_SCOPE
 | 
						|
from azure.identity import DefaultAzureCredential
 | 
						|
from json import dumps
 | 
						|
import tests
 | 
						|
 |