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/networkcloud/HISTORY.rst
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,22 @@
3
3
Release History
4
4
===============
5
5
6
+
4.0.0b1
7
+
++++++++
8
+
* This beta version supports NetworkCloud 2025-07-01-preview APIs.
9
+
* New run-data-extract-restricted command is added for Bare metal machine.
10
+
* New run-data-read command is added for Storage appliance.
11
+
* New assign-relay command is added for Virtual machine.
12
+
* Cluster Manager can now be created with a user defined SKU and availability zones. Only a limited set of SKUs is supported and at least 2 availability zones are required.
13
+
* Cluster service principal properties are deprecated in favor of Managed Identity.
14
+
* Cluster create and update support added for the command output settings override to define command specific containers.
15
+
* Bare metal machine key set create command is updated to allow for non-standard privilege setting.
16
+
* Virtual machine create command is updated to support user-data-content and network-data-content parameters, which are treated as secrets. These parameters should be used instead of now deprecated user-data and network-data, which store and return information in a clear text.
17
+
* Volume create command is updated to support allocation at the desired storage appliance.
18
+
* All list commands are updated to support the `--top` parameter, which allows limiting the number of items returned in the API response. When provided, the CLI will retrieve the max of `--top` results at a time and iterate over the paginated response using `nextLink` until all retrieved.
19
+
* This version requires a minimum of 2.70 Azure core CLI. See release notes for more details: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/release-notes-azure-cli.md
20
+
* This version upgrades the internal generation tool aaz-dev-tools to 4.2.0. Refer to the release notes for more details: https://github.com/Azure/aaz-dev-tools/releases/tag/v4.2.0.
21
+
6
22
3.0.0
7
23
++++++++
8
24
* This stable version supports NetworkCloud 2025-02-01 APIs.
@@ -12,7 +28,7 @@ Release History
12
28
3.0.0b1
13
29
++++++++
14
30
* This beta version supports NetworkCloud 2024-10-01-preview APIs.
15
-
* This version requires a minimum of 2.67 Azure core CLI. See release notes for more details: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/Latest-version/release-notes-azure-cli.md
31
+
* This version requires a minimum of 2.67 Azure core CLI. See release notes for more details: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/release-notes-azure-cli.md
16
32
* This version upgrades the internal generation tool aaz-dev-tools to 3.2.0. Refer to the release notes for more details: https://github.com/Azure/aaz-dev-tools/releases/tag/v3.2.0.
17
33
* A bug fix for delete commands returning 204 without content is included in this release.
18
34
* New `identity` command group is added to Cluster Manager for handling system-assigned and user-assigned identity updates.
@@ -31,7 +47,7 @@ Release History
31
47
32
48
2.0.0b7
33
49
++++++++
34
-
* This version requires a minimum of 2.66 Azure core CLI. See release notes for more details: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/Latest-version/release-notes-azure-cli.md
50
+
* This version requires a minimum of 2.66 Azure core CLI. See release notes for more details: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/release-notes-azure-cli.md
35
51
* This version upgrades the internal generation tool aaz-dev-tools to 3.1.0. Refer to the release notes for more details: https://github.com/Azure/aaz-dev-tools/releases/tag/v3.1.0.
36
52
* Optional Cluster properties can be now set to null during update (PATCH) operation. This includes `--cluster-service-principal`, `--command-output-settings`, `--compute-deployment-threshold`, `--update-strategy`, `--secret-archive`, and `--runtime-protection`. In that case, the value will be reset to the default if defined by the API.
37
53
* This version introduces custom code to validate the `--command-output-settings` property of a cluster for both create and update operations. When the `identity-type` is `SystemAssignedIdentity`, the UAI(User Assigned Identity) should not be provided and will be set to None to erase any previous value. When the `identity-type` is `UserAssignedIdentity`, the UAI must be provided.
Copy file name to clipboardExpand all lines: src/networkcloud/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Azure CLI AFOI-Network Cloud Extension #
1
+
# Microsoft Azure CLI 'networkcloud' Extension #
2
2
3
-
This is an extension to Azure CLI to manage Azure Operator Nexus - Network Cloud on-premises clusters and their resources, such as racks, bare metal hosts, virtual machines, workload networks and more.
3
+
This is an extension to Azure CLI to manage Microsoft.NetworkCloud on-premises clusters and their resources, such as racks, bare metal hosts, virtual machines, workload networks and more.
0 commit comments