Skip to content

Conversation

@azure-sdk
Copy link
Collaborator

This is an automated pull request to gather the dotnet release notes for the 2025-12 release. See Producing Release Notes for details of the processing.

Copilot AI review requested due to automatic review settings November 21, 2025 22:24
@azure-sdk azure-sdk enabled auto-merge (squash) November 21, 2025 22:24
Copilot finished reviewing on behalf of azure-sdk November 21, 2025 22:26
Copy link
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 automated pull request adds release notes for the Azure.Compute.Batch version 1.0.0-beta.4 package to the 2025-12 .NET release cycle. The changelog documents significant breaking changes including the removal of Certificate APIs and deprecated properties, along with new features for enhanced pool and node configuration capabilities.

Key Changes

  • Documents removal of Certificate-related APIs, models, and properties as breaking changes
  • Adds new models and properties for enhanced disk encryption, networking (IPv6 support), and security features
  • Includes updates for batch job scheduling and proxy agent settings

- Removed `BatchClient.GetCertificate`
- Removed `BatchClient.GetCertificates`
Removed Modes:
Copy link

Copilot AI Nov 21, 2025

Choose a reason for hiding this comment

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

Typo in "Removed Modes:" - should be "Removed Models:" (not "Modes"). This section lists model/class types that were removed.

Suggested change
Removed Modes:
Removed Models:

Copilot uses AI. Check for mistakes.
- Added `ProxyAgentSettings`
Added Properties:
- Added `ipv6Address` to `BatchNode`
Copy link

Copilot AI Nov 21, 2025

Choose a reason for hiding this comment

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

Typo in property name: "ipv6Address" should be "Ipv6Address" (capitalized) to match the C# PascalCase naming convention used consistently throughout the rest of the changelog (e.g., "Ipv6RemoteLoginIpAddress").

Suggested change
- Added `ipv6Address` to `BatchNode`
- Added `Ipv6Address` to `BatchNode`

Copilot uses AI. Check for mistakes.
- Added `ipv6Address` to `BatchNode`
- Added `Ipv6RemoteLoginIpAddress` and `Ipv6RemoteLoginPort` to `BatchNodeRemoteLoginSettings`
- Added `IpFamilies` and `IpTags` to `BatchPublicAddressConfiguration`
- Added `JobDefaultOder` to `BatchTaskSchedulingPolicy`
Copy link

Copilot AI Nov 21, 2025

Choose a reason for hiding this comment

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

Typo in property name: "JobDefaultOder" should be "JobDefaultOrder" (correct spelling of "Order").

Suggested change
- Added `JobDefaultOder` to `BatchTaskSchedulingPolicy`
- Added `JobDefaultOrder` to `BatchTaskSchedulingPolicy`

Copilot uses AI. Check for mistakes.
- Added `CustomerManagedKey` to `DiskEncryptionConfiguration`
- Added `DiskEncryptionSet` to `ManagedDisk`
- Added `DiskWithVMGuestStateValue` to `SecurityEncryptionTypes`
- Added `ProxyAgentSetting` to `SecurityProfile`
Copy link

Copilot AI Nov 21, 2025

Choose a reason for hiding this comment

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

Typo in property name: "ProxyAgentSetting" should be "ProxyAgentSettings" (plural) to match the model name "ProxyAgentSettings" listed in the Added Models section (line 321).

Suggested change
- Added `ProxyAgentSetting` to `SecurityProfile`
- Added `ProxyAgentSettings` to `SecurityProfile`

Copilot uses AI. Check for mistakes.
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.

1 participant