diff --git a/sdk/batch/azure-mgmt-batch/CHANGELOG.md b/sdk/batch/azure-mgmt-batch/CHANGELOG.md index 8982009b2829..53f9c80f9ad3 100644 --- a/sdk/batch/azure-mgmt-batch/CHANGELOG.md +++ b/sdk/batch/azure-mgmt-batch/CHANGELOG.md @@ -1,20 +1,24 @@ # Release History +## 10.0.1 (2021-01-28) + +- Fix changelog + ## 10.0.0 (2021-01-28) **Features** + - Added a new user_assigned_identities on BatchAccountIdentity to specify a user managed identity + - Added a new task_slots_per_node property on Pool so property tasks in a job can consume a dynamic amount of slots + - Added a new identity property on Pool to specify a managed identity - Added new extensions property to VirtualMachineConfiguration on pools to specify virtual machine extensions for nodes - Added the ability to specify availability zones using a new property node_placement_configuration on VirtualMachineConfiguration - - Added a new identity property on Pool to specify a managed identity - - Added a new user_assigned_identities on BatchAccountIdentity to specify a user managed identity - - Added certificate operation method PoolOperations.create - - Added certificate operation method CertificateOperations.create + - Added a new property user_name to ContainerRegistry **Breaking changes** - - Removed certificate operation method PoolOperations.begin_create. Certificate operations are not long running operations so this was incorrect. - - Removed certificate operation method CertificateOperations.begin_create. Certificate operations are not long running operations so this was incorrect. + - Removed property username from ContainerRegistry + - Removed max_tasks_per_node property on Pool and replaced it with task_slots_per_node ## 9.0.0 (2020-05-29) ### REST API version diff --git a/sdk/batch/azure-mgmt-batch/azure/mgmt/batch/version.py b/sdk/batch/azure-mgmt-batch/azure/mgmt/batch/version.py index 56f3b3f103c8..26a4059c8b06 100644 --- a/sdk/batch/azure-mgmt-batch/azure/mgmt/batch/version.py +++ b/sdk/batch/azure-mgmt-batch/azure/mgmt/batch/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "10.0.0" +VERSION = "10.0.1"