/Aadder

Primary LanguagePowerShellMIT LicenseMIT

Aadder

Build Status

Aadder is to be used in an Azure DevOps pipeline that uses Azure PowerShell tasks.

How To

If you need to run any AzureAD cmdlets you need to log in to Azure AD first. As you are using an Azure Powershell task that is authenticated via the Azure Subscription input on the Azure PowerShell task, you can make use of the Authentication in the Azure Sesssion without having to store any additional secrets in the pipeline.

Add the following lines to your task -

Install-Module -Aadder -Scope CurrentUser -Force 
Connect-Aadder