Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 1 addition & 23 deletions src/Batch/Batch/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release

* Removed command `Get-AzBatchRemoteDesktopProtocolFile`.
* Removed command `Get-AzBatchCertificate`.
* Removed command `New-AzBatchCertificate`.
* Removed command `Remove-AzBatchCertificate`.
* Removed command `Stop-AzBatchCertificateDeletion`.

* Removed parameter `CloudServiceConfiguration` from `New-AzBatchPool` command.
* Removed parameter `CertificateReferences` from `New-AzBatchPool` command.
* Removed parameter `TargetNodeCommunication` from `New-AzBatchPool` command.
* Removed parameter `CurrentNodeCommunication` from `New-AzBatchPool` command.
* Removed parameter `ResourceTag` from `New-AzBatchPool` command.
* Removed parameter `ApplicationLicenses` from `New-AzBatchPool` command.

* Removed properties `CloudServiceConfiguration`, `CertificateReferences`, `TargetNodeCommunication`, `CurrentNodeCommunication`, `ResourceTag`, and `ApplicationLicenses` from `PsCloudPool` model.
* Removed property `CertificateReferences` from `PsComputeNode` model.
* Removed properties `CloudServiceConfiguration`, `CertificateReferences`, `TargetNodeCommunication`, `CurrentNodeCommunication`, `ResourceTag`, and `ApplicationLicenses` from `PsPoolSpecification` model.

* Added new enum values `Deallocated` and `Deallocating` to `PSNodeCounts` model.
* Added properties `CommunityGalleryImageId` and `SharedGalleryImageId` to `PSImageReference` model.
* Added property `SkipWithdrawFromVNet` to `PSJobNetworkConfiguration` model.
* Added property `SecurityProfile` to `PSManagedDisk` model.
* Added property `ContainerHostBatchBindMounts` to `PSTaskContainerSettings` model.
* Upgraded API version from 2022-10-01 to 2024-07-01.
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

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

The changelog entry lacks detail about what changes users should expect from this API upgrade. According to the coding guidelines for ChangeLog.md files (CodingGuidelineID: 1000002), entries should be written from the user's perspective and explain what changed and how it affects their usage. The removed content documented significant breaking changes including removal of commands (Get-AzBatchRemoteDesktopProtocolFile, certificate-related commands), removal of parameters (CloudServiceConfiguration, CertificateReferences, etc.), and new features (new enum values, new properties). Users upgrading will need this information to understand the impact. Consider either: (1) restoring the detailed changelog entries, or (2) adding a reference to the migration guide at https://go.microsoft.com/fwlink/?linkid=2333229 mentioned in version 3.7.1, such as: '* Upgraded API version from 2022-10-01 to 2024-07-01. For details on breaking changes, please refer to https://go.microsoft.com/fwlink/?linkid=2333229'

Copilot generated this review using guidance from repository custom instructions.

## Version 3.7.1
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Expand Down