We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4077993 commit 41ee750Copy full SHA for 41ee750
src/Authentication/Authentication/test/Find-MgGraphCommand.Tests.ps1
@@ -209,7 +209,7 @@ Describe "Find-MgGraphCommand Command" {
209
It 'Should find the API reference link' {
210
{
211
$MgCommand = Find-MgGraphCommand -Command "Get-MgUser"
212
- $MgCommand[0].APIReferenceLink | Should -Be "https://learn.microsoft.com/graph/api/users-get"
+ $MgCommand[0].ApiReferenceLink | Should -Be "https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0"
213
} | Should -Not -Throw
214
215
0 commit comments