-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Release Az 15.1.0 #28941
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 15.1.0 #28941
Conversation
… Delete retries (#28927) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: audreyttt <225061541+audreyttt@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Achint Agrawal <ag.achint@gmail.com> Co-authored-by: Ritika Mor <ritikamor@microsoft.com> Co-authored-by: Darshan Sapaliga <dsapaliga@microsoft.com> Co-authored-by: Yash <55773468+notyashhh@users.noreply.github.com>
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
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 merges the Daily/Release_20251126054423 branch to main for Azure PowerShell release 15.1.0 (December 2025). The release includes updates to 7 existing modules and introduces 1 new module (Az.DurableTask), with the most significant changes in Az.CosmosDB which adds comprehensive Fleet management support.
Key Changes:
- Az.CosmosDB 1.19.0: Adds Fleet management cmdlets (Fleet, Fleetspace, FleetspaceAccount) with full CRUD operations, priority-based execution support, enhanced vector indexing, and cross-region restore capabilities
- Az.Network 7.24.0: Adds RecordType property to flow logs, NvaInterfaceConfiguration support for Network Virtual Appliances, and removes 'None' from Sensitivity property values
- Az.DurableTask 0.1.0: First preview release of new module
Reviewed changes
Copilot reviewed 86 out of 249 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/Az/Az.psd1, tools/AzPreview/AzPreview.psd1 | Updated module version to 15.1.0 and module dependencies |
| tools/AzPreview/ChangeLog.md | Added release notes for 15.1.0 with all module updates |
| src/CosmosDB/** | Fleet management implementation, priority-based execution, vector index enhancements, cross-region restore, comprehensive help docs |
| src/Network/** | Flow log RecordType support, NVA interface configuration, sensitivity property update |
| src/PaloAltoNetworks/, src/Datadog/, src/DynatraceObservability/** | Version bumps with feature additions and help improvements |
| tools/Docs/*.csv | Updated module versions in documentation package lists |
| tools/Tools.Common/SerializedCmdlets/Az.AppConfiguration.json | Updated assembly versions for AppConfigurationdata components |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Description
Merge Daily/Release_20251126054423 to main. Merge it after final rc is done!
Checklist