edgeoperator: az aldo system-readiness show (preview) - #10205
Draft
kleyvaortega wants to merge 5 commits into
Draft
edgeoperator: az aldo system-readiness show (preview)#10205kleyvaortega wants to merge 5 commits into
kleyvaortega wants to merge 5 commits into
Conversation
…iness show Add recording processors to the scenario test to drop private-cloud auth interactions and normalize the ARM host, and sanitize the recording so it contains no tokens or private ALDO endpoints. Playback runs offline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Hi kleyvaortega, |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Automated sensitive-information remediation ran on this pull request.
If a credential was exposed, rotate or revoke it immediately. Detected values are never copied into this comment. ✅ Keep the redaction · ❌ Dispute the redaction GitHub only supports a fixed reaction set, so 👍 represents ✅ and 👎 represents ❌. The bot-created reactions are only poll choices. Posted by agent-assist (autonomous bug-fix pipeline). |
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Collaborator
|
aldo |
Add MIT license headers to the 7 source/test files that were missing them (Check License gate), and register the `az aldo` command group in src/service_name.json as "ALDO EdgeOperator" (azdev linter/style service name gate). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Map the az aldo umbrella group to "Azure Local Disconnected Operations" and the EdgeOperator sub-group az aldo system-readiness to "Edge Operator", so future non-EdgeOperator ALDO commands are not mislabeled. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…into users/kleyvaortega/systemReadinessExtensions # Conflicts: # src/service_name.json
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new preview Azure CLI extension
edgeoperatorexposing the read-only command:az aldo system-readiness show— GET onMicrosoft.EdgeOperator/systemReadiness/default(subscription-scoped singleton), API version2026-06-01-preview.Details
az aldo; extension/packageedgeoperator(azext_edgeoperator).2.75.0; marked preview.send_raw_requestagainst the active cloud''s ARM endpoint.Tests
test_custom.py) validates URL construction and dispatch.test_system_readiness_scenario.py) with recording processors that:azdev style,azdev linter,azdev test, andazdev extension buildall pass locally.Notes for reviewers
azure-rest-api-specs-prrepo (not yet public). Flagging for command-name/API design review and public-availability requirements.