Skip to content

Commit 7b7e5d1

Browse files
authored
Fix changelog (Azure#16446)
1 parent 3541b2e commit 7b7e5d1

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

sdk/batch/azure-mgmt-batch/CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
# Release History
22

3+
## 10.0.1 (2021-01-28)
4+
5+
- Fix changelog
6+
37
## 10.0.0 (2021-01-28)
48

59
**Features**
610

11+
- Added a new user_assigned_identities on BatchAccountIdentity to specify a user managed identity
12+
- Added a new task_slots_per_node property on Pool so property tasks in a job can consume a dynamic amount of slots
13+
- Added a new identity property on Pool to specify a managed identity
714
- Added new extensions property to VirtualMachineConfiguration on pools to specify virtual machine extensions for nodes
815
- Added the ability to specify availability zones using a new property node_placement_configuration on VirtualMachineConfiguration
9-
- Added a new identity property on Pool to specify a managed identity
10-
- Added a new user_assigned_identities on BatchAccountIdentity to specify a user managed identity
11-
- Added certificate operation method PoolOperations.create
12-
- Added certificate operation method CertificateOperations.create
16+
- Added a new property user_name to ContainerRegistry
1317

1418
**Breaking changes**
1519

16-
- Removed certificate operation method PoolOperations.begin_create. Certificate operations are not long running operations so this was incorrect.
17-
- Removed certificate operation method CertificateOperations.begin_create. Certificate operations are not long running operations so this was incorrect.
20+
- Removed property username from ContainerRegistry
21+
- Removed max_tasks_per_node property on Pool and replaced it with task_slots_per_node
1822

1923
## 9.0.0 (2020-05-29)
2024
### REST API version

sdk/batch/azure-mgmt-batch/azure/mgmt/batch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "10.0.0"
12+
VERSION = "10.0.1"
1313

0 commit comments

Comments
 (0)