azure_rm_accesstoken_info leads to TypeError: Session.request() got an unexpected keyword argument 'claims' #1540
Labels
bug
Something isn't working
has_pr
PR fixes have been made
medium_priority
Medium priority
work in
In trying to solve, or in working with contributors
SUMMARY
azure_rm_accesstoken_info leads to TypeError: Session.request() got an unexpected keyword argument 'claims'
ISSUE TYPE
COMPONENT NAME
azure.azcollection.azure_rm_accesstoken_info module
ANSIBLE VERSION
COLLECTION VERSION
# /Users/rofz/python-envs/3.11/ansible/lib/python3.11/site-packages/ansible_collections Collection Version ------------------ ------- azure.azcollection 2.3.0
CONFIGURATION
CONFIG_FILE() = None PAGER(env: PAGER) = less
OS / ENVIRONMENT
MacOS Ventura 13.6.6
STEPS TO REPRODUCE
python3 -m venv ansible source ansible/bin/activate python3 -m pip install ansible ansible-galaxy collection install azure.azcollection --force pip3 install -r ansible/lib/python3.11/site-packages/ansible_collections/azure/azcollection/requirements-azure.txt ansible-playbook playbook.yaml
playbook 1 - my actual objective:
playbook 2 - also fails with the same error:
EXPECTED RESULTS
Successfully retrieve an accessToken.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: