Skip to content

shorten changelog upcoming release notes#29678

Merged
YanaXu merged 1 commit into
mainfrom
yanxu/changelog4
May 25, 2026
Merged

shorten changelog upcoming release notes#29678
YanaXu merged 1 commit into
mainfrom
yanxu/changelog4

Conversation

@YanaXu
Copy link
Copy Markdown
Contributor

@YanaXu YanaXu commented May 25, 2026

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update 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.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings May 25, 2026 02:58
@azure-client-tools-bot-prd
Copy link
Copy Markdown

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

@YanaXu YanaXu enabled auto-merge (squash) May 25, 2026 02:59
Copy link
Copy Markdown
Contributor

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 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`)
Comment thread src/Sql/Sql/ChangeLog.md
-->
## 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`.
@YanaXu YanaXu merged commit 4fdb8a0 into main May 25, 2026
13 checks passed
@YanaXu YanaXu deleted the yanxu/changelog4 branch May 25, 2026 04:16
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.

3 participants