-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Release Az 14.5.0 #28664
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
Release Az 14.5.0 #28664
Conversation
…rs and public IP addresses for `New-AzServiceFabricCluster` and `Add-AzServiceFabricNodeType` (#28624) Co-authored-by: Yabo Hu <[email protected]>
Co-authored-by: Haider Agha <[email protected]>
…n feature (#28628) Co-authored-by: Yeming Liu <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this 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 |
Copilot
AI
Oct 9, 2025
There was a problem hiding this comment.
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.
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Description
Merge Daily/Release_20251009115438 to main. Merge it after final rc is done!
Checklist