Skip to content

Commit feaa464

Browse files
authored
fix changelog and version (#16445)
1 parent a1a3969 commit feaa464

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

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

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
# Release History
22

3+
## 15.0.0 (2021-02-01)
4+
5+
- Fix changelog
6+
37
## 15.0.0b1 (2021-01-28)
48

59
**Features**
610

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

1418
**Breaking changes**
1519

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

1923
## 14.0.0 (2020-12-22)
2024

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "15.0.0b1"
9+
VERSION = "15.0.0"

0 commit comments

Comments
 (0)