Skip to content

Missing Proper Parameter Description in Help Synopsis for Microsoft.Graph.Entra Module #1112

@HCRitter

Description

@HCRitter

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.Entra or Microsoft.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:

  1. Run the following PowerShell command:
   Get-Help <Command-Name> -Parameters
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions