Skip to content

Conversation

@bzpiyush
Copy link

@bzpiyush bzpiyush commented Dec 21, 2025

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

@azure-client-tools-bot-prd
Copy link

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

Copy link
Contributor

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 adds a new IpVersionType parameter to the New-AzPrivateEndpoint cmdlet, enabling users to specify the IP version type (IPv4, IPv6, or DualStack) for private IPs of a private endpoint.

Key Changes

  • Added IpVersionType parameter with ValidateSet attribute accepting "IPv4", "IPv6", and "DualStack" values
  • Updated PowerShell cmdlet model and help documentation
  • Added changelog entry documenting the new functionality

Reviewed changes

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

File Description
src/Network/Network/PrivateEndpoint/NewAzurePrivateEndpointCommand.cs Adds the new IpVersionType parameter with validation and assigns it to the private endpoint model when provided
src/Network/Network/Models/PSPrivateEndpoint.cs Adds IpVersionType property to the private endpoint model class for mapping to Azure SDK
src/Network/Network/help/New-AzPrivateEndpoint.md Documents the new -IpVersionType parameter with description, type, and allowed values
src/Network/Network/ChangeLog.md Adds user-facing release note describing the new parameter functionality

@isra-fel
Copy link
Member

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@isra-fel
Copy link
Member

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@bzpiyush bzpiyush changed the title Powershell chnages for IpVersionType property for Private Endpoint Creation Powershell changes for IpVersionType property for Private Endpoint Creation Dec 22, 2025
@wyunchi-ms wyunchi-ms merged commit 747be9c into Azure:release-network-2025-05-01 Dec 23, 2025
12 checks passed
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.

4 participants