azurerm_managed_redis - Add support for public_network_access#31051
Merged
azurerm_managed_redis - Add support for public_network_access#31051
azurerm_managed_redis - Add support for public_network_access#31051Conversation
1 task
jackofallops
approved these changes
Nov 7, 2025
Member
jackofallops
left a comment
There was a problem hiding this comment.
Thanks @mbfrahry - LGTM 👍
mbfrahry
added a commit
that referenced
this pull request
Nov 7, 2025
13 tasks
mbfrahry
added a commit
that referenced
this pull request
Nov 14, 2025
This was referenced Nov 17, 2025
Contributor
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for
public_network_accessto theazurerm_managed_redis.public_network_accessis defaulted toEnabled. It does not exist in the old api but when updating the api version, it does appear regardless of if it was initially sent. No changes were seen when testing this by jumping from the old api version to the new.It also includes dependency bumps:
dependencies:
go-azure-sdk- update tov0.20251029.1173336'dependencies:
managedredis- update to API Version2025-07-01azurerm_managed_redis- Add support forpublic_network_access