Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert of changes related to Provisioning state enum #22995

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -884,24 +884,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