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: articles/operator-nexus/howto-baremetal-run-data-extract.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,9 @@ The current list of supported commands are
74
74
-`TTYLog` - Storage TTYLog data
75
75
-`Debug` - debug logs
76
76
77
+
> [!WARNING]
78
+
> As of the `v20250701preview` API version and above, this command will no longer be supported by the non-restricted `run-data-extract` command. To run `mde-agent-information`, See [Executing a run-data-extracts-restricted Command](#Executing-a-run-data-extracts-restricted-Command)
79
+
77
80
-[Collect Microsoft Defender for Endpoints (MDE) agent information](#collect-mde-agent-information)\
78
81
Command Name: `mde-agent-information`\
79
82
Arguments: None
@@ -86,6 +89,9 @@ The current list of supported commands are
86
89
Command Name: `hardware-rollup-status`\
87
90
Arguments: None
88
91
92
+
> [!WARNING]
93
+
> As of the `v20250701preview` API version and above, this command will no longer be supported by the non-restricted `run-data-extract` command. To run `cluster-cve-report`, See [Executing a run-data-extracts-restricted Command](#Executing-a-run-data-extracts-restricted-Command)
94
+
89
95
-[Generate Cluster Common Vulnerabilities and Exposures (CVE) Report](#generate-cluster-cve-report)\
90
96
Command Name: `cluster-cve-report`\
91
97
Arguments: None
@@ -714,6 +720,13 @@ The command provides a link (if using cluster manager storage) or another comman
714
720
715
721
## Executing a run-data-extracts-restricted Command
716
722
723
+
### Prerequisites
724
+
* minimum supported API of v20250701preview` or `v20250901` and above
725
+
* Storage Blob Container has been configured
726
+
* The target bare metal machine is on and ready.
727
+
* The syntax for these commands is based on the <TODO: need to confirm az networkcloud CLI version>+ version of the az networkcloud CLI.
728
+
* Get the Cluster Managed Resource group name (cluster_MRG) that you created for Cluster resource.
729
+
717
730
The `run-data-extracts-restricted` command functionality mirrors non-restricted run-data-extracts command and includes fine-grained access control via RBAC (Role-Based Access Control). It allows customers to run sensitive data extraction operations on BareMetalMachines with elevated privileges.
718
731
719
732
The `run-data-extracts-restricted` is implemented as a new and separate API action. The action is to be introduced in the `v20250701preview` and `v20250901` GA API, and is designed to mirror the behavior of the original command but with restricted access to specific sub-commands.The following list contains the allowed sub commands for`run-data-extracts-restricted`:
@@ -726,13 +739,6 @@ The `run-data-extracts-restricted` is implemented as a new and separate API acti
726
739
Command Name: `cluster-cve-report`\
727
740
Arguments: None
728
741
729
-
## Prerequisites
730
-
* minimum supported API of v20250701preview` or `v20250901` and above
731
-
* Storage Blob Container has been configured
732
-
* The target bare metal machine is on and ready.
733
-
* The syntax for these commands is based on the <TODO: need to confirm az networkcloud cli version>+ version of the az networkcloud CLI.
734
-
* Get the Cluster Managed Resource group name (cluster_MRG) that you created for Cluster resource.
735
-
736
742
Command execution can be performed using `az networkcloud baremetalmachine run-data-extracts-restricted` and it accepts arguments similarly to the `run-data-extract`.
737
743
738
744
**Example**
@@ -747,8 +753,5 @@ az networkcloud baremetalmachine run-data-extracts-restricted --name "<machine-n
Output from run command executions are by default stored in the blob container defined by the `commandOutputSettings`. Override of the `commandOutputSettings` value is supported per command output type (i.e.BareMetalMachineRunDataExtractsRestricted). For how to specify the commandOutputSettings override for runcommand see [Azure Operator Nexus Cluster support for managed identities and user provided resources](./howto-cluster-managed-identity-user-provided-resources.md).
0 commit comments