You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
* fixed Issue #1110
All typos except of `Get-EntraUnsupportedCommand` has been fixed
* fixes for Issue #1112
The specifications for missing parameter descriptions have been fixed
* Update module/Entra/AdditionalFunctions/New-EntraCustomHeaders.ps1
---------
Co-authored-by: Steve Mutungi <[email protected]>
Thanks for reporting the bug. Please ensure you've gone through the following checklist before opening an issue:
Microsoft.Graph.Entra
orMicrosoft.Graph.Entra.Beta
.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:
Expected behavior
The
Get-Help
command should return proper, fully documented parameter descriptionDebug Output
The following commands have no description with the examples:
Module Version
Environment Data
Screenshots
Additional context
To extract that information I have used my Module: PSModuleAnalyzer
The text was updated successfully, but these errors were encountered: