Skip to content

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Merge Daily/Release_20251009115438 to main. Merge it after final rc is done!

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
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 implements the Release Az 14.5.0, merging changes from the Daily/Release_20251009115438 branch to main. The release includes updates to multiple Azure PowerShell modules with new features, bug fixes, and version upgrades across the Azure PowerShell ecosystem.

  • Version bump from Az 14.4.0 to Az 14.5.0 with updates to 24 modules
  • Addition of new Managed HSM network rule management cmdlets in KeyVault module
  • Several modules reaching general availability (DataMigration, FirmwareAnalysis, StorageDiscovery)
  • New functionality for HDInsight Entra user authentication and ServiceFabric managed node types

Reviewed Changes

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

Show a summary per file
File Description
src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedHsmRegion.md Updates help documentation to include new network-related parameters
src/KeyVault/KeyVault/help/Add-AzKeyVaultManagedHsmNetworkRule.md Adds comprehensive help documentation for new Managed HSM network rule cmdlet
src/KeyVault/KeyVault/Properties/AssemblyInfo.cs Version bump from 6.3.2 to 6.4.0
src/KeyVault/KeyVault/Models/ManagedHsm/PSManagedHsmNetworkRuleSet.cs Adds new PowerShell wrapper model for Managed HSM network rule sets
src/KeyVault/KeyVault/Models/Client/VaultManagementClient.cs Updates management client with network rule set handling for Managed HSMs
src/KeyVault/KeyVault/Commands/VirtualNetworkRuleSet/ManagedHsm/*.cs Implements complete set of Managed HSM network rule management cmdlets
src/KeyVault/KeyVault/Commands/ManagedHsm/NewAzKeyVaultManagedHsm.cs Adds NetworkRuleSet parameter support to Managed HSM creation
src/KeyVault/KeyVault/ChangeLog.md Documents new Managed HSM network rule functionality
src/KeyVault/KeyVault/Az.KeyVault.psd1 Module version update and cmdlet exports for new network rule cmdlets
src/KeyVault/KeyVault.Test/UnitTests/NetworkRuleEnforcementTests.cs Unit tests for network rule enforcement logic
src/KeyVault/KeyVault.Test/ScenarioTests/ManagedHsmNetworkRule*.* Scenario tests for Managed HSM network rule lifecycle
Multiple AssemblyInfo.cs files Version bumps across various modules (Compute, HDInsight, DataFactory, etc.)
Multiple ChangeLog.md files Release notes and feature documentation updates
Multiple .psd1 files Module manifest updates with version numbers and new cmdlet exports
ChangeLog.md Master changelog documenting all changes in Az 14.5.0 release

throw new ArgumentNullException("existingManagedHsm.OriginalManagedHsm");

//Update the vault properties in the object received from server
//Update the managed HSM properties in the object received from server
Copy link

Copilot AI Oct 9, 2025

Choose a reason for hiding this comment

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

Corrected comment text from 'vault' to 'managed HSM' to accurately reflect the function's purpose.

Copilot uses AI. Check for mistakes.

Copy link

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

@Azure Azure deleted a comment from azure-pipelines bot Oct 10, 2025
@VeryEarly VeryEarly merged commit 865a97e into main Oct 10, 2025
12 checks passed
@VeryEarly VeryEarly deleted the Daily/Release_20251009115438 branch October 10, 2025 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants