8.0.0 (2020-04-10)
REST API version
- This version targets REST API version 2020-03-01.
Features
- Added ability to access the Batch DataPlane API without needing a public DNS entry for the account via the new
public_network_access
property onBatchAccount
. - Added new
PrivateLinkResource
andPrivateEndpointConnection
resource types. These are both only used when thepublic_network_access
property onBatchAccount
is set toDisabled
.- When
public_network_access
is set toDisabled
a newPrivateLinkResource
is visible in that account, which can be used to connect to the account using an ARM Private Endpoint in your VNET.
- When
- Added ability to encrypt
ComputeNode
disk drives using the newdisk_encryption_configuration
property ofVirtualMachineConfiguration
. - [Breaking] The
id
property ofImageReference
can now only refer to a Shared Image Gallery image. - [Breaking] Pools can now be provisioned without a public IP using the new
public_ip_configuration
property ofNetworkConfiguration
.- The
public_ips
property ofNetworkConfiguration
has moved in toPublicIPAddressConfiguration
as well. This property can only be specified ifIPAddressProvisioningType
isUserManaged
.
- The