microsoft / nav-arm-templates

ARM (Azure Resource Manager) templates for Microsoft Dynamics NAV
MIT License
54 stars 55 forks source link

Install-Module powershellget not working #157

Closed AIGARSJ closed 4 years ago

AIGARSJ commented 4 years ago

"Install-Module powershellget -RequiredVersion 2.2.1 -force" not working as expected Actually it download and install version 2.2.4.1 so a command "Import-Module powershellget -RequiredVersion 2.2.1" fail with error: "The specified module 'powershellget' with version '2.2.1' was not loaded because no valid module file was found in any module directory."

freddydk commented 4 years ago

Powershell gallery is down this morning

Hent Outlook til iOShttps://aka.ms/o0ukef


Fra: AIGARSJ notifications@github.com Sendt: Friday, October 30, 2020 9:40:44 AM Til: microsoft/nav-arm-templates nav-arm-templates@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Emne: [microsoft/nav-arm-templates] Install-Module powershellget not working (#157)

"Install-Module powershellget -RequiredVersion 2.2.1 -force" not working as expected Actually it download and install version 2.2.4.1 so a command "Import-Module powershellget -RequiredVersion 2.2.1" fail with error: "The specified module 'powershellget' with version '2.2.1' was not loaded because no valid module file was found in any module directory."

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fnav-arm-templates%2Fissues%2F157&data=04%7C01%7Cfreddy.kristiansen%40microsoft.com%7Ce1bb78bc88f7451a982c08d87caf7dfc%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637396440455558216%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=%2FU99thQhQr1qA50pSI%2BdofEJB13F0iHaEYNs8UF8BV8%3D&reserved=0, or unsubscribehttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACSGUAZYDZ24VDDO3FQLKXDSNJ3YZANCNFSM4TEWQN4Q&data=04%7C01%7Cfreddy.kristiansen%40microsoft.com%7Ce1bb78bc88f7451a982c08d87caf7dfc%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637396440455568173%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=uFa06BL1gOjZkb4F%2BZ7fqWp7brXHfSNhnGrbNiKFrRI%3D&reserved=0.

AIGARSJ commented 4 years ago

Powershell gallery is up and running. Issue resolved.