diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobExecutions.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobExecutions.json index d68ea631c277..3f3a83963039 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobExecutions.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobExecutions.json @@ -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, diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobStepExecutions.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobStepExecutions.json index d6f48264c5a8..862c678bd767 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobStepExecutions.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobStepExecutions.json @@ -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, diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobTargetExecutions.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobTargetExecutions.json index 935b7b7d6f1b..6d5feca572f5 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobTargetExecutions.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/JobTargetExecutions.json @@ -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, diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ManagedInstanceDtcs.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ManagedInstanceDtcs.json index 25703389df71..2a763b010a9a 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ManagedInstanceDtcs.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ManagedInstanceDtcs.json @@ -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, diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ManagedInstances.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ManagedInstances.json index ae4ec975b040..79bb2a54583d 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ManagedInstances.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ManagedInstances.json @@ -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, diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ServerConfigurationOptions.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ServerConfigurationOptions.json index c6f00df25d50..df204b31a8cc 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ServerConfigurationOptions.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/ServerConfigurationOptions.json @@ -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,