Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release batch 10.0.1 #16446

Merged
merged 1 commit into from
Feb 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"