Skip to content

Network OOB Release #28380

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

Merged
merged 1 commit into from
Aug 14, 2025
Merged

Network OOB Release #28380

merged 1 commit into from
Aug 14, 2025

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.

@NoriZC NoriZC marked this pull request as ready for review August 14, 2025 06:48
@Copilot Copilot AI review requested due to automatic review settings August 14, 2025 06:48
@NoriZC NoriZC merged commit 6deab57 into main Aug 14, 2025
12 checks passed
@NoriZC NoriZC deleted the oob/Network branch August 14, 2025 06:49
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 a minor version release for the Azure PowerShell Network module, updating from version 7.19.0 to 7.19.1. The release adds a read-only property ComputedDisabledRules to the ApplicationGatewayFirewallPolicyManagedRuleSet class.

  • Updates module version from 7.19.0 to 7.19.1 across all configuration files
  • Adds new ComputedDisabledRules property to Application Gateway Firewall Policy managed rule sets
  • Updates documentation references and release notes

Reviewed Changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tools/Docs/az-ps-latest-2.csv Updates package reference to point to Network module version 7.19.1
tools/AzPreview/AzPreview.psd1 Updates required version dependency for Az.Network module to 7.19.1
tools/Az/Az.psd1 Updates required version dependency for Az.Network module to 7.19.1
src/Network/Network/Properties/AssemblyInfo.cs Updates assembly version attributes to 7.19.1
src/Network/Network/ChangeLog.md Adds version 7.19.1 release notes and moves existing content to proper section
src/Network/Network/Az.Network.psd1 Updates module version and release notes with detailed changelog
NuGet.Config Adds empty lines (appears to be formatting-only change)
Comments suppressed due to low confidence (1)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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