【发布时间】:2020-02-29 06:20:35
【问题描述】:
Azure Powershell AZ 模块仍然无法在 azure devops 管道中运行?
当我尝试 powershell 版本 4+ 并且代理是 2017 时出现此错误(也尝试过 windows 2019)
#Install-Module -Name Az -AllowClobber -Scope CurrentUser (is this needed? I tried with and #without and it fails)
Set-AzureRmDataFactoryV2 -ResourceGroupName "myRG" -Name "LLmenADF1" -Location "North Europe"
【问题讨论】:
标签: azure azure-data-factory-2