Skip to content

Conversation

givinalis
Copy link
Collaborator

@givinalis givinalis commented Aug 14, 2025

Description

  • The command Update-EntraSignedInUserPassword is now renamed to Set-EntraSignedInUserPassword. The previous naming is still preserved as an alias so as not to break existing functionality of users who rely on the cmdlet.
  • The command Update-EntraBetaSignedInUserPassword is now renamed to Set-EntraBetaSignedInUserPassword. The previous naming is still preserved as an alias so as not to break existing functionality of users who rely on the cmdlet.
  • Updated corresponding tests to include Alias validations.

NOTE: The Alias may be dropped in a future breaking change release.

Issue: #1154

@givinalis givinalis requested a review from a team as a code owner August 14, 2025 08:02
Copy link

Learn Build status updates of commit c451bbb:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • Line 0, Column 0: [Error: PSMD2Yaml_FileLoadFailed] Failed to load file: C:/LocalRun/W/p3az-s/module/mapping/monikerMapping.json. PackageRoot, ReferenceTocUrl, and ConceptualTocUrl are required for every moniker. PackageRoot should be a valid relative path to docset root.

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.

@givinalis
Copy link
Collaborator Author

@microsoft-github-policy-service agree company="Microsoft"

Copy link

Learn Build status updates of commit 60f4ed4:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • Line 0, Column 0: [Error: PSMD2Yaml_FileLoadFailed] Failed to load file: C:/LocalRun/W/4jfn-s/module/mapping/monikerMapping.json. PackageRoot, ReferenceTocUrl, and ConceptualTocUrl are required for every moniker. PackageRoot should be a valid relative path to docset root.

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.

Copy link

Learn Build status updates of commit c52afbd:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • Line 0, Column 0: [Error: PSMD2Yaml_FileLoadFailed] Failed to load file: C:/LocalRun/W/lnlz-s/module/mapping/monikerMapping.json. PackageRoot, ReferenceTocUrl, and ConceptualTocUrl are required for every moniker. PackageRoot should be a valid relative path to docset root.

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.

@givinalis givinalis added the Ready For Review The PR Ready for Review label Aug 15, 2025
@givinalis givinalis linked an issue Aug 15, 2025 that may be closed by this pull request
@givinalis givinalis assigned givinalis and KenitoInc and unassigned givinalis Aug 15, 2025
Copy link

Learn Build status updates of commit 92d9b4d:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • Line 0, Column 0: [Error: PSMD2Yaml_FileLoadFailed] Failed to load file: C:/LocalRun/W/kro2-s/module/mapping/monikerMapping.json. PackageRoot, ReferenceTocUrl, and ConceptualTocUrl are required for every moniker. PackageRoot should be a valid relative path to docset root.

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.

@givinalis givinalis changed the title Updated verb on Update-EntraSignedInUserPassword command to Set-EntraSignedInUserPassword #1154 - Updated verb on Update-EntraSignedInUserPassword command to Set-EntraSignedInUserPassword Aug 17, 2025
KenitoInc
KenitoInc previously approved these changes Aug 18, 2025
Copy link

Learn Build status updates of commit e5022df:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • Line 0, Column 0: [Error: PSMD2Yaml_FileLoadFailed] Failed to load file: C:/LocalRun/W/ej2p-s/module/mapping/monikerMapping.json. PackageRoot, ReferenceTocUrl, and ConceptualTocUrl are required for every moniker. PackageRoot should be a valid relative path to docset root.

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")]
Copy link
Collaborator

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

@givinalis givinalis merged commit 63023b6 into main Aug 20, 2025
3 of 4 checks passed
@givinalis givinalis deleted the giomachar/1154-inconsistentVerbForPassChange branch August 21, 2025 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review The PR Ready for Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent verbs for changing user's password
2 participants