Модуль Azure не может быть загружен в Mac OS - PullRequest
0 голосов
/ 06 сентября 2018

Когда я пытаюсь подключиться к Azure:

Connect-AzureRmAccount 

Получение следующей ошибки:

Connect-AzureRmAccount : The 'Connect-AzureRmAccount' command was found in the module 'AzureRM.Profile.Netcore', but the module could not be loaded. For more information, run 'Import-Module AzureRM.Profile.Netcore'.

Но при попытке импортировать-модуль AzureRM.Profile.Netcore выдает эту ошибку:

Import-Module : Could not find a part of the path '/Users/Gurnor/.local/share/powershell/Modules/AzureRM.Resources/6.4.0/Microsoft.Azure.Commands.Resources.format.ps1xml'.

Погуглил над ошибкой, но не могу найти ответы? Может кто-нибудь помочь, пожалуйста?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...