Skip to content

Commit

Permalink
Fix changelog (#16446)
Browse files Browse the repository at this point in the history
  • Loading branch information
00Kai0 authored Feb 2, 2021
1 parent 3541b2e commit 7b7e5d1
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

## 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
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 @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "10.0.0"
VERSION = "10.0.1"

0 comments on commit 7b7e5d1

Please sign in to comment.