Skip to content

Commit 9e1ee63

Browse files
Merge pull request #35989 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-03 18:30 UTC
2 parents 5f5aafa + e3aa0cf commit 9e1ee63

File tree

3 files changed

+200
-101
lines changed

3 files changed

+200
-101
lines changed

azure-sql/managed-instance/doc-changes-updates-known-issues.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This article lists the currently known issues with [Azure SQL Managed Instance](
3535
| [msdb table for manual backups doesn't preserve the username](#msdb-table-for-manual-backups-doesnt-preserve-the-username) | Nov 2022 | Resolved | Aug 2023 |
3636
| [When using SQL Server authentication, usernames with '@' aren't supported](#when-using-sql-server-authentication-usernames-with--arent-supported) | Oct 2021 | Resolved | Feb 2022 |
3737
| [Misleading error message on Azure portal suggesting recreation of the Service Principal](#misleading-error-message-on-azure-portal-suggesting-recreation-of-the-service-principal) | Sep 2021 | | Oct 2021 |
38-
| [Changing the connection type doesn't affect connections through the failover group endpoint](#changing-the-connection-type-doesnt-affect-connections-through-the-failover-group-endpoint) | Jan 2021 | Has Workaround | |
38+
| [Changing the connection type doesn't affect connections through the failover group endpoint](#changing-the-connection-type-doesnt-affect-connections-through-the-failover-group-endpoint) | Jan 2021 | Resolved | Nov 2025 |
3939
| [Distributed transactions can be executed after removing SQL managed instance from Server Trust Group](#distributed-transactions-can-be-executed-after-removing-sql-managed-instance-from-server-trust-group) | Oct 2020 | Has Workaround | |
4040
| [Can't create SQL Managed Instance with the same name as logical server previously deleted](#cant-create-sql-managed-instance-with-the-same-name-as-logical-server-previously-deleted) | Aug 2020 | Has Workaround | |
4141
| [Service Principal can't access Microsoft Entra ID and AKV](#service-principal-cant-access-azure-ad-and-akv) | Aug 2020 | Has Workaround | |
@@ -143,12 +143,6 @@ GO
143143
```
144144

145145

146-
### Changing the connection type doesn't affect connections through the failover group endpoint
147-
148-
If an instance participates in a [failover group](failover-group-sql-mi.md), changing the instance's [connection type](connection-types-overview.md) doesn't take effect for the connections established through the failover group listener endpoint.
149-
150-
**Workaround**: Drop and recreate failover group after changing the connection type.
151-
152146
<a id="procedure-sp_send_dbmail-may-transiently-fail-when-query-parameter-is-used"></a>
153147

154148
### Distributed transactions can be executed after removing SQL managed instance from Server Trust Group
@@ -264,6 +258,12 @@ Error logs that are available in SQL Managed Instance aren't persisted, and thei
264258

265259
## Resolved
266260

261+
### Changing the connection type doesn't affect connections through the failover group endpoint
262+
263+
**(Resolved in November 2025)**
264+
265+
If an instance participates in a [failover group](failover-group-sql-mi.md), changing the instance's [connection type](connection-types-overview.md) doesn't take effect for the connections established through the failover group listener endpoint.
266+
267267
### Temporary instance inaccessibility using the failover group listener during scaling operation
268268

269269
**(Resolved in April 2025)**

docs/linux/sql-server-linux-setup-ssis.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ ms.custom:
1717

1818
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1919

20-
Follow the steps in this article to install SQL Server Integration Services (**mssql-server-is**) on Linux. For more information about the features that are supported in Integration Services for Linux, see:
21-
22-
- [Release notes for SQL Server 2025 on Linux](sql-server-linux-release-notes-2025.md)
23-
- [Release notes for SQL Server 2022 on Linux](sql-server-linux-release-notes-2022.md)
24-
- [Release notes for SQL Server 2019 on Linux](sql-server-linux-release-notes-2019.md)
25-
- [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes-2017.md)
20+
Follow the steps in this article to install SQL Server Integration Services (**mssql-server-is**) on Linux. For more information about the features that are supported in Integration Services for Linux, see [Limitations and known issues for SSIS on Linux](sql-server-linux-ssis-known-issues.md).
2621

2722
You can install SQL Server Integration Services (SSIS) on Red Hat Enterprise Linux (RHEL) and Ubuntu. SUSE Linux Enterprise Server (SLES) isn't supported. Installing SSIS on containers is also not supported.
2823

0 commit comments

Comments
 (0)