Chris H
Chris H
Also raised on the metadata repo https://github.com/microsoftgraph/msgraph-metadata/issues/611
@PlagueHO Sorry to bug you again but wondering whether it'd be possible for you to fix this? Alternatively happy to have a go myself - I'm guessing the new -SortArrayValues...
Hi, I'm afraid not: ``` PowerShell 7.2.1 Copyright (c) Microsoft Corporation. https://aka.ms/powershell Type 'help' to get help. PS C:\Users\user.name> Install-Module installmodulefromgithub PS C:\Users\user.name> find-module nameit Version Name Repository Description -------...
Sure - although does that explain the first 'Invoke-RestMethod: {"message":"Not Found","documentation_url":"https://docs.github.com/rest"}' error at the top?
@johlju I hope this is all good to go now!
Hey @johlju, wondering if you're able to carve out some time for this yet? Appreciate how busy things can be! :)
@johlju Sorry to pester you as appreciate you've got a lot on - keen to try this in production :) Let me know if you have any time!
Also coming across the same issue - I like @johlju original suggestion - the Variable parameter to be made into a key, so that if you're running one script with...
@johlju If someone doesn't need Variable, can't they just pass an empty array? It's more for the scenario where you want to create multiple records, but don't want to specify...
@johlju Any thoughts as it seems quite a lot of people have this issue? I think I know how to implement this with Variable as another key (and update the...