-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usability Params for 'Set-EntraBetaUserLicense' and 'Set-EntraBetaUserPassword' #1181
base: main
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit c351e08: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 17109ed: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Should -Invoke -CommandName Update-MgUser -ModuleName Microsoft.Graph.Entra.Beta -Times 1 | ||
} | ||
It "Should fail when UserId is empty" { | ||
$userUPN="[email protected]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use this variable in this test
{ Set-EntraBetaUserPassword -UserId -Password $secPassword } | Should -Throw "Missing an argument for parameter 'UserId'*" | ||
} | ||
It "Should fail when UserId is invalid" { | ||
$userUPN="[email protected]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use this variable in this test
Learn Build status updates of commit ece21ba: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit e028cc8: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
e028cc8
to
1c9dd3a
Compare
Learn Build status updates of commit 1c9dd3a: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 58c8b54: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 5080787: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
5080787
to
08f0673
Compare
Learn Build status updates of commit 08f0673: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Usability Params for 'Set-EntraBetaUserLicense' and 'Set-EntraBetaUserPassword'