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 2fd6d80 commit 4b9ddf4Copy full SHA for 4b9ddf4
src/Authentication/Authentication/test/Find-MgGraphCommand.Tests.ps1
@@ -28,7 +28,7 @@ Describe "Find-MgGraphCommand Command" {
28
$MgCommand | Should -HaveCount 1
29
$MgCommand.Method | Should -Be "POST"
30
$MgCommand.APIVersion | Should -Be "beta" # -APIVersion takes precedence.
31
- $MgCommand.Variants | Should -Contain "Export1"
+ $MgCommand.Variants | Should -Contain "Export"
32
$MgCommand.URI | Should -Be "/users/{user-id}/exportPersonalData"
33
$MgCommand.Command | Should -Be "Export-MgUserPersonalData"
34
} | Should -Not -Throw
0 commit comments