From 626951cd0275a33f6ad9ceb171704124c1cfb4b7 Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Mon, 1 Feb 2021 17:35:15 +0800 Subject: [PATCH] fix changelog and version --- sdk/batch/azure-mgmt-batch/CHANGELOG.md | 16 ++++++++++------ .../azure/mgmt/batch/_version.py | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/sdk/batch/azure-mgmt-batch/CHANGELOG.md b/sdk/batch/azure-mgmt-batch/CHANGELOG.md index 53597ac2248b..034d257cf9f1 100644 --- a/sdk/batch/azure-mgmt-batch/CHANGELOG.md +++ b/sdk/batch/azure-mgmt-batch/CHANGELOG.md @@ -1,20 +1,24 @@ # Release History +## 15.0.0 (2021-02-01) + +- Fix changelog + ## 15.0.0b1 (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 property user_name to ContainerRegistry + - 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 **Breaking changes** - - Removed property username from ContainerRegistry - - Removed max_tasks_per_node property on Pool and replaced it with task_slots_per_node + - 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. ## 14.0.0 (2020-12-22) 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 236c8968ee29..509d4adc872c 100644 --- a/sdk/batch/azure-mgmt-batch/azure/mgmt/batch/_version.py +++ b/sdk/batch/azure-mgmt-batch/azure/mgmt/batch/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "15.0.0b1" +VERSION = "15.0.0"