shorten changelog upcoming release notes#29678
Merged
Merged
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
vidai-msft
approved these changes
May 25, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates multiple module ChangeLog.md files to shorten and standardize the wording of ## Upcoming Release entries, primarily by condensing lists and replacing longer descriptions with shorter phrases/links.
Changes:
- Shortened “Upcoming Release” bullets across many modules (often collapsing “A, B, and C” into comma-separated lists).
- Standardized several “code generator upgrade” notes to a single linked bullet.
- Minor punctuation/wording adjustments to reduce verbosity in release notes.
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Websites/Websites/ChangeLog.md | Replaces a longer “UX/consistency” note with a short “Upgraded code generator” link. |
| src/Storage/Storage.Management/ChangeLog.md | Compresses two bullets by using commas instead of “and”/separate bullets. |
| src/StackHCIVM/StackHCIVM/ChangeLog.md | Condenses cmdlet list into comma-separated format. |
| src/StackHCI/StackHCI/ChangeLog.md | Replaces verbose generator-upgrade description with a short linked bullet. |
| src/SqlVirtualMachine/SqlVirtualMachine/ChangeLog.md | Replaces a longer “UX/consistency” note with a short “Upgraded code generator” link. |
| src/Sql/Sql/ChangeLog.md | Rewords breaking-change guidance for EnableSoftDelete removal into a shorter sentence. |
| src/SignalR/SignalR/ChangeLog.md | Replaces a longer “UX/consistency” note with a short “Upgraded code generator” link. |
| src/ServiceFabric/ServiceFabric/ChangeLog.md | Shortens “Added cmdlets” wording to just list cmdlet names. |
| src/SecurityInsights/SecurityInsights/ChangeLog.md | Replaces verbose generator-upgrade description with a short linked bullet. |
| src/Resources/Resources/ChangeLog.md | Condenses wording of two upcoming-release bullets (deployment stack updates). |
| src/RedisEnterpriseCache/RedisEnterpriseCache/ChangeLog.md | Replaces verbose generator-upgrade description with a short linked bullet. |
| src/RecoveryServices/RecoveryServices/ChangeLog.md | Shortens the soft delete support note but alters cmdlet listing format. |
| src/PolicyInsights/PolicyInsights/ChangeLog.md | Minor wording tweaks (commas vs “and”) in two bullets. |
| src/Network/Network/ChangeLog.md | Condenses a “Fixed … and …” list; shortens a type-change bullet. |
| src/Monitor/Monitor/ChangeLog.md | Minor wording tweak removing “and” from a list. |
| src/ManagedServices/ManagedServices/ChangeLog.md | Converts “Upgraded code generator” sentence to a short linked bullet. |
| src/KeyVault/KeyVault/ChangeLog.md | Shortens/standardizes bullets; removes “[Breaking Change]” tag from one entry. |
| src/IotHub/IotHub/ChangeLog.md | Condenses cmdlet list formatting (comma-separated). |
| src/Functions/Functions/ChangeLog.md | Shortens a fix description for Update-AzFunctionApp. |
| src/DnsResolver/DnsResolver/ChangeLog.md | Shortens multiple bullets; replaces “Changed … to optional” phrasing with “Made … optional”. |
| src/DesktopVirtualization/DesktopVirtualization/ChangeLog.md | Shortens a fix description to just list affected cmdlets. |
| src/DataMigration/DataMigration/ChangeLog.md | Converts the preannouncement sentence into a link and shortens a fix list. |
| src/Accounts/Accounts/ChangeLog.md | Shortens parameter/dependency wording in upcoming-release bullets. |
| ## Upcoming Release | ||
| * Added `-AcquirePolicyToken` and `-ChangeReference` dynamic parameters to all write cmdlets for Azure Change Safety policy token acquisition | ||
| * Upgraded `Azure.Identity` dependency to 1.17.2. | ||
| * Added `AcquirePolicyToken`, `ChangeReference` dynamic parameters to all write cmdlets for Azure Change Safety policy token acquisition |
| * [Breaking Change] Removed certificate-backed items from `Get-AzKeyVaultKey`/`Get-AzKeyVaultSecret`; use `Get-AzKeyVaultCertificate` instead [#26217] | ||
| * Added support for creating AES `oct-HSM` keys via `Add-AzKeyVaultKey -KeyType oct -Destination HSM`. | ||
| * Fixed `New-AzKeyVault` `RequestDisallowedByPolicy` error. | ||
| * Removed certificate-backed items from `Get-AzKeyVaultKey`/`Get-AzKeyVaultSecret`; use `Get-AzKeyVaultCertificate` instead [#26217]. |
| * Fixed `Approve-AzPrivateEndpointConnection`, `Deny-AzPrivateEndpointConnection`, `Get-AzPrivateEndpointConnection`, `Remove-AzPrivateEndpointConnection`, and `Get-AzPrivateLinkResource` | ||
| * Changed `UserAssignedIdentityId` type from string to string[] in Azure Firewall Policy | ||
| * Fixed `Approve-AzPrivateEndpointConnection`, `Deny-AzPrivateEndpointConnection`, `Get-AzPrivateEndpointConnection`, `Remove-AzPrivateEndpointConnection`, `Get-AzPrivateLinkResource` | ||
| * Changed `UserAssignedIdentityId` type to string[] |
|
|
||
| ## Upcoming Release | ||
| * Added soft delete support for Azure File share backup items (`Undo-AzRecoveryServicesBackupItemDeletion` and `Get-AzRecoveryServicesBackupItem -DeleteState SoftDeleted`) | ||
| * Added soft delete support for Azure File share backup items (`Undo-AzRecoveryServicesBackupItemDeletion` `Get-AzRecoveryServicesBackupItem -DeleteState SoftDeleted`) |
| --> | ||
| ## Upcoming Release | ||
| * Removed `EnableSoftDelete` from `New-AzSqlServer` and `Set-AzSqlServer` cmdlets. Use `SoftDeleteRetentionDays` instead: setting `SoftDeleteRetentionDays`. | ||
| * Removed `EnableSoftDelete` from `New-AzSqlServer`, `Set-AzSqlServer`. Used `SoftDeleteRetentionDays` instead: setting `SoftDeleteRetentionDays`. |
| * Validated SKU in `Update-AzFunctionApp` | ||
| * Fixed cloud portability using dynamic `StorageEndpointSuffix` [#29034] | ||
| * Fixed `Update-AzFunctionApp` identity fallback | ||
| * Fixed `Update-AzFunctionApp` |
| * Upgraded API version to 2025-10-10 | ||
| * Added MultiplePersistent enum value to HostPool property loadBalancerType. | ||
| * Fixed an issue where `New-AzWvdRegistrationInfo` and `Remove-AzWvdRegistrationInfo` failed when public network access was disabled on the host pool. | ||
| * Fixed `New-AzWvdRegistrationInfo`, `Remove-AzWvdRegistrationInfo`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.