Skip to content

Commit 75972f4

Browse files
Bump fleet az cli extension version to 1.7.0 (#9277)
* bump to 1.6.5 * update the version to 1.7.0
1 parent 675c019 commit 75972f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/fleet/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,8 @@ Release History
150150
1.6.4
151151
++++++
152152
* Fix help text for `fleet list` command.
153+
154+
1.7.0
155+
++++++
156+
* Removed is_preview flag from `enable_vnet_integration` and `assign_identity` parameters.
157+
* Updated Private Fleet V2 to require user assigned identity.

src/fleet/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# TODO: Confirm this is the right version number you want and it matches your
1818
# HISTORY.rst entry.
19-
VERSION = '1.6.2'
19+
VERSION = '1.7.0'
2020

2121
# The full list of classifiers is available at
2222
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)