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 fdfa385 commit 1b7c9b4Copy full SHA for 1b7c9b4
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/intune-onboarding-user-get?view=graph-rest-1.0"
+ $MgCommand[0].ApiReferenceLink | Should -Not -BeNullOrEmpty
213
} | Should -Not -Throw
214
215
0 commit comments