Skip to content

Commit

Permalink
Updated provisioning state enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Krivokapic committed May 18, 2022
1 parent 1484207 commit 673a8ac
Showing 1 changed file with 8 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,24 +309,18 @@
"provisioningState": {
"description": "Provisioning state of managed instance DTC.",
"enum": [
"Creating",
"Deleting",
"Updating",
"Unknown",
"Created",
"InProgress",
"Succeeded",
"Failed",
"Accepted",
"Created",
"Deleted",
"Unrecognized",
"Running",
"Canceled",
"NotSpecified",
"Registering",
"TimedOut"
"Canceled"
],
"type": "string",
"readOnly": true
"readOnly": true,
"x-ms-enum": {
"name": "ProvisioningState",
"modelAsString": true
}
}
}
},
Expand Down

0 comments on commit 673a8ac

Please sign in to comment.