Skip to content

Commit effdacb

Browse files
committed
07-15-2025 CLI shake test
1 parent edce5d0 commit effdacb

File tree

254 files changed

+19218
-3424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+19218
-3424
lines changed

src/managednetworkfabric/HISTORY.rst

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
33
Release History
44
===============
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+
513
8.0.0
614
++++++
715
* Updating version 8-beta to stable cli version 8.x for 2024-06-15-preview.
@@ -14,38 +22,38 @@ Release History
1422

1523
8.0.0b6
1624
++++++
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.
1927

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

2634
8.0.0b4
2735
++++++
28-
* Fixes 'device run-ro' command for missing fields in the response.
36+
* Fixes `device run-ro` command for missing fields in the response.
2937

3038
8.0.0b3
3139
++++++
32-
* Adding custom output formatting for 'device' run-ro command
40+
* Adding custom output formatting for `device run-ro` command
3341

3442
8.0.0b2
3543
++++++
3644
* 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`.
3846

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

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

5058
7.0.0
5159
++++++

src/managednetworkfabric/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# Microsoft Azure CLI 'managednetworkfabric' Extension #
2-
3-
This is an extension to Azure CLI to manage Microsoft.ManagedNetworkFabric resources.
1+
# Azure CLI Managednetworkfabric Extension #
2+
This is an extension to Azure CLI to manage Managednetworkfabric resources.
43

54
## How to use ##
65

@@ -23,10 +22,14 @@ Below is a high-level overview of managednetworkfabric commands.
2322
| Commands | Description |
2423
|--------------------------------------|--------------------------------------------------|
2524
| az networkfabric acl | Manage Access Control List Resource. |
25+
| az networkfabric bootstrapdevice | Manage Network Bootstrap Device Resource. |
26+
| az networkfabric bootstrapinterface | Manage Network Bootstrap Interface Resource. |
2627
| az networkfabric controller | Manage Network Fabric Controller Resource. |
2728
| az networkfabric device | Manage Network Device Resource. |
29+
| az networkfabric devicesku | Manage Network Device SKU Resource. |
2830
| az networkfabric externalnetwork | Manage External Network Resource. |
2931
| az networkfabric fabric | Manage Network Fabric Resource. |
32+
| az networkfabric fabricsku | Manage Network Fabric SKU Resource |
3033
| az networkfabric interface | Manage Network Interface Resource. |
3134
| az networkfabric internalnetwork | Manage Internal Network Resource. |
3235
| az networkfabric internetgateway | Manage Internet Gateway Resource. |
@@ -37,6 +40,7 @@ Below is a high-level overview of managednetworkfabric commands.
3740
| az networkfabric l2domain | Manage L2 Isolation Domain Resource. |
3841
| az networkfabric l3domain | Manage L3 Isolation Domain Resource. |
3942
| az networkfabric neighborgroup | Manage Neighbor Group Resource. |
43+
| az networkfabric networkmonitor | Manage Network Monitor Resource. |
4044
| az networkfabric nni | Manage Network To Network Interconnect Resource. |
4145
| az networkfabric npb | Manage Network Packet Broker Resource. |
4246
| az networkfabric rack | Manage Network Rack Resource. |

0 commit comments

Comments
 (0)