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
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
Release History
4
4
===============
5
+
9.0.0b1
6
+
++++++
7
+
* NOTICE: Please read all notes as there are [Breaking Changes] in the coming release versions.
8
+
* Adds `bootstrapdevice` and `bootstrapinterface` resources and commands.
9
+
* [Known Issue] `fabric identity` cannot support GET-PATCH - therefore identities cannot be removed with this command. Usage of this command should be avoided. Will be removed during the breaking change window.
10
+
* `identity` sub-command has been removed for all commands exept `fabric` as current az-cli-core doesn`t support GET-PATCH.
11
+
* [Breaking Change] API removed `route-prefix-limit` parameter on `l3domain create` and `l3domain update` commands. Usage of this parameter should be avoided as this version of the cli still has the parameter available until a breaking change window is available.
12
+
5
13
8.0.0
6
14
++++++
7
15
* Updating version 8-beta to stable cli version 8.x for 2024-06-15-preview.
@@ -14,38 +22,38 @@ Release History
14
22
15
23
8.0.0b6
16
24
++++++
17
-
* Enables the 'device refresh-configuration' command that was previously disabled/removed.
18
-
* Renames the 'network-device-name' parameter on 'device refresh-configuration' and 'device reboot' operations to 'resource-name' for better overall consistency.
25
+
* Enables the `device refresh-configuration` command that was previously disabled/removed.
26
+
* Renames the `network-device-name` parameter on `device refresh-configuration` and `device reboot` operations to `resource-name` for better overall consistency.
19
27
20
28
8.0.0b5
21
29
++++++
22
-
* Fixes 'taprule create' command as the API cannot support float values for 'polling-interval-in-seconds' option, i.e. - '30.0'.
30
+
* Fixes `taprule create` command as the API cannot support float values for `polling-interval-in-seconds` option, i.e. - `30.0`.
23
31
* Fixes the response object model for validate-configuration operations that cause response of the operation to not show any output.
24
32
* az core cli updated to version 2.70, aaz_dev updated to version 4.2.0, and azdev to version 0.2.4.
25
33
26
34
8.0.0b4
27
35
++++++
28
-
* Fixes 'device run-ro' command for missing fields in the response.
36
+
* Fixes `device run-ro` command for missing fields in the response.
29
37
30
38
8.0.0b3
31
39
++++++
32
-
* Adding custom output formatting for 'device' run-ro command
40
+
* Adding custom output formatting for `device run-ro` command
33
41
34
42
8.0.0b2
35
43
++++++
36
44
* Making the Network Monitor resource available through the CLI.
37
-
* Within the the IPv4/IPv6 PrefixLimitPatchProperties structure for External and Internal Networks, renamed the 'softLimit' property to 'threshold'.
45
+
* Within the the IPv4/IPv6 PrefixLimitPatchProperties structure for External and Internal Networks, renamed the `softLimit` property to `threshold`.
38
46
39
47
8.0.0b1
40
48
++++++
41
49
* New preview CLI version for latest api 2024-06-15-preview.
42
50
* 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