Skip to content
Closed
  •  
  •  
  •  
22 changes: 14 additions & 8 deletions src/managednetworkfabric/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,50 @@

Release History
===============
9.0.0
++++++
* Adds `bootstrapdevice`` and `bootstrapinterface`` resources and commands.
* For consistency the `--network-fabric-name`` parameter on `nni updatebfdadminstrativestate` has been changed to `--fabric --fabric-name`.
* For consistency the `--network-fabric-name --name -n`` parameter on `fabric identity` sub-commands `assign`, `remove`, `show`, `wait`` have been changed to `--resource-name`.

8.0.0b7
++++++
* Added missing examples and updated verbiage on existing examples

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 Down
5 changes: 5 additions & 0 deletions src/managednetworkfabric/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ Below is a high-level overview of managednetworkfabric commands.
| Commands | Description |
|--------------------------------------|--------------------------------------------------|
| az networkfabric acl | Manage Access Control List Resource. |
| az networkfabric bootstrapdevice | Manage Network Bootstrap Device Resource. |
| az networkfabric bootstrapinterface | Manage Network Bootstrap Interface Resource. |
| az networkfabric controller | Manage Network Fabric Controller Resource. |
| az networkfabric device | Manage Network Device Resource. |
| az networkfabric devicesku | Manage Network Device SKU Resource. |
| az networkfabric externalnetwork | Manage External Network Resource. |
| az networkfabric fabric | Manage Network Fabric Resource. |
| az networkfabric fabricsku | Manage Network Fabric SKU Resource |
| az networkfabric interface | Manage Network Interface Resource. |
| az networkfabric internalnetwork | Manage Internal Network Resource. |
| az networkfabric internetgateway | Manage Internet Gateway Resource. |
Expand All @@ -36,6 +40,7 @@ Below is a high-level overview of managednetworkfabric commands.
| az networkfabric l2domain | Manage L2 Isolation Domain Resource. |
| az networkfabric l3domain | Manage L3 Isolation Domain Resource. |
| az networkfabric neighborgroup | Manage Neighbor Group Resource. |
| az networkfabric networkmonitor | Manage Network Monitor Resource. |
| az networkfabric nni | Manage Network To Network Interconnect Resource. |
| az networkfabric npb | Manage Network Packet Broker Resource. |
| az networkfabric rack | Manage Network Rack Resource. |
Expand Down
Loading
Loading