1.0.0 (2026-03-01)
Other Changes
GA release, see migration guide if migrating from Microsoft.Azure.Batch
Breaking Changes
Removed Types:
- Removed
AuthenticationTokenSettings - Removed
BatchAccessScope
Removed Properties:
- Removed
AuthenticationTokenSettingsfromBatchJobManagerTask - Removed
AuthenticationTokenSettingsfromBatchTask - Removed
AuthenticationTokenSettingsfromBatchTaskCreateOptions
Renamed Properties:
BatchJobDisableOptions.DisableTasksrenamed toBatchJobDisableOptions.JobOptionBatchJobScheduleConfiguration.DoNotRunUntilrenamed toBatchJobScheduleConfiguration.DoNotRunBeforeBatchJobScheduleStatistics.WallClockTimerenamed toBatchJobScheduleStatistics.DurationBatchOsDisk.WriteAcceleratorEnabledrenamed toBatchOsDisk.IsWriteAcceleratorEnabledBatchPoolLifetimeOption.JobSchedulerenamed toBatchPoolLifetimeOption.JobScheduleOptionBatchPoolLifetimeOption.Jobrenamed toBatchPoolLifetimeOption.JobOptionRollingUpgradePolicy.EnableCrossZoneUpgraderenamed toRollingUpgradePolicy.IsCrossZoneUpgradeEnabledSecurityProfile.EncryptionAtHostrenamed toSecurityProfile.IsEncryptedAtHostVMExtension.AutoUpgradeMinorVersionrenamed toVMExtension.ShouldAutoUpgradeMinorVersionVMExtension.EnableAutomaticUpgraderenamed toVMExtension.IsAutomaticUpgradeEnabledBatchFileProperties.FileUrl(typestring) renamed toBatchFileProperties.FileUri(typeUri).DiskCustomerManagedKey.KeyUrlrenamed toDiskCustomerManagedKey.KeyUri.
Renamed Types:
NameValuePairrenamed toBatchNameValuePairHostEndpointSettingsModeTypesrenamed toHostEndpointSettingsModeType
Renamed Methods (all BatchClient methods):
GetJobsFromSchedulesrenamed toGetJobsFromScheduleGetJobsFromSchedulesAsyncrenamed toGetJobsFromScheduleAsync
Renamed Parameters (all BatchClient methods):
timeOutInSecondsrenamed totimeoutocpDaterenamed torequestDatemaxresultsrenamed tomaxResultsparametersrenamed tooptions(onTerminateJob,DeallocateNode)
Changed Parameters (all BatchClient methods):
StartNode/StartNodeAsync:RequestContext contextchanged toCancellationToken cancellationTokenStopPoolResize/StopPoolResizeAsync:RequestContext contextchanged toCancellationToken cancellationToken
Changed Property Types:
DiskCustomerManagedKey.KeyUrichanged type fromstringtoUri