Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AzureStack module fails to load in linux environments #14

Closed
bganapa opened this issue Jun 12, 2020 · 4 comments
Closed

AzureStack module fails to load in linux environments #14

bganapa opened this issue Jun 12, 2020 · 4 comments
Assignees

Comments

@bganapa
Copy link
Member

bganapa commented Jun 12, 2020

To Repro Simply install AzureStack module in Linux with the instructions from https://aka.ms/az4azurestack and Load the uber module AzureStack

PS /> Import-Module AzureStack -Verbose
VERBOSE: Loading module from path '/root/.local/share/powershell/Modules/AzureStack/2.0.0/AzureStack.psd1'.
Import-Module: The required module 'Azs.AzureBridge.Admin' is not loaded. Load the module or remove the module from 'RequiredModules' in the file '/root/.local/share/powershell/Modules/AzureStack/2.0.0/AzureStack.psd1'.

Root Cause
The published modules Azs.AzureBridge.Admin , Azs.InfrastructureInsights.Admin and Azs.KeyVault are not recognized as modules due to case sensitivity. e.g. the Published module is Azs.Azurebridge.Admin, but ht psd1 file name is Azs.AzureBridge.Admin and the Uber module AzureStack refers to the Module as Azs.AzureBridge.Admin

@bganapa bganapa self-assigned this Jun 12, 2020
@bganapa
Copy link
Member Author

bganapa commented Jun 12, 2020

PR is here #15

@bganapa
Copy link
Member Author

bganapa commented Jun 19, 2020

@cblackuk FYI

@bganapa
Copy link
Member Author

bganapa commented Jun 30, 2020

AzureStack 2.0.1-preview release is out

@bganapa bganapa closed this as completed Jun 30, 2020
@cblackuk
Copy link
Contributor

Thank you! Tested and 2.0.1 loads now :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants