简体   繁体   中英

VSTS PowerShell Task and Azure AD cmdlets

I would like to run a PowerShell script during deployment using a PowerShell Script Task in VSTS release. I need to do some operation with Azure Active Directory, but right now I have no access to it, although running locally works fine.

For example running Get-AzureRmADApplication gives "Insufficient privileges to complete the operation".

Any solutions or suggestions to this issue?

PS Actually I was using Azure PowerShell task.

I can reproduce the issue, there is a similar issue: New-AzureRmADApplication: Access denied to the specified API version

I submit a new issue Get-AzureRmADApplication Access denied to the specified API version , you can follow up it.

在针对Azure Active Directory运行命令时,您必须在Azure Active Directory中的“读取目录”权限下为其运行的应用程序提供服务。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM