Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 29 additions & 23 deletions src/managednetworkfabric/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Release History
===============
8.2.1
++++++
* Removing the following commands as they are not supported in the API:
* - `nni update-bfd-administrative-state`
* - `fabric arm-configuration-diff`

8.2.0
++++++
* All fields with swagger setting `format=arm-id` are now nullable via the CLI.
Expand Down Expand Up @@ -29,38 +35,38 @@ Release History

8.0.0b6
++++++
* Enables the 'device refresh-configuration' command that was previously disabled/removed.
* Renames the 'network-device-name' parameter on 'device refresh-configuration' and 'device reboot' operations to 'resource-name' for better overall consistency.
* Enables the `device refresh-configuration` command that was previously disabled/removed.
* Renames the `network-device-name` parameter on `device refresh-configuration` and `device reboot` operations to `resource-name` for better overall consistency.

8.0.0b5
++++++
* Fixes 'taprule create' command as the API cannot support float values for 'polling-interval-in-seconds' option, i.e. - '30.0'.
* Fixes `taprule create` command as the API cannot support float values for `polling-interval-in-seconds` option, i.e. - `30.0`.
* Fixes the response object model for validate-configuration operations that cause response of the operation to not show any output.
* az core cli updated to version 2.70, aaz_dev updated to version 4.2.0, and azdev to version 0.2.4.

8.0.0b4
++++++
* Fixes 'device run-ro' command for missing fields in the response.
* Fixes `device run-ro` command for missing fields in the response.

8.0.0b3
++++++
* Adding custom output formatting for 'device' run-ro command
* Adding custom output formatting for `device run-ro` command

8.0.0b2
++++++
* Making the Network Monitor resource available through the CLI.
* Within the the IPv4/IPv6 PrefixLimitPatchProperties structure for External and Internal Networks, renamed the 'softLimit' property to 'threshold'.
* Within the the IPv4/IPv6 PrefixLimitPatchProperties structure for External and Internal Networks, renamed the `softLimit` property to `threshold`.

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

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

7.0.0
++++++
Expand All @@ -77,15 +83,15 @@ Release History

6.1.0
++++++
* Added device update-admin-state support
* Added `device update-admin-state` support

6.0.0
++++++
* Added device run rw support
* Added `device run rw` support

5.2.4
++++++
* Added device run ro support
* Added `device run ro` support
* Allowed null values for acl ids in nni

5.2.1
Expand All @@ -94,7 +100,7 @@ Release History

5.2.0
++++++
* Added device run ro support
* Added `device run ro` support
* Allowed null values for acl ids in nni

5.0.0
Expand All @@ -105,7 +111,7 @@ Release History
4.2.0
++++++
* Added support for upgrading Device and Network Fabric resource.
* Added support for validate configuration in Network Fabric resources.
* Added support for `validate configuration` in Network Fabric resources.

4.1.1
++++++
Expand All @@ -115,20 +121,20 @@ Release History
++++++
* Supported for fabric commit-configuration functionality
* PATCH support added for
* - Route Policy,
* - Access Control List,
* - IPCommunity,
* - IPExtendedCommunity,
* - IPPrefix,
* - L2 Isolation Domain,
* - L3 Isolation Domain,
* - Internal Network,
* - External Network
* - Route Policy,
* - Access Control List,
* - IPCommunity,
* - IPExtendedCommunity,
* - IPPrefix,
* - L2 Isolation Domain,
* - L3 Isolation Domain,
* - Internal Network,
* - External Network

3.2.0
++++++
* Supported ACL
* Added new parameter "defaultAction" in RoutePolicies and ACL
* Added new parameter `defaultAction` in RoutePolicies and ACL
* Supported NeighborGroup
* Supported Tap
* Supported TapRule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# flake8: noqa

from .__cmd_group import *
from ._arm_configuration_diff import *
from ._commit_batch_status import *
from ._commit_configuration import *
from ._create import *
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
from ._list import *
from ._show import *
from ._update import *
from ._update_bfd_administrative_state import *
from ._wait import *
Loading
Loading