Skip to content

FEAT: REST API Scenario parameters and initializers#1724

Open
rlundeen2 wants to merge 4 commits into
microsoft:mainfrom
rlundeen2:users/rlundeen/2026_05_11_scenario_gaps
Open

FEAT: REST API Scenario parameters and initializers#1724
rlundeen2 wants to merge 4 commits into
microsoft:mainfrom
rlundeen2:users/rlundeen/2026_05_11_scenario_gaps

Conversation

@rlundeen2
Copy link
Copy Markdown
Contributor

  • Added a way for scenarios to see more in-progress status
  • Added supported_parameters to scenarios
  • Added initializer listing endpoints

1
for results in scenario_result.attack_results.values()
for ar in results
if ar.outcome in (AttackOutcome.SUCCESS, AttackOutcome.FAILURE)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we not want to report others? In theory, there could be ones other than success/failure...

self,
*,
limit: int = 50,
cursor: Optional[str] = None,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

your coding agent seems to ignore styling rules 😆 Optional[str] should be str | None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants