File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName"
6262 --limit-time-seconds 600
6363```
6464
65- This example executes the ` mde-agent-information ` command where no arguments are required .
65+ This example executes the ` mde-agent-information ` command without arguments.
6666
6767``` azurecli
6868az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
@@ -104,8 +104,8 @@ Script execution result can be found in storage account:
104104https://cm2p9bctvhxnst.blob.core.windows.net/bmm-run-command-output/dd84df50-7b02-4d10-a2be-46782cbf4eef-action-bmmdataextcmd.tar.gz?se=2023-04-14T01%3A00%3A15Zandsig=ZJcsNoBzvOkUNL0IQ3XGtbJSaZxYqmtd%2BM6rmxDFqXE%3Dandsp=randspr=httpsandsr=bandst=2023-04-13T21%3A00%3A15Zandsv=2019-12-12
105105```
106106
107- Data is collected from the ` mde-agent-information ` command and formatted as JSON
108- to ` /hostfs/tmp/runcommand/mde-agent-information.json ` . The JSON file can be found
107+ Data is collected with the ` mde-agent-information ` command and formatted as JSON
108+ to ` /hostfs/tmp/runcommand/mde-agent-information.json ` . The JSON file is found
109109in the data extract zip file located in the storage account.
110110
111111``` azurecli
You can’t perform that action at this time.
0 commit comments