Justin Grote
Justin Grote
@darrelmiller I understand that you're trying to keep it as transparent to the API as possible, but you don't even think introducing a write-warning here which won't actually impact the...
I mean clearly the compromise is to treat this module purely as an SDK (though I don't see a ton of value it offers over just importing the C# types...
Just as a follow-up, at least maybe handle the errors and make a suggestion for the consistencylevel/count. This is the most user-hostile UI I've ever seen, how are you supposed...
We had a discussion in the twitter spaces about this. Basically it's a disagreement in philosophy about what a "delegated" app should do vs an "application" app should do. The...
@aress31 as to answer your specific question, AzureAD module uses a completely separate **deprecated** API that isn't as secure as Microsoft Graph, and it is going away, but I agree...
This doesn't solve @aress31's scenario but I do think it's a good option, however is this going to be a special snowflake process just for Graph PowerShell SDK? Seems like...
And again to be *very* clear this is in the "delegated" scenario, not "application" scenario. I feel like not enough people understand the difference and so they see something like...
@peombwa couldn't this be done with the `HTTPPipelinePrepend` portion? You could append a middleware that outputs as @KirkMunro mentions and exits early without running the actual command. Example: Azure/autorest.powershell#21 Obviously...
You might have an issue with `AssemblyLoadContext`, as trying get-mguser after get-mggroup I get what I like to call "the most confusing error message ever" that I know is associated...
@peombwa 1 month follow-up