-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.11.0] Connect-Entra is not exactly a wrapper of the Connect-MgGraph #929
Comments
With the current implementation of Get-Help Connect-Entra -Online |
@alexandair Thanks for raising the issue, We are looking into it. |
Proxy function implementation done via this PR - #1245 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Connect-Entra
is missing the-SendCertificateChain
parameter. It should be in theAppCertificateParameterSet
parameter set.-ContextScope
parameter is not type casted (it should be casted as[Microsoft.Graph.PowerShell.Authentication.ContextScope]
).Therefore, you cannot use TAB to get a tab-completion for
CurrentUser
andProcess
values.Current code for the
Connect-Entra
function is too complex and error-prone.Wrapper functions could be created using proxy functions.
HelpUri
value in a generated code needs to be changed toHelpUri='https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.entra/connect-entra'
. That will enableGet-Help Connect-Entra -Online
command.Click to see the generated code for the Connect-Entra function
The text was updated successfully, but these errors were encountered: