Skip to content

Commit 59ba8a1

Browse files
Managed Network Fabric - Removing commands that are not supported by the API. (#9266)
* Removing unsupported commands from the managednetworkfabric CLI. * updating history
1 parent abe1ebc commit 59ba8a1

File tree

8 files changed

+146
-679
lines changed

8 files changed

+146
-679
lines changed

src/managednetworkfabric/HISTORY.rst

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
33
Release History
44
===============
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+
511
8.2.0
612
++++++
713
* All fields with swagger setting `format=arm-id` are now nullable via the CLI.
@@ -29,38 +35,38 @@ Release History
2935

3036
8.0.0b6
3137
++++++
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.
3440

3541
8.0.0b5
3642
++++++
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`.
3844
* Fixes the response object model for validate-configuration operations that cause response of the operation to not show any output.
3945
* az core cli updated to version 2.70, aaz_dev updated to version 4.2.0, and azdev to version 0.2.4.
4046

4147
8.0.0b4
4248
++++++
43-
* Fixes 'device run-ro' command for missing fields in the response.
49+
* Fixes `device run-ro` command for missing fields in the response.
4450

4551
8.0.0b3
4652
++++++
47-
* Adding custom output formatting for 'device' run-ro command
53+
* Adding custom output formatting for `device run-ro` command
4854

4955
8.0.0b2
5056
++++++
5157
* 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`.
5359

5460
8.0.0b1
5561
++++++
5662
* New preview CLI version for latest api 2024-06-15-preview.
5763
* az core cli updated to version 2.67, aaz_dev updated to version 3.2.0, and azdev to version 0.1.94.
5864
* New `fabric identity` commands introduced: `fabric identity assign`, `fabric identity remove`, `fabric identity show`.
59-
* Expose the 'update' command for the 'interface' resource that was previously removed in post generate script.
65+
* Expose the `update` command for the `interface` resource that was previously removed in post generate script.
6066

6167
7.1.0
6268
++++++
63-
* Bug fix: expose the 'update-admin-state' command for the 'interface' resource that was removed from the CLI by invalid post-processing logic.
69+
* Bug fix: expose the `update-admin-state` command for the `interface` resource that was removed from the CLI by invalid post-processing logic.
6470

6571
7.0.0
6672
++++++
@@ -77,15 +83,15 @@ Release History
7783

7884
6.1.0
7985
++++++
80-
* Added device update-admin-state support
86+
* Added `device update-admin-state` support
8187

8288
6.0.0
8389
++++++
84-
* Added device run rw support
90+
* Added `device run rw` support
8591

8692
5.2.4
8793
++++++
88-
* Added device run ro support
94+
* Added `device run ro` support
8995
* Allowed null values for acl ids in nni
9096

9197
5.2.1
@@ -94,7 +100,7 @@ Release History
94100

95101
5.2.0
96102
++++++
97-
* Added device run ro support
103+
* Added `device run ro` support
98104
* Allowed null values for acl ids in nni
99105

100106
5.0.0
@@ -105,7 +111,7 @@ Release History
105111
4.2.0
106112
++++++
107113
* Added support for upgrading Device and Network Fabric resource.
108-
* Added support for validate configuration in Network Fabric resources.
114+
* Added support for `validate configuration` in Network Fabric resources.
109115

110116
4.1.1
111117
++++++
@@ -115,20 +121,20 @@ Release History
115121
++++++
116122
* Supported for fabric commit-configuration functionality
117123
* PATCH support added for
118-
* - Route Policy,
119-
* - Access Control List,
120-
* - IPCommunity,
121-
* - IPExtendedCommunity,
122-
* - IPPrefix,
123-
* - L2 Isolation Domain,
124-
* - L3 Isolation Domain,
125-
* - Internal Network,
126-
* - External Network
124+
* - Route Policy,
125+
* - Access Control List,
126+
* - IPCommunity,
127+
* - IPExtendedCommunity,
128+
* - IPPrefix,
129+
* - L2 Isolation Domain,
130+
* - L3 Isolation Domain,
131+
* - Internal Network,
132+
* - External Network
127133

128134
3.2.0
129135
++++++
130136
* Supported ACL
131-
* Added new parameter "defaultAction" in RoutePolicies and ACL
137+
* Added new parameter `defaultAction` in RoutePolicies and ACL
132138
* Supported NeighborGroup
133139
* Supported Tap
134140
* Supported TapRule

src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# flake8: noqa
1010

1111
from .__cmd_group import *
12-
from ._arm_configuration_diff import *
1312
from ._commit_batch_status import *
1413
from ._commit_configuration import *
1514
from ._create import *

src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/fabric/_arm_configuration_diff.py

Lines changed: 0 additions & 245 deletions
This file was deleted.

src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/nni/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@
1414
from ._list import *
1515
from ._show import *
1616
from ._update import *
17-
from ._update_bfd_administrative_state import *
1817
from ._wait import *

0 commit comments

Comments
 (0)