Skip to content

Commit

Permalink
fixing enum (#22995)
Browse files Browse the repository at this point in the history
Co-authored-by: Jovana Toroman <[email protected]>
  • Loading branch information
toki95 and Jovana Toroman authored Mar 14, 2023
1 parent 4c2708d commit 9f4ea37
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -565,24 +565,13 @@
}
},
"provisioningState": {
"description": "The ARM provisioning state of the job execution.",
"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",
"InProgress"
"Canceled"
],
"type": "string",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,22 +291,11 @@
"provisioningState": {
"description": "The ARM provisioning state of the job execution.",
"enum": [
"Creating",
"Deleting",
"Updating",
"Unknown",
"Created",
"InProgress",
"Succeeded",
"Failed",
"Accepted",
"Created",
"Deleted",
"Unrecognized",
"Running",
"Canceled",
"NotSpecified",
"Registering",
"TimedOut",
"InProgress"
"Canceled"
],
"type": "string",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,22 +425,11 @@
"provisioningState": {
"description": "The ARM provisioning state of the job execution.",
"enum": [
"Creating",
"Deleting",
"Updating",
"Unknown",
"Created",
"InProgress",
"Succeeded",
"Failed",
"Accepted",
"Created",
"Deleted",
"Unrecognized",
"Running",
"Canceled",
"NotSpecified",
"Registering",
"TimedOut",
"InProgress"
"Canceled"
],
"type": "string",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,22 +239,11 @@
"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",
"InProgress"
"Canceled"
],
"type": "string",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -896,24 +896,13 @@
"type": "object",
"properties": {
"provisioningState": {
"description": "Provisioning state of managed instance.",
"description": "Provisioning state of managed instance.",
"enum": [
"Creating",
"Deleting",
"Updating",
"Unknown",
"Created",
"InProgress",
"Succeeded",
"Failed",
"Accepted",
"Created",
"Deleted",
"Unrecognized",
"Running",
"Canceled",
"NotSpecified",
"Registering",
"TimedOut",
"InProgress"
"Canceled"
],
"type": "string",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,24 +226,13 @@
]
},
"provisioningState": {
"description": "Provisioning state of server configuration option.",
"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",
"InProgress"
"Canceled"
],
"type": "string",
"readOnly": true,
Expand Down

0 comments on commit 9f4ea37

Please sign in to comment.