9.0.0 (2020-05-29)
REST API version
- This version targets REST API version 2020-05-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
- Adds a new property
identity
of typeBatchAccountIdentity
toBatchAccount
. This can be used to configure how customer data is encrypted inside the Batch account.- This new property is configurable at the account level on create and update through a new
identity
property onBatchAccountCreateParameters
andBatchAccountUpdateParameters
- This new property is configurable at the account level on create and update through a new
Fixes
- [Breaking] Move tags from being an argument on create and update pool parameters to being a part of
BatchAccountCreateParameters
andBatchAccountUpdateParameters
to properly reflect the REST API