-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue:
- Make sure you can reproduce this issue using the latest released version of
Microsoft.Graph.EntraorMicrosoft.Graph.Entra.Beta. - Please search the existing issues to see if there has been a similar issue filed.
Describe the bug
Several commands in the Microsoft.Graph.Entra module have incomplete or insufficient descriptions in their Help synopsis for the parameters.
To Reproduce
Steps to reproduce the behavior:
- Run the following PowerShell command:
Get-Help <Command-Name> -Parameters- Observe that the returned parameters are missing a description.
Expected behavior
The Get-Help command should return proper, fully documented parameter description
Debug Output
The following commands have no description with the examples:
| FunctionName | ParameterInFunction | ParameterWithoutDescription |
|---|---|---|
| Find-EntraPermission | 6 | Online |
| Get-EntraContext | 1 | ProgressAction |
| New-EntraCustomHeaders | 1 | Command |
Module Version
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Script 0.16.0 preview Microsoft.graph.Entra {Add-EntraAdministrativeUnitMember, Add-EntraAppli
Environment Data
Name Value
---- -----
PSVersion 7.4.5
PSEdition Core
GitCommitId 7.4.5
OS Microsoft Windows 10.0.19045
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
To extract that information I have used my Module: PSModuleAnalyzer