.. :changelog:
-
Added 'job wait' command which allows to wait for the job completion and reports job exit code
-
Added 'usage show' command to list current Batch AI resources usage and limits for different regions
-
National clouds are supported
-
Added job command line arguments to mount filesystems on the job level in addition to config files
-
Added more options to customize clusters - vm priority, subnet, initial nodes count for auto-scale clusters,
specifying custom image
-
Added command line option to specify caching type for Batch AI managed NFS
-
Simplified specifying mount filesystem in config files. Now you can omit credentials for Azure File Share and
Azure Blob Containers - CLI will populate missing credentials using storage account key provided via command line
parameters or specified via environment variable or will query the key from Azure Storage (if the storage account
belongs to the current subscription).
-
Job file stream command now auto-completes when the job is completed (succeeded, failed, terminated or deleted).
-
Improved '-o table' support for show operations.
-
Added --use-auto-storage option for cluster creation. This option make it simpler to manage storage accounts and
and mount Azure File Share and Azure Blob Containers to clusters.
-
Added --generate-ssh-keys option into 'cluster create' and 'file-server create'.
-
Added ability to provide node setup task via command line.
-
Breaking change: 'job stream-file' and 'job list-files' commands are grouped under 'job file' group.
-
Breaking change: renamed --admin-user-name to --user-name in 'file-server create' command to be consistent with
'cluster create' command.
-
sdist
is now compatible with wheel 0.31.0