-
Notifications
You must be signed in to change notification settings - Fork 5.1k
update version of redisenterprise #54188
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?
update version of redisenterprise #54188
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.
Pull request overview
This PR updates the Azure.Provisioning.RedisEnterprise SDK to support a new API version (2025-07-01), removes the experimental attribute, and introduces new features including public network access control and an additional clustering policy option.
Key Changes:
- Updates default API version from 2025-04-01 to 2025-07-01 across all resources
- Adds
PublicNetworkAccessproperty toRedisEnterpriseClusterwith newRedisEnterprisePublicNetworkAccessenum - Adds
NoClustervalue toRedisEnterpriseClusteringPolicyenum with updated documentation explaining update restrictions - Removes
RedisEnterprisePrivateEndpointConnectionDataclass and updatesPrivateEndpointConnectionsproperty type to useRedisEnterprisePrivateEndpointConnectioninstead - Updates Azure.ResourceManager.RedisEnterprise dependency from 1.2.0 to 1.3.0
Reviewed changes
Copilot reviewed 4 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/provisioning/Azure.Provisioning.RedisEnterprise/src/Properties/AssemblyInfo.cs | Removes experimental attribute, marking the library as stable |
| sdk/provisioning/Azure.Provisioning.RedisEnterprise/src/Generated/RedisEnterprisePrivateEndpointConnection.cs | Updates default API version to 2025-07-01 and adds version constant |
| sdk/provisioning/Azure.Provisioning.RedisEnterprise/src/Generated/RedisEnterpriseDatabase.cs | Updates default API version and clustering policy documentation to reflect new update capabilities |
| sdk/provisioning/Azure.Provisioning.RedisEnterprise/src/Generated/RedisEnterpriseCluster.cs | Adds PublicNetworkAccess property, updates PrivateEndpointConnections type, and updates default API version |
| sdk/provisioning/Azure.Provisioning.RedisEnterprise/src/Generated/Models/RedisEnterprisePublicNetworkAccess.cs | New enum defining public network access settings (Enabled/Disabled) |
| sdk/provisioning/Azure.Provisioning.RedisEnterprise/src/Generated/Models/RedisEnterprisePrivateEndpointConnectionData.cs | Removes obsolete data model class |
| sdk/provisioning/Azure.Provisioning.RedisEnterprise/src/Generated/Models/RedisEnterpriseClusteringPolicy.cs | Adds NoCluster enum value and updates documentation for clustering policy update rules |
| sdk/provisioning/Azure.Provisioning.RedisEnterprise/src/Generated/AccessPolicyAssignment.cs | Updates default API version to 2025-07-01 and adds version constant |
| sdk/provisioning/Azure.Provisioning.RedisEnterprise/api/Azure.Provisioning.RedisEnterprise.netstandard2.0.cs | Updates public API surface for .NET Standard 2.0 target |
| sdk/provisioning/Azure.Provisioning.RedisEnterprise/api/Azure.Provisioning.RedisEnterprise.net8.0.cs | Updates public API surface for .NET 8.0 target |
| sdk/provisioning/Azure.Provisioning.RedisEnterprise/CHANGELOG.md | Adds changelog structure for versions 1.1.0-beta.1, 1.0.0, and 1.0.0-beta.1 |
| eng/Packages.Data.props | Updates Azure.ResourceManager.RedisEnterprise package reference from 1.2.0 to 1.3.0 |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
sdk/provisioning/Azure.Provisioning.RedisEnterprise/src/Generated/RedisEnterpriseCluster.cs
Show resolved
Hide resolved
...zure.Provisioning.RedisEnterprise/src/Generated/Models/RedisEnterprisePublicNetworkAccess.cs
Show resolved
Hide resolved
ca82c13 to
8de5f51
Compare
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
jsquire
left a comment
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.
Central package bump looks good.
Fixes #54039