16.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 new property
Type
toContainerConfiguration
, which now supports two values:DockerCompatible
andCriCompatible
.
Breaking Changes
- Removed lifetime statistics operations. The lifetime statistics APIs are no longer supported.
- Removed GetAllLifetimeStatistics in JobOperation.
- Removed GetAllLifetimeStatistics in PoolOperation.
Other Changes
- Added deprecation warning to certificate operations.