You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to fetch secrets from Azure Key Vault using the azure_rm_keyvaultsecret_info module, the task fails with an error indicating an unexpected keyword argument enable_cae in the Session.request() call.
failed: [...] => {
"msg": "Find the key vault secret got exception, exception as Session.request() got an unexpected keyword argument 'enable_cae'"
}
I'm aware that this has been identified in other repos (Azure/azure-cli#27131) and allegedly patched, but this appears to still be an issue with azcollection.
Facing same issue with ansible version
ansible [core 2.17.4]
azure cli version - 2.66.0*
Facing issue with azure.azcollection.azure_rm_keyvaultsecret_info ansible module
azure.azcollection.azure_keyvault_secret ansible module is working as of now
SUMMARY
When attempting to fetch secrets from Azure Key Vault using the
azure_rm_keyvaultsecret_info
module, the task fails with an error indicating an unexpected keyword argumentenable_cae
in the Session.request() call.I'm aware that this has been identified in other repos (Azure/azure-cli#27131) and allegedly patched, but this appears to still be an issue with
azcollection
.ISSUE TYPE
COMPONENT NAME
azure_rm_keyvaultsecret_info
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
OS: macos 15.1.1 (24B91)
STEPS TO REPRODUCE
ansible-galaxy collection install -r requirements.yml pip3 install -r ~/.ansible/collections/ansible_collections/azure/azcollection/requirements.txt
EXPECTED RESULTS
Expected to pull the secrets that I am sure exist within my KeyVault.
ACTUAL RESULTS
Pasted the relevant exception details below:
The text was updated successfully, but these errors were encountered: