"Import-Module ..\" is not correct
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 45/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- powershell
- Domain
- documentation
Research direction
Open Identity/README.md and review the Import-Module examples for the Connect and Identity modules. Update the documented paths to use .\ instead of .., then verify that both examples match the paths shown in the issue.
Written by the indexing model from the issue text.
Description
In https://github.com/Azure/AzureStack-Tools/blob/master/Identity/README.md
Import-Module ..\Connect\AzureStack.Connect.psm1
Import-Module ..\Identity\AzureStack.Identity.psm1
importing the above modules throw below exception
Import-Module : The specified module '..\Connect\AzureStack.Connect.psm1' was not loaded because no valid module file was found in any module directory.
At line:1 char:1
- Import-Module ..\Connect\AzureStack.Connect.psm1
-
+ CategoryInfo : ResourceUnavailable: (..\Connect\AzureStack.Connect.psm1:String) [Import-Module], FileNotFoundException + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
- it should be with single "."
Import-Module .\Connect\AzureStack.Connect.psm1
Import-Module .\Identity\AzureStack.Identity.psm1
- Dominant language
- PowerShell
- Stars
- 260
- Forks
- 283
- Avg merge
- 2h 11m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Azure/AzureStack-Tools
-
Difficulty 3/5 1-2 days Newbie friendliness 58/100
Azure/AzureStack-Tools#710 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 45/100
Azure/AzureStack-Tools#707 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 50/100
Azure/AzureStack-Tools#705 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
Azure/AzureStack-Tools#680 ·
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
Azure/AzureStack-Tools#648 · 1 comment ·
All issues in Azure/AzureStack-Tools
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
agilepathway/label-checker#640 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
BasedHardware/omi#15662 · 1 comment ·
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
documentation good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
amponce/archive-movie-browser#167 ·
-
user-reported
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
Kong/developer.konghq.com#7316 ·