Skip to content

Feature #2257: List active certificates in azure_rm_keyvaultcertificate_info when name is omitted#2263

Merged
Vieran merged 4 commits into
devfrom
2257-feat
Jun 10, 2026
Merged

Feature #2257: List active certificates in azure_rm_keyvaultcertificate_info when name is omitted#2263
Vieran merged 4 commits into
devfrom
2257-feat

Conversation

@zunyangc

Copy link
Copy Markdown
Collaborator
SUMMARY

Fix #2257.

azure_rm_keyvaultcertificate_info already documented that omitting name would list all certificates in the vault, but the implementation only honoured that promise when show_deleted_certificate=true. With the default show_deleted_certificate=false, omitting name silently returned no certificates key at all — a doc&code mismatch that this PR closes.

ISSUE TYPE
  • Bugfix Pull Request
  • Feature Pull Request
COMPONENT NAME

plugins/modules/azure_rm_keyvaultcertificate_info.py
tests/integration/targets/azure_rm_keyvaultcertificate/tasks/main.yml

@zunyangc zunyangc added new-feature This issue/PR is related to a new feature introduced. working In trying to solve, or in working with contributors labels May 29, 2026
@zunyangc zunyangc marked this pull request as ready for review May 29, 2026 03:35
@zunyangc zunyangc added ready-for-review The PR is ready to be reviewed and merged. and removed working In trying to solve, or in working with contributors labels May 29, 2026
@zunyangc zunyangc requested review from Vieran and magodo May 29, 2026 03:35
@zunyangc

zunyangc commented May 29, 2026

Copy link
Copy Markdown
Collaborator Author

Hi @Vieran, pipeline test passed. Ready to merge, thanks!

@zunyangc zunyangc removed the request for review from magodo May 29, 2026 03:38
@sonarqubecloud

Copy link
Copy Markdown

Comment thread plugins/modules/azure_rm_keyvaultcertificate_info.py Outdated
Comment thread tests/integration/targets/azure_rm_keyvaultcertificate/tasks/main.yml Outdated
Comment thread tests/integration/targets/azure_rm_keyvaultcertificate/tasks/main.yml Outdated
Comment thread tests/integration/targets/azure_rm_keyvaultcertificate/tasks/main.yml Outdated
@zunyangc zunyangc requested a review from Vieran June 10, 2026 03:01
@Vieran Vieran merged commit 7826513 into dev Jun 10, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-feature This issue/PR is related to a new feature introduced. ready-for-review The PR is ready to be reviewed and merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Feature to list active Certificates with azure_rm_keyvaultcertificate_info

2 participants