Skip to content

Commit

Permalink
changed inline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brrusino committed Jan 22, 2025
1 parent d760549 commit 89dd9b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ model ExperimentExecutionProperties {
stoppedAt?: utcDateTime;

/**
* Resource provisioning state. Not currently in use because resource is created synchronously.
* Resource provisioning state. Not currently in use for executions.
*/
@removed(Microsoft.Chaos.Versions.v2025_01_01)
@visibility("read")
Expand Down Expand Up @@ -111,7 +111,7 @@ model ExperimentExecutionDetailsProperties {
stoppedAt?: utcDateTime;

/**
* Resource provisioning state. Not currently in use because resource is created synchronously.
* Resource provisioning state. Resource provisioning state. Not currently in use for executions.
*/
@removed(Microsoft.Chaos.Versions.v2025_01_01)
@visibility("read")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2973,7 +2973,7 @@
},
"provisioningState": {
"$ref": "#/definitions/ProvisioningState",
"description": "Resource provisioning state. Not currently in use because resource is created synchronously.",
"description": "Resource provisioning state. Resource provisioning state. Not currently in use for executions.",
"readOnly": true
},
"failureReason": {
Expand Down Expand Up @@ -3055,7 +3055,7 @@
},
"provisioningState": {
"$ref": "#/definitions/ProvisioningState",
"description": "Resource provisioning state. Not currently in use because resource is created synchronously.",
"description": "Resource provisioning state. Not currently in use for executions.",
"readOnly": true
}
}
Expand Down

0 comments on commit 89dd9b2

Please sign in to comment.