-
Notifications
You must be signed in to change notification settings - Fork 35
#1154 - Updated verb on Update-EntraSignedInUserPassword command to Set-EntraSignedInUserPassword #1516
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
Conversation
Learn Build status updates of commit c451bbb: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
@microsoft-github-policy-service agree company="Microsoft" |
Learn Build status updates of commit 60f4ed4: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit c52afbd: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit 92d9b4d: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit e5022df: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
@@ -2,7 +2,8 @@ | |||
# Copyright (c) Microsoft Corporation. All Rights Reserved. | |||
# Licensed under the MIT License. See License in the project root for license information. | |||
# ------------------------------------------------------------------------------ | |||
function Update-EntraSignedInUserPassword { | |||
function Set-EntraSignedInUserPassword { | |||
[Alias("Update-EntraSignedInUserPassword")] |
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 need this
Description
Update-EntraSignedInUserPassword
is now renamed toSet-EntraSignedInUserPassword
. The previous naming is still preserved as an alias so as not to break existing functionality of users who rely on the cmdlet.Update-EntraBetaSignedInUserPassword
is now renamed toSet-EntraBetaSignedInUserPassword
. The previous naming is still preserved as an alias so as not to break existing functionality of users who rely on the cmdlet.NOTE: The Alias may be dropped in a future breaking change release.
Issue: #1154