1.0.0-beta.3 (2025-06-19)
Added in Long Running operation support for the following methods:
BatchClient.DeallocateNode
BatchClient.DeleteCertificate
BatchClient.DeleteJob
BatchClient.DeleteJob
BatchClient.DeletePool
BatchClient.DisableJob
BatchClient.EnableJob
BatchClient.RebootNode
BatchClient.ReimageNode
BatchClient.RemoveNodes
BatchClient.ResizePool
BatchClient.StartNode
BatchClient.StopPoolResize
BatchClient.TerminateJob
BatchClient.TerminateJobSchedule
Renamed the following models:
AffinityInfo
->BatchAffinityInfo
BatchJobAction
->BatchJobActionKind
BatchJobCreateContent
->BatchJobCreateOptions
BatchJobDisableContent
->BatchJobDisableOptions
BatchJobScheduleCreateContent
->BatchJobScheduleCreateOptions
BatchJobScheduleUpdateContent
->BatchJobScheduleUpdateOptions
BatchJobTerminateContent
->BatchJobTerminateOptions
BatchJobUpdateContent
->BatchJobUpdateOptions
BatchNodeDeallocateContent
->BatchNodeDeallocateOptions
BatchNodeDisableSchedulingContent
->BatchNodeDisableSchedulingOptions
BatchNodeRebootContent
->BatchNodeRebootOptions
BatchNodeRebootOption
->BatchNodeRebootKind
BatchNodeReimageContent
->BatchNodeReimageOptions
BatchNodeRemoveContent
->BatchNodeRemoveOptions
BatchNodeUserCreateContent
->BatchNodeUserCreateOptions
BatchNodeUserUpdateContent
->BatchNodeUserUpdateOptions
BatchPoolCreateContent
->BatchPoolCreateOptions
BatchPoolEnableAutoScaleContent
->BatchPoolEnableAutoScaleOptions
BatchPoolEvaluateAutoScaleContent
->BatchPoolEvaluateAutoScaleOptions
BatchPoolReplaceContent
->BatchPoolReplaceOptions
BatchPoolResizeContent
->BatchPoolResizeOptions
BatchPoolUpdateContent
->BatchPoolUpdateOptions
BatchTaskCreateContent
->BatchTaskCreateOptions
ContainerConfiguration
->BatchContainerConfiguration
ContainerConfigurationUpdate
->BatchContainerConfigurationUpdate
DeleteBatchCertificateError
->BatchCertificateDeleteError
DiffDiskSettings
->BatchDiffDiskSettings
ErrorCategory
->BatchErrorSourceCategory
ImageReference
->BatchVmImageReference
OSDisk
->BatchOsDisk
OnAllBatchTasksComplete
->BatchAllTasksCompleteMode
OnBatchTaskFailure
->BatchAllTasksCompleteMode
PublicIpAddressConfiguration
->BatchPublicIpAddressConfiguration
UefiSettings
->BatchUefiSettings
UploadBatchServiceLogsContent
->UploadBatchServiceLogsOptions
VMDiskSecurityProfile
->BatchVMDiskSecurityProfile
Renamed parameter in the following methods:
BatchClient.DisableJob
changedcontent
parameter todisableOptions
.BatchClient.EnablePoolAutoScale
changedcontent
parameter toenableAutoScaleOptions
.BatchClient.EvaluatePoolAutoScale
changedcontent
parameter toevaluateAutoScaleOptions
.BatchClient.UploadNodeLogs
changedcontent
parameter touploadOptions
.BatchClient.ReplaceNodeUser
changedcontent
parameter toupdateOptions
.BatchClient.RemoveNodes
changedcontent
parameter toremoveOptions
.BatchClient.ResizePool
changedcontent
parameter toresizeOptions
.BatchClient.TerminateJob
changedparameters
parameter tooptions
.BatchClient.DeallocateNode
changedparameters
parameter tooptions
.BatchClient.DisableNodeScheduling
changedparameters
parameter tooptions
.BatchClient.RebootNode
changedparameters
parameter tooptions
.BatchClient.ReimageNode
changedparameters
parameter tooptions
.
Renamed parameter in the following models:
BatchPoolStatistics.Url
changed toUri
and changed the type to Uri.BatchJobStatistics.Url
changed toUri
and changed the type to Uri.BatchCertificate.Url
changed toUri
and changed the type to Uri.BatchNodeFile.Url
changed toUri
and changed the type to Uri.BatchJobSchedule.Url
changed toUri
and changed the type to Uri.ContainerRegistryReference.Url
changed toUri
and changed the type to Uri.ResourceFile.registryServer
changed toregistryServerUri
and changed the type to Uri.ResourceFile.storageContainerUrl
changed tostorageContainerUri
and changed the type to Uri.ResourceFile.httpUrl
changed tohttpUri
and changed the type to Uri.OutputFileBlobContainerDestination.containerUrl
changed tocontainerUri
and changed the type to Uri.BatchMetadataItem.azureFileUrl
changed toazureFileUri
and changed the type to Uri.RecentBatchJob.url
changed touri
and changed the type to Uri.BatchJobScheduleStatistics.url
changed touri
and changed the type to Uri.BatchJob.url
changed touri
and changed the type to Uri.BatchJobPreparationAndReleaseTaskStatus.nodeUrl
changed tonodeUri
and changed the type to Uri.BatchJobPreparationTaskExecutionInfo.taskRootDirectoryUrl
changed totaskRootDirectoryUri
and changed the type to Uri.BatchJobReleaseTaskExecutionInfo.taskRootDirectoryUrl
changed totaskRootDirectoryUri
and changed the type to Uri.BatchPool.url
changed touri
and changed the type to Uri.BatchTask.url
changed touri
and changed the type to Uri.BaBatchNodeInfo.nodeUrl
changed tonodeUri
and changed the type to Uri.BaBatchNodeInfo.taskRootDirectoryUrl
changed totaskRootDirectoryUri
and changed the type to Uri.MultiInstanceSettings.url
changed touri
and changed the type to Uri.BatchNode.url
changed touri
and changed the type to Uri.BatchTaskInfo.taskUrl
changed totaskUri
and changed the type to Uri.UploadBatchServiceLogsOptions.containerUrl
changed tocontainerUri
and changed the type to Uri.
Changed the type of the following properties
BatchCertificate.Data
from string to BinaryDataBatchNodeIdentityReference.ResourceId
from string to ResourceIdentifierBatchUserAssignedIdentity.ResourceId
from string to ResourceIdentifierBatchVmImageReference.VirtualMachineImageId
from string to ResourceIdentifier
Other Changes
Documenation updates.