-
Notifications
You must be signed in to change notification settings - Fork 347
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?
Changes from all commits
bbee0fa
b94952d
67c2773
737d8fa
c49646a
b95361c
2ca2e11
b8319a9
0bb1829
ddeedc3
4542719
fe86a10
0d23ef9
8f711b5
20bbd40
e5598e1
c3e364a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -269,4 +269,387 @@ entries: | |||||
| #### Other Changes | ||||||
|
|
||||||
| - Updated `Azure.Identity` dependency to version 1.17.1 | ||||||
| - Name: Azure.Compute.Batch | ||||||
| Version: 1.0.0-beta.4 | ||||||
| DisplayName: Compute Batch | ||||||
| ServiceName: Batch | ||||||
| VersionType: Beta | ||||||
| Hidden: false | ||||||
| ChangelogUrl: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Compute.Batch_1.0.0-beta.4/sdk/batch/Azure.Compute.Batch/CHANGELOG.md | ||||||
| ChangelogContent: |- | ||||||
| #### Breaking Changes | ||||||
|
|
||||||
| Removed Certificate API's: | ||||||
| - Removed `BatchClient.CreateCertificate` | ||||||
| - Removed `BatchClient.CancelCertificateDeletion` | ||||||
| - Removed `BatchClient.DeleteCertificate` | ||||||
| - Removed `BatchClient.GetCertificate` | ||||||
| - Removed `BatchClient.GetCertificates` | ||||||
|
|
||||||
| Removed Modes: | ||||||
| - Removed `BatchCertificate` | ||||||
| - Removed `BatchCertificateDeleteError` | ||||||
| - Removed `BatchCertificateFormat` | ||||||
| - Removed `BatchCertificateReference` | ||||||
| - Removed `BatchCertificateState` | ||||||
| - Removed `BatchCertificateStoreLocation` | ||||||
| - Removed `BatchCertificateVisibility` | ||||||
| - Removed `BatchNodeCommunicationMode` | ||||||
|
|
||||||
| Removed Properties: | ||||||
| - Removed `CertificateReferences` from `BatchNode` | ||||||
| - Removed `ResourceTags` and `CertificateReferences` from `BatchPool` | ||||||
| - Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `BatchPoolCreateOptions` | ||||||
| - Removed `CertificateReferences` and `TargetNodeCommunicationMode` from `BatchPoolReplaceOptions` | ||||||
| - Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `BatchPoolSpecifications` | ||||||
| - Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `BatchPoolUpdateOptions` | ||||||
| - Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `ComputeBatchModelFactory` | ||||||
|
|
||||||
|
|
||||||
| #### Features Added | ||||||
|
|
||||||
| Added Models: | ||||||
| - Added `BatchJobDefaultOrder` | ||||||
| - Added `BatchPoolIdentityReference` | ||||||
| - Added `DiskCustomerManagedKey` | ||||||
| - Added `DiskEncryptionSetParameters` | ||||||
| - Added `HostEndpointSettings` | ||||||
| - Added `HostEndpointSettingsModeTypes` | ||||||
| - Added `IPFamily` | ||||||
| - Added `IpTag` | ||||||
| - Added `ProxyAgentSettings` | ||||||
|
|
||||||
| Added Properties: | ||||||
| - Added `ipv6Address` to `BatchNode` | ||||||
|
||||||
| - Added `ipv6Address` to `BatchNode` | |
| - 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: "JobDefaultOder" should be "JobDefaultOrder" (correct spelling of "Order").
| - Added `JobDefaultOder` to `BatchTaskSchedulingPolicy` | |
| - Added `JobDefaultOrder` 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: "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` |
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.