We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrated from Ansible issue #67839
Azure KeyVault secrets have an optional content type. This is exposed via the setsecret REST API and Az Powershell Set-AzKeyVaultSecret. The azure_rm_keyvaultsecret module does not support this option.
Set-AzKeyVaultSecret
azure_rm_keyvaultsecret
I would like a secret_content_type parameter added to the module.
secret_content_type
# Example invocation - name: Create a secret azure_rm_keyvaultsecret: secret_name: MySecret secret_value: My_Pass_Sec secret_content_type: My_Content_Type keyvault_uri: https://contoso.vault.azure.net/ tags: testing: testing delete: never
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Migrated from Ansible issue #67839
SUMMARY
Azure KeyVault secrets have an optional content type. This is exposed via the setsecret REST API and Az Powershell
Set-AzKeyVaultSecret
. Theazure_rm_keyvaultsecret
module does not support this option.ISSUE TYPE
COMPONENT NAME
azure_rm_keyvaultsecret
ADDITIONAL INFORMATION
I would like a
secret_content_type
parameter added to the module.The text was updated successfully, but these errors were encountered: