azure-batch_14.0.0
版本发布时间: 2023-06-13 21:09:33
Azure/azure-sdk-for-python最新发布版本:azure-template_0.1.0b4086797(2024-08-28 06:27:17)
14.0.0 (2023-05-01)
Features Added
- Added boolean property
enableAcceleratedNetworking
toNetworkConfiguration
.- This property determines whether this pool should enable accelerated networking, with default value as False.
- Whether this feature can be enabled is also related to whether an operating system/VM instance is supported, which should align with AcceleratedNetworking Policy (AcceleratedNetworking Limitations and constraints).
- Added boolean property
enableAutomaticUpgrade
toVMExtension
.- This property determines whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- Added a new property
type
toContainerConfiguration
. Possible values include:dockerCompatible
andcriCompatible
.
Breaking Changes
- Removed lifetime statistics API. This API is no longer supported.
- Removed
job.get_all_lifetime_statistics
API. - Removed
pool.get_all_lifetime_statistics
API.
- Removed
Other Changes
- Deprecating
CertificateOperations
related methods.- This operation is deprecating and will be removed after February 2024. Please use Azure KeyVault Extension instead.