-
Notifications
You must be signed in to change notification settings - Fork 334
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
Entra ID app registration errors with PasswordCredential.__init__() got an unexpected keyword argument ''start_date''
#1368
Comments
PasswordCredential.__init__() got an unexpected keyword argument ''start_date'''
PasswordCredential.__init__() got an unexpected keyword argument ''start_date''
@Anthirian I made a fix to pass the wrong parameter in #1369, you can try to solve the problem you encountered! Thank you! |
Thanks for the quick response. That seems to have fixed it, but now I'm getting another type of error.
This seems to be related: https://stackoverflow.com/questions/64369597/microsoft-graph-exception-new-password-credentials-must-be-generated-using-serv |
When I remove the
However, at this point I don't have the actual secret that I need to log in with my new app registration. I tried fetching this with the |
@Anthirian At the end of the creation, you can get the creation information by registering 'new_app_registration_result'. |
Are you sure about that? I'm already doing that: register: new_app_registration_result However in the logs I don't see any password field when I print the contents of this variable, even when I run the playbook with the |
Edit: creating a new issue for this. |
SUMMARY
The collection fails to create an Entra ID app registration.
ISSUE TYPE
COMPONENT NAME
azure.azcollection.azure_rm_adapplication
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
New Entra ID app registration success.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: