-
Notifications
You must be signed in to change notification settings - Fork 344
dotnet release notes for the 2025-12 release #9419
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
base: main
Are you sure you want to change the base?
dotnet release notes for the 2025-12 release #9419
Conversation
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 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: |
Copilot
AI
Nov 21, 2025
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.
Typo in "Removed Modes:" - should be "Removed Models:" (not "Modes"). This section lists model/class types that were removed.
| Removed Modes: | |
| Removed Models: |
| - Added `ProxyAgentSettings` | ||
| Added Properties: | ||
| - Added `ipv6Address` to `BatchNode` |
Copilot
AI
Nov 21, 2025
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.
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").
| - Added `ipv6Address` to `BatchNode` | |
| - Added `Ipv6Address` to `BatchNode` |
| - Added `ipv6Address` to `BatchNode` | ||
| - Added `Ipv6RemoteLoginIpAddress` and `Ipv6RemoteLoginPort` to `BatchNodeRemoteLoginSettings` | ||
| - Added `IpFamilies` and `IpTags` to `BatchPublicAddressConfiguration` | ||
| - Added `JobDefaultOder` to `BatchTaskSchedulingPolicy` |
Copilot
AI
Nov 21, 2025
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.
Typo in property name: "JobDefaultOder" should be "JobDefaultOrder" (correct spelling of "Order").
| - Added `JobDefaultOder` to `BatchTaskSchedulingPolicy` | |
| - Added `JobDefaultOrder` to `BatchTaskSchedulingPolicy` |
| - Added `CustomerManagedKey` to `DiskEncryptionConfiguration` | ||
| - Added `DiskEncryptionSet` to `ManagedDisk` | ||
| - Added `DiskWithVMGuestStateValue` to `SecurityEncryptionTypes` | ||
| - Added `ProxyAgentSetting` to `SecurityProfile` |
Copilot
AI
Nov 21, 2025
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.
Typo in property name: "ProxyAgentSetting" should be "ProxyAgentSettings" (plural) to match the model name "ProxyAgentSettings" listed in the Added Models section (line 321).
| - Added `ProxyAgentSetting` to `SecurityProfile` | |
| - Added `ProxyAgentSettings` to `SecurityProfile` |
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.