Skip to content

AzureStack module fails to load in linux environments #14

@bganapa

Description

@bganapa

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions