-
Notifications
You must be signed in to change notification settings - Fork 4.1k
add breaking change announcement for redis enterprise #28652
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
base: main
Are you sure you want to change the base?
add breaking change announcement for redis enterprise #28652
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
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.
Pull Request Overview
This PR adds a pre-announcement warning for breaking changes coming to the RedisEnterpriseCache module in November 2025. The changes warn users about new required property publicNetworkAccess
and a change to the default value of AccessKeysAuthentication
from enabled to disabled.
- Adds breaking change pre-announcement configuration in AutoRest generation
- Updates module version from 1.4.1 to 1.5.0
- Updates Az.Accounts dependency requirement to version 5.3.0
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
Az.RedisEnterpriseCache.psd1 | Updates module generation date, Az.Accounts dependency to 5.3.0, and uncomments ScriptsToProcess/TypesToProcess |
RedisEnterpriseCache.sln | Updates project GUID reference for the AutoRest project |
generate-info.json | Updates generation ID for AutoRest regeneration |
README.md | Adds breaking change pre-announcement directive for New/Update cmdlets |
AssemblyInfo.cs | Bumps assembly version from 1.4.1 to 1.5.0 |
set: | ||
preview-announcement: | ||
preview-message: This cmdlet will undergo a breaking change in a future release. A new required property publicNetworkAccess will be added and AccessKeysAuthentication default value will be updated to Disabled | ||
estimated-ga-date: 2025/11/19 |
Copilot
AI
Oct 8, 2025
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.
Extra space before the date value should be removed for consistency with YAML formatting.
estimated-ga-date: 2025/11/19 | |
estimated-ga-date: 2025/11/19 |
Copilot uses AI. Check for mistakes.
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
# add breaking change warning message | ||
- where: | ||
verb: New|Update | ||
subject: AzRedisEnterpriseCache |
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.
Try Cache
or RedisEnterpriseCache
as the subject.
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
Description
This PR adds a breaking change pre-announcement for redisenterprise create.
New behavior:
We are adding a new required property publicNetworkAccess and changing the default value of accessKeysAuthentication to disabled
Azure/azure-rest-api-specs#35872
This pre-announcement ensures customers are warned ahead of time and have the opportunity to adjust their scripts or workflows before the November 2025 breaking change release.
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.