-
Notifications
You must be signed in to change notification settings - Fork 337
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
Add Managed Identity support to Redis Cache #1651
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small change request!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small change request!
- If the list of identities has to be appended to current identities (true) or if it has to replace current identities (false) | ||
required: false | ||
type: bool | ||
default: False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@p3ck doc-default-does-not-match-spec: Argument 'append' in argument_spec found in identity -> user_assigned_identities defines default as (True) but documentation defines default as (False)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small change requst!
SUMMARY
Adds Managed Identity support to the rediscache module.
ISSUE TYPE
COMPONENT NAME
plugins/modules/azure_rm_rediscache.py
plugins/modules/azure_rm_rediscache_info.py
requirements.txt
tests/integration/targets/azure_rm_rediscache/tasks/main.yml
ADDITIONAL INFORMATION
Additional bug fixes to the test cases. Removing invalid or deprecated options.