microsoftgraph / entra-powershell

Microsoft Entra PowerShell
https://aka.ms/entraps
MIT License
59 stars 12 forks source link

Installation instructions need to be updated #844

Closed adamedx closed 1 week ago

adamedx commented 3 months ago

Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue:

Describe the bug The README itself should have the instructions to install from PowerShell gallery, i.e. install-module microsoft.graph.entra

To Reproduce Steps to reproduce the behavior: Visit https://github.com/microsoftgraph/entra-powershell -- there are no instructions for installation, though there is a link to some complicated instructions that are only needed for installation of privately built versions.

Expected behavior It should look like other powershell repositories, see MS Graph PowerShell SDK: https://github.com/microsoftgraph/msgraph-sdk-powershell?tab=readme-ov-file#getting-started

SamErde commented 3 months ago

The module is currently in private preview and not yet available on the PowerShell Gallery. This is noted in Get Started: Installation & Usage document.

SamErde commented 3 months ago

Ohhh, but maybe you're right: it looks like the preview release was published to the Gallery on 2024-06-12! I don't recall seeing an announcement about that.

v-varshamane commented 3 months ago

We are looking into it..

SteveMutungi254 commented 3 months ago

I have updated the documentation, including README.md

I will also add more enhancements/improvements before marking this item as closed.

SteveMutungi254 commented 1 week ago

Work completed.