Skip to content
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 @@ -161,7 +161,7 @@
}
},
"default": {
"description": "*** Error Responses: ***\n\n * 400 InvalidDtcName - User tried to interact with Azure SQL Managed Instance DTC settings with a DTC name different from 'current'.\n\n * 400 InvalidUpdateDtcOperationParameters - The provided set of parameters in the body of the request is either empty or invalid.\n\n * 400 InvalidDtcAuthenticationMethod - DTC authentication method \"{0}\" is not supported.\n\n * 400 InvalidDtcVirtualClusterVersion - Virtual cluster version of the Azure SQL Managed Instance \"{0}\" is not supported.\n\n * 400 ManagementServiceManagedInstanceDtcFeatureDisabled - User tried to interact with Azure SQL Managed Instance DTC settings but DTC feature is currently not supported.\n\n * 404 ResourceNotFound - The requested resource was not found.\n\n * 404 OperationIdNotFound - The operation with Id does not exist.\n\n * 404 OperationIdNotFound - The operation with Id does not exist.\n\n * 409 OperationCancelled - The operation has been cancelled by user.\n\n * 409 OperationInterrupted - The operation on the resource could not be completed because it was interrupted by another operation on the same resource.\n\n * 500 OperationTimedOut - The operation timed out and automatically rolled back. Please retry the operation."
"description": "*** Error Responses: ***\n\n * 400 InvalidDtcName - User tried to interact with Azure SQL Managed Instance DTC settings with a DTC name different from 'current'.\n\n * 400 InvalidUpdateDtcOperationParameters - The provided set of parameters in the body of the request is either empty or invalid.\n\n * 400 InvalidDtcAuthenticationMethod - DTC authentication method \"{0}\" is not supported.\n\n * 400 InvalidDtcXaTransactionsDefaultTimeoutValue - Invalid DTC XA Transactions default timeout value.\n\n * 400 InvalidDtcXaTransactionsMaximumTimeoutValue - Invalid DTC XA Transactions maximum timeout value.\n\n * 400 InvalidDtcVirtualClusterVersion - Virtual cluster version of the Azure SQL Managed Instance \"{0}\" is not supported.\n\n * 400 ManagementServiceManagedInstanceDtcFeatureDisabled - User tried to interact with Azure SQL Managed Instance DTC settings but DTC feature is currently not supported.\n\n * 404 ResourceNotFound - The requested resource was not found.\n\n * 404 OperationIdNotFound - The operation with Id does not exist.\n\n * 404 OperationIdNotFound - The operation with Id does not exist.\n\n * 409 OperationCancelled - The operation has been cancelled by user.\n\n * 409 OperationInterrupted - The operation on the resource could not be completed because it was interrupted by another operation on the same resource.\n\n * 429 SubscriptionTooManyCreateUpdateRequests - Requests beyond max requests that can be processed by available resources.\n\n * 429 SubscriptionTooManyRequests - Requests beyond max requests that can be processed by available resources.\n\n * 500 OperationTimedOut - The operation timed out and automatically rolled back. Please retry the operation.\n\n * 503 TooManyRequests - Requests beyond max requests that can be processed by available resources."
}
},
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -267,8 +267,18 @@
"type": "boolean"
},
"snaLu6point2TransactionsEnabled": {
"description": "Allow SNA LU 6.2 to managed instance DTC.",
"description": "Allow SNA LU 6.2 Transactions to managed instance DTC.",
"type": "boolean"
},
"xaTransactionsDefaultTimeout": {
"format": "int32",
"description": "Default timeout for XA Transactions (in seconds).",
"type": "integer"
},
"xaTransactionsMaximumTimeout": {
"format": "int32",
"description": "Maximum timeout for XA Transactions (in seconds).",
"type": "integer"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"authentication": "NoAuth"
},
"xaTransactionsEnabled": false,
"snaLu6point2TransactionsEnabled": false
"snaLu6point2TransactionsEnabled": false,
"xaTransactionsDefaultTimeout": 1000,
"xaTransactionsMaximumTimeout": 3000
},
"externalDnsSuffixSearchList": [
"dns.example1.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"authentication": "NoAuth"
},
"xaTransactionsEnabled": false,
"snaLu6point2TransactionsEnabled": false
"snaLu6point2TransactionsEnabled": false,
"xaTransactionsDefaultTimeout": 1000,
"xaTransactionsMaximumTimeout": 3000
},
"externalDnsSuffixSearchList": [
"dns.example1.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"authentication": "NoAuth"
},
"xaTransactionsEnabled": false,
"snaLu6point2TransactionsEnabled": false
"snaLu6point2TransactionsEnabled": false,
"xaTransactionsDefaultTimeout": 1000,
"xaTransactionsMaximumTimeout": 3000
},
"externalDnsSuffixSearchList": [
"dns.example1.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"authentication": "NoAuth"
},
"xaTransactionsEnabled": false,
"snaLu6point2TransactionsEnabled": false
"snaLu6point2TransactionsEnabled": false,
"xaTransactionsDefaultTimeout": 1000,
"xaTransactionsMaximumTimeout": 3000
},
"externalDnsSuffixSearchList": [
"dns.example1.com",
Expand All @@ -36,7 +38,9 @@
"authentication": "NoAuth"
},
"xaTransactionsEnabled": false,
"snaLu6point2TransactionsEnabled": false
"snaLu6point2TransactionsEnabled": false,
"xaTransactionsDefaultTimeout": 1000,
"xaTransactionsMaximumTimeout": 3000
},
"externalDnsSuffixSearchList": [
"dns.example1.com",
Expand Down
2 changes: 1 addition & 1 deletion specification/sql/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,10 @@ input-file:
- ./Microsoft.Sql/preview/2021-11-01-preview/DatabaseAdvancedThreatProtectionSettings.json
- ./Microsoft.Sql/preview/2021-11-01-preview/ServerAdvancedThreatProtectionSettings.json
- ./Microsoft.Sql/preview/2021-11-01-preview/ManagedServerDnsAliases.json
- ./Microsoft.Sql/preview/2022-02-01-preview/ManagedInstanceDtcs.json
- ./Microsoft.Sql/preview/2022-02-01-preview/ManagedDatabaseAdvancedThreatProtectionSettings.json
- ./Microsoft.Sql/preview/2022-02-01-preview/ManagedInstanceAdvancedThreatProtectionSettings.json
- ./Microsoft.Sql/preview/2022-05-01-preview/ManagedDatabaseMoveOperations.json
- ./Microsoft.Sql/preview/2022-05-01-preview/ManagedInstanceDtcs.json


# Needed when there is more than one input file
Expand Down