'Set-AzureRmDataFactoryV2' is not recognized as the name of a cmdlet

强颜欢笑 提交于 2019-12-02 01:32:17

Currently, Set-AzureRmDataFactoryV2 cmdlet is not supported on Linux. AzureRM.NetCore supports following services.

  • Virtual Machine
  • App Service (Websites)
  • SQL Database
  • Storage
  • Network

More information please refer to this official document.

If possible, I suggest you could use Azure CLI.

I have solved this issue in my machine by updating Az.DataFactory module.

  • Install/update latest AzureRM.DataFactoryV2 module.
  • Restart your powershell.
  • try the above command.

it will work successfully.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!