d365collaborative / d365fo.integrations

Simple integration tools used for Dynamics 365 Finance and Operations
MIT License
70 stars 20 forks source link

PackageManagement\Install-Package : Unable to find dependent module(s) (AzureRM.Profile) #71

Closed draganya closed 3 months ago

draganya commented 3 months ago

Hi, installing with PS command: Install-Module -Name d365fo.integrations gives you the following error: WARNING: Could not get response from query 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='AzureRM.Profile'&$skip=0&$top=40'. PackageManagement\Install-Package : Unable to find dependent module(s) (AzureRM.Profile) At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21

Splaxi commented 3 months ago

On it - have been hitting this issue for the last few hours.

Splaxi commented 3 months ago

0.4.39 solves the issue

draganya commented 3 months ago

Thank you!