Skip to content
Open
Changes from 1 commit
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
Next Next commit
dotnet release notes for the 2025-12 release
  • Loading branch information
azure-sdk committed Nov 21, 2025
commit bbee0facfbfd5a789b94d0b45a80ad47a320559b
60 changes: 60 additions & 0 deletions _data/releases/2025-12/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,64 @@ 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:
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.
- 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`
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 `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 `ManagedDisk` to `DataDisk`
- 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.

Loading