You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/managednetworkfabric/HISTORY.rst
+21-14Lines changed: 21 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
Release History
4
4
===============
5
+
9.0.0b1
6
+
++++++
7
+
* Per the v8.1.0 30-day [Breaking Change] notice - the folowing updates have been implmemented:
8
+
* - Command group `fabric identity` has been removed as current az-cli-core does not support GET-PATCH. This includes the `assign`, `remove`, `show` sub-commands.
9
+
* - Parameter `route-prefix-limit` has been removed from `l3domain create` and `l3domain update` commands.
10
+
* - Parameter `version` on `device upgrade` command is now required.
11
+
5
12
8.2.0
6
13
++++++
7
14
* All fields with swagger setting `format=arm-id` are now nullable via the CLI.
@@ -29,38 +36,38 @@ Release History
29
36
30
37
8.0.0b6
31
38
++++++
32
-
* Enables the 'device refresh-configuration' command that was previously disabled/removed.
33
-
* Renames the 'network-device-name' parameter on 'device refresh-configuration' and 'device reboot' operations to 'resource-name' for better overall consistency.
39
+
* Enables the `device refresh-configuration` command that was previously disabled/removed.
40
+
* Renames the `network-device-name` parameter on `device refresh-configuration` and `device reboot` operations to `resource-name` for better overall consistency.
34
41
35
42
8.0.0b5
36
43
++++++
37
-
* Fixes 'taprule create' command as the API cannot support float values for 'polling-interval-in-seconds' option, i.e. - '30.0'.
44
+
* Fixes `taprule create` command as the API cannot support float values for `polling-interval-in-seconds` option, i.e. - `30.0`.
38
45
* Fixes the response object model for validate-configuration operations that cause response of the operation to not show any output.
39
46
* az core cli updated to version 2.70, aaz_dev updated to version 4.2.0, and azdev to version 0.2.4.
40
47
41
48
8.0.0b4
42
49
++++++
43
-
* Fixes 'device run-ro' command for missing fields in the response.
50
+
* Fixes `device run-ro` command for missing fields in the response.
44
51
45
52
8.0.0b3
46
53
++++++
47
-
* Adding custom output formatting for 'device' run-ro command
54
+
* Adding custom output formatting for `device run-ro` command
48
55
49
56
8.0.0b2
50
57
++++++
51
58
* Making the Network Monitor resource available through the CLI.
52
-
* Within the the IPv4/IPv6 PrefixLimitPatchProperties structure for External and Internal Networks, renamed the 'softLimit' property to 'threshold'.
59
+
* Within the the IPv4/IPv6 PrefixLimitPatchProperties structure for External and Internal Networks, renamed the `softLimit` property to `threshold`.
53
60
54
61
8.0.0b1
55
62
++++++
56
63
* New preview CLI version for latest api 2024-06-15-preview.
57
64
* az core cli updated to version 2.67, aaz_dev updated to version 3.2.0, and azdev to version 0.1.94.
0 commit comments