Skip to content

Commit

Permalink
fix changelog and version (#16445)
Browse files Browse the repository at this point in the history
  • Loading branch information
00Kai0 authored Feb 2, 2021
1 parent a1a3969 commit feaa464
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions sdk/batch/azure-mgmt-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion sdk/batch/azure-mgmt-batch/azure/mgmt/batch/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit feaa464

Please sign in to comment.