Skip to content

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Network OOB Release

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at 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. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

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

@VeryEarly VeryEarly marked this pull request as ready for review September 11, 2025 03:28
@Copilot Copilot AI review requested due to automatic review settings September 11, 2025 03:28
@VeryEarly VeryEarly merged commit ecf2c2f into main Sep 11, 2025
10 of 12 checks passed
@VeryEarly VeryEarly deleted the oob/Network branch September 11, 2025 03:28
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 PR performs an out-of-band (OOB) release for the Az.Network module, updating it from version 7.19.1 to 7.20.0. The release introduces new virtual network gateway failover and resiliency management cmdlets along with Maps private link functionality.

  • Updates version references across all relevant configuration files and manifests
  • Adds new virtual network gateway management cmdlets for failover testing and resiliency monitoring
  • Updates changelog and release notes to document the new functionality

Reviewed Changes

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

Show a summary per file
File Description
tools/Docs/az-ps-latest-2.csv Updates documentation package reference to Az.Network 7.20.0
tools/AzPreview/AzPreview.psd1 Updates AzPreview module dependency to require Az.Network 7.20.0
tools/Az/Az.psd1 Updates main Az module dependency to require Az.Network 7.20.0
src/Network/Network/Properties/AssemblyInfo.cs Updates assembly version information to 7.20.0
src/Network/Network/ChangeLog.md Adds version 7.20.0 entry with new cmdlet documentation
src/Network/Network/Az.Network.psd1 Updates module manifest with new version, cmdlets, and release notes
NuGet.Config Adds trailing whitespace (no functional change)
Comments suppressed due to low confidence (1)

src/Network/Network/Az.Network.psd1:1

  • The line removing 'Set-AzNetworkManagerIpamPoolStaticCidr' from CmdletsToExport appears to be unrelated to the stated purpose of this Network OOB release. This cmdlet removal should be documented in the changelog or explained in the PR description.
#

Comment on lines 42 to 43


Copy link
Preview

Copilot AI Sep 11, 2025

Choose a reason for hiding this comment

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

Adding trailing empty lines to NuGet.Config serves no functional purpose and reduces code cleanliness. These empty lines should be removed.

Copilot uses AI. Check for mistakes.

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