-
Notifications
You must be signed in to change notification settings - Fork 21.8k
adding rundataextractrestricted documentation #127485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
adding rundataextractrestricted documentation #127485
Conversation
@gedrivera : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 04e07d2: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit 447e4ab: ✅ Validation status: passed
For more details, please refer to the build report. |
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
az networkcloud baremetalmachine run-data-extracts-restricted --name "<machine-name>" \ | ||
--resource-group "<cluster_MRG>" \ | ||
--subscription "<subscription>" \ | ||
--commands '[{"arguments":["<arg1>","<arg2>"],"command":"<command1>"}]' \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we update the example to show one of the supported commands instead of just a generic argument?
Also, we should indicate the minimum API version requirements somewhere in this update as it won't be available without the 2025-07-01 Preview or 2025-09-01 GA API, right? Otherwise, it comes across as they can go run this now with any API version.
Reviewed and requesting updates.
Andrew
From: Diana Richards ***@***.***>
Sent: Thursday, August 7, 2025 15:14
To: MicrosoftDocs/azure-docs ***@***.***>
Cc: Andrew Karandjeff ***@***.***>; Mention ***@***.***>
Subject: Re: [MicrosoftDocs/azure-docs] adding rundataextractrestricted documentation (PR #127485)
[https://avatars.githubusercontent.com/u/103777760?s=20&v=4]v-dirichards left a comment (MicrosoftDocs/azure-docs#127485)<#127485 (comment)>
@eak13<https://github.com/eak13>
Can you review the proposed changes?
Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.
#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team<https://github.com/orgs/MicrosoftDocs/teams/public-repo-pr-review-team>
-
Reply to this email directly, view it on GitHub<#127485 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABYWST2JRDXCOWUBX7DL7QT3MOXQVAVCNFSM6AAAAACDL2EQISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCNRVGU3TOMJQGM>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
|
Learn Build status updates of commit 147a01d: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit 8a1492c:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/operator-nexus/howto-baremetal-run-data-extract.md | Details |
articles/operator-nexus/howto-baremetal-run-data-extract.md
- Line 18, Column 1: [Warning: duplicate-h2s - See documentation]
Duplicate heading: 'H2 'Prerequisites''. Each second level heading (H2) in an article must be unique.
- Line 724, Column 1: [Warning: duplicate-h2s - See documentation]
Duplicate heading: 'H2 'Prerequisites''. Each second level heading (H2) in an article must be unique.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
``` | ||
|
||
|
||
[{"arguments":["--min-severity=8"],"command":"cluster-cve-report"}]' --output-directory ~/tmp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not needed
|
||
|
||
### Storage and Output | ||
Output is stored in a blob container specified by the `commandOutputSettings`. By default the `run-data-extract` command uses the same commandOutputSettings however for security purposes `run-data-extracts-restricted` stores outputs in a seperate blob container. For how to specify the commandOutputSettings override for runcommand [please follow this guide](). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is the PR for how to setup the override settings. We might need this to be merged so we can reference it
https://github.com/MicrosoftDocs/azure-docs-pr/pull/303758/files
This PR adds additional documentation around the new RunDataExtractRestricted command. Since the command operation is the same I have added it as a subsection of the RunDataExtract documentation.
az cli