Skip to content

Commit 56ef7c6

Browse files
dmvs000Shankar DarugaCopilot
authored
Rename SettingUp to Preparing in ScenarioRunState enum (#42780)
Renames the SettingUp enum value to Preparing in the ScenarioRunState union for a more generalized lifecycle phase name. Co-authored-by: Shankar Daruga <sdaruga@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5594f05 commit 56ef7c6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

specification/chaos/resource-manager/Microsoft.Chaos/Chaos/preview/2026-05-01-preview/openapi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6745,7 +6745,7 @@
67456745
"Validating",
67466746
"ValidationSucceeded",
67476747
"Starting",
6748-
"SettingUp",
6748+
"Preparing",
67496749
"Running",
67506750
"CleaningUp",
67516751
"Canceling",
@@ -6788,9 +6788,9 @@
67886788
"description": "The scenario run is in the process of being started."
67896789
},
67906790
{
6791-
"name": "SettingUp",
6792-
"value": "SettingUp",
6793-
"description": "The scenario run is in the process of being setup."
6791+
"name": "Preparing",
6792+
"value": "Preparing",
6793+
"description": "The scenario run is in the process of being prepared."
67946794
},
67956795
{
67966796
"name": "Running",

specification/chaos/resource-manager/Microsoft.Chaos/Chaos/scenarioRun.models.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ union ScenarioRunState {
344344
Starting: "Starting",
345345

346346
/**
347-
* The scenario run is in the process of being setup.
347+
* The scenario run is in the process of being prepared.
348348
*/
349-
SettingUp: "SettingUp",
349+
Preparing: "Preparing",
350350

351351
/**
352352
* The scenario run is in the process of running.

0 commit comments

Comments
 (0)