Skip to content

Latest commit

 

History

History
 
 

DevTools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

What's inside DevTools

CommonRepo.psm1

A script module to help you connect the azure-powershell and azure-powershell-common repositories for developing or debugging.

# Connect
Import-Module .\CommonRepo.psm1
Connect-CommonRepo -CommonRepoPath ..\azure-powershell-common

# Disconnect
Disconnect-CommonRepo