Skip to content

Conversation

nikitagarg123
Copy link
Member

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

@Copilot Copilot AI review requested due to automatic review settings October 13, 2025 14:36
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Contributor

@Copilot Copilot AI left a 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 pull request updates the Azure Redis Enterprise Cache module to use the new stable API version 2025-07-01, moving from the previous preview version 2025-05-01-preview. The update includes regenerated documentation and code files to reflect the new API version.

Key changes include:

  • Updated API version references from preview (2025-05-01-preview) to stable (2025-07-01)
  • Added new PublicNetworkAccess parameter to the Update-AzRedisEnterpriseCache cmdlet
  • Updated assembly version from 1.4.1 to 1.5.0

Reviewed Changes

Copilot reviewed 26 out of 26 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
generate-info.json Updated generation ID for the new API version
README.md Changed input file path from preview to stable API version and updated commit hash
Properties/AssemblyInfo.cs Bumped assembly version from 1.4.1 to 1.5.0
docs/*.md Updated API model references from Api20250501Preview to Api20250701 namespace
custom/*.ps1 Updated PowerShell cmdlets with new API model references and added PublicNetworkAccess parameter
custom/Cluster.cs Updated namespace from preview to stable API version

### -PublicNetworkAccess
Whether or not public network traffic can access the Redis cluster.
Only 'Enabled' or 'Disabled' can be set.
null is returned only for clusters created using an old API version which do not have this property and cannot be set.
Copy link

Copilot AI Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation for the PublicNetworkAccess parameter contains a formatting issue. The word 'null' should be formatted as code using backticks for consistency with PowerShell documentation standards.

Suggested change
null is returned only for clusters created using an old API version which do not have this property and cannot be set.
`null` is returned only for clusters created using an old API version which do not have this property and cannot be set.

Copilot uses AI. Check for mistakes.

@isra-fel
Copy link
Member

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants