Skip to content
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
12 changes: 12 additions & 0 deletions src/vmware/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release History

## 6.0.0 (2023-09)

- Update to AVS 2023-03-01 API
- Add `--ext-nw-blocks` argument to `az vmware private-cloud create`
- Add `--ext-nw-blocks` argument to `az vmware private-cloud update`
- Add `az vmware private-cloud identity-source` command group
- Deprecate `az vmware private-cloud add-identity-source` command
- Deprecate `az vmware private-cloud delete-identity-source` command
- Fix `--out` argument for `az vmware script-execution create` to accept a list of string values
- [BREAKING CHANGE] Remove `--port-name argument` argument from `az vmware workload-network segment create` as it is used by a read-only property
- [BREAKING CHANGE] Remove `--affinity-strength` and `--azure-hybrid-benefit` argument from `az vmware placement-policy vm update` as they are only used for `az vmware placement-policy vm-host update`

## 5.0.3 (2023-07)

- Fix the mandatory flag of `--hosts` for `az vmware cluster create` [#26653](https://github.com/Azure/azure-cli/issues/26653)
Expand Down
2 changes: 1 addition & 1 deletion src/vmware/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from io import open
from setuptools import setup, find_packages

VERSION = "5.0.3"
VERSION = "6.0.0"

with open('README.md', encoding='utf-8') as f:
readme = f.read()
Expand Down