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
+29-23Lines changed: 29 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
Release History
4
4
===============
5
+
8.2.1
6
+
++++++
7
+
* Removing the following commands as they are not supported in the API:
8
+
* - `nni update-bfd-administrative-state`
9
+
* - `fabric arm-configuration-diff`
10
+
5
11
8.2.0
6
12
++++++
7
13
* All fields with swagger setting `format=arm-id` are now nullable via the CLI.
@@ -29,38 +35,38 @@ Release History
29
35
30
36
8.0.0b6
31
37
++++++
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.
38
+
* Enables the `device refresh-configuration` command that was previously disabled/removed.
39
+
* Renames the `network-device-name` parameter on `device refresh-configuration` and `device reboot` operations to `resource-name` for better overall consistency.
34
40
35
41
8.0.0b5
36
42
++++++
37
-
* Fixes 'taprule create' command as the API cannot support float values for 'polling-interval-in-seconds' option, i.e. - '30.0'.
43
+
* Fixes `taprule create` command as the API cannot support float values for `polling-interval-in-seconds` option, i.e. - `30.0`.
38
44
* Fixes the response object model for validate-configuration operations that cause response of the operation to not show any output.
39
45
* az core cli updated to version 2.70, aaz_dev updated to version 4.2.0, and azdev to version 0.2.4.
40
46
41
47
8.0.0b4
42
48
++++++
43
-
* Fixes 'device run-ro' command for missing fields in the response.
49
+
* Fixes `device run-ro` command for missing fields in the response.
44
50
45
51
8.0.0b3
46
52
++++++
47
-
* Adding custom output formatting for 'device' run-ro command
53
+
* Adding custom output formatting for `device run-ro` command
48
54
49
55
8.0.0b2
50
56
++++++
51
57
* 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'.
58
+
* Within the the IPv4/IPv6 PrefixLimitPatchProperties structure for External and Internal Networks, renamed the `softLimit` property to `threshold`.
53
59
54
60
8.0.0b1
55
61
++++++
56
62
* New preview CLI version for latest api 2024-06-15-preview.
57
63
* az core cli updated to version 2.67, aaz_dev updated to version 3.2.0, and azdev to version 0.1.94.
Copy file name to clipboardExpand all lines: src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_arm_configuration_diff.py
0 commit comments