-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Support for Microsoft.Cache for Redis API v2024-03-01 #26797
Labels
enhancement
sdk/requires-newer-api-version
This requires upgrading the version of the API being used
service/redis
Milestone
Comments
mybayern1974
added
the
sdk/requires-newer-api-version
This requires upgrading the version of the API being used
label
Jul 29, 2024
koderjoker
changed the title
Support for Microsoft.Cache for Redis API v2023-08-01
Support for Microsoft.Cache for Redis API v2024-03-01
Jul 29, 2024
gerrytan
pushed a commit
to gerrytan/terraform-provider-azurerm
that referenced
this issue
Aug 5, 2024
17 tasks
magodo
pushed a commit
that referenced
this issue
Aug 7, 2024
…3-01 (#26797) (#26932) Co-authored-by: Gerry Tan <[email protected]>
gerrytan
pushed a commit
to gerrytan/terraform-provider-azurerm
that referenced
this issue
Aug 8, 2024
gerrytan
pushed a commit
to gerrytan/terraform-provider-azurerm
that referenced
this issue
Aug 14, 2024
gerrytan
added a commit
to gerrytan/terraform-provider-azurerm
that referenced
this issue
Aug 14, 2024
14 tasks
gerrytan
added a commit
to gerrytan/terraform-provider-azurerm
that referenced
this issue
Aug 19, 2024
stephybun
pushed a commit
that referenced
this issue
Aug 21, 2024
…perty (#27039) * azurerm_redis_cache: access_keys_authentication_disabled property (#26797) * Fix tflint and unused test func arg * Update website/docs/d/redis_cache.html.markdown Co-authored-by: magodo <[email protected]> * Inlined access keys auth validation into CustomizeDiff * Improved docs grammar for access_keys_authentication_disabled * Further improvement on website/docs/r/redis_cache.html.markdown * Improved debug log message Co-authored-by: magodo <[email protected]> * Improved error message Co-authored-by: magodo <[email protected]> * Flip prop into _enabled To comply with Hashicorp contrib guide * Fix linting error on redis_cache_resource_test.go * Added nil check on redis_cache_data_source.go Co-authored-by: magodo <[email protected]> * Formatting on redis_cache_data_source.go * More nil check and boolean prop flipping on redis_cache_resource.go * PR feedback: use pointer.From * Removed redundant nil check --------- Co-authored-by: magodo <[email protected]>
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
enhancement
sdk/requires-newer-api-version
This requires upgrading the version of the API being used
service/redis
Is there an existing issue for this?
Community Note
Description
Please update terraform with latest API v2024-03-01 of Microsoft Azure Cache for Redis.
New api version introduces feature to disable access keys authentication for an Azure Cache for Redis instance (properties.disableAccessKeyAuthentication)
https://learn.microsoft.com/en-us/rest/api/redis/redis/create?view=rest-redis-2024-03-01&tabs=HTTP
https://learn.microsoft.com/en-us/rest/api/redis/redis/update?view=rest-redis-2024-03-01&tabs=HTTP
New or Affected Resource(s)/Data Source(s)
azurerm_redis_cache
Potential Terraform Configuration
No response
References
https://learn.microsoft.com/en-us/rest/api/redis/redis?view=rest-redis-2024-03-01
The text was updated successfully, but these errors were encountered: