Skip to content
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

Add-MgApplicationPassword fails with invalid character error since 2.26.0 #3179

Closed
peterkuiper opened this issue Feb 25, 2025 · 4 comments
Closed
Assignees
Labels
Bug - P1 type:bug A broken experience

Comments

@peterkuiper
Copy link

peterkuiper commented Feb 25, 2025

Describe the bug

After upgrading to 2.26.0, calls to Add-MgApplicationPassword fail with the following error message:

Invalid character after parsing property name. Expected ':' but got: ". Path 'passwordCredential', line 2, position 28.

Expected behavior

The expected behaviour should be the creation of the application password.

How to reproduce

Example code:

$appObjectId = 'eaf1e531-0d58-4874-babe-b9a9f436e6c3'

$passwordCred = @{
   displayName = 'Created in PowerShell'
   endDateTime = (Get-Date).AddMonths(6)
}

$secret = Add-MgApplicationPassword -applicationId $appObjectId -PasswordCredential $passwordCred

SDK Version

2.26.0

Latest version known to work for scenario above?

2.25.0

Known Workarounds

No response

Debug output

Click to expand log ``` ```

Configuration

Name                           Value
----                           -----
PSVersion                      7.5.0
PSEdition                      Core
GitCommitId                    7.5.0
OS                             Ubuntu 22.04.5 LTS
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Other information

No response

@peterkuiper peterkuiper added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Feb 25, 2025
@peterkuiper peterkuiper changed the title Add-MgApplicationPassword fails with invalid character error since 0.26.0 Add-MgApplicationPassword fails with invalid character error since 2.26.0 Feb 25, 2025
@timayabi2020
Copy link
Contributor

Hi @peterkuiper apologies for the inconvenience. This issue will be addressed in the next release to be published by end of this week.

Image

@timayabi2020 timayabi2020 added Bug - P1 and removed status:waiting-for-triage An issue that is yet to be reviewed or assigned labels Feb 25, 2025
@timayabi2020 timayabi2020 self-assigned this Feb 25, 2025
@peterkuiper
Copy link
Author

Thanks for the quick update @timayabi2020!

@timayabi2020
Copy link
Contributor

@peterkuiper please update your version to 2.26.1

@timayabi2020 timayabi2020 added status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close and removed status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close labels Feb 26, 2025
@timayabi2020
Copy link
Contributor

Closing this because the fix is available in 2.26.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug - P1 type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

2 participants