You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-sql/managed-instance/doc-changes-updates-release-notes-whats-new.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn about the new features and documentation improvements for Azu
5
5
author: MashaMSFT
6
6
ms.author: mathoma
7
7
ms.reviewer: wiassaf, mathoma
8
-
ms.date: 05/30/2025
8
+
ms.date: 06/04/2025
9
9
ms.service: azure-sql-managed-instance
10
10
ms.subservice: service-overview
11
11
ms.topic: whats-new
@@ -39,7 +39,6 @@ The following table lists the features of Azure SQL Managed Instance that are cu
39
39
|[Database watcher for Azure SQL](../database-watcher-overview.md)| Database watcher is a managed monitoring solution for database services in the Azure SQL family. Database watcher collects in-depth workload monitoring data to give you a detailed view of database performance, configuration, and health. Learn more about [database watcher](https://aka.ms/dbwatcher-preview-announcement).|
40
40
|[DATEADD number allows bigint](/sql/t-sql/functions/dateadd-transact-sql)| For `DATEADD (datepart , number , date )`, number can be expressed as a **bigint**.|
41
41
|[Endpoint policies](./service-endpoint-policies-configure.md)| Configure which Azure Storage accounts can be accessed from a SQL Managed Instance subnet. Grants an extra layer of protection against inadvertent or malicious data exfiltration.|
42
-
|[Invoke an HTTPS REST endpoint SP](/sql/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql)| Use the `sp_invoke_external_rest_endpoint` stored procedure to invoke an HTTPS REST endpoint provided as an input argument to the procedure. |
43
42
|[Microsoft Entra nonunique name support](../database/authentication-microsoft-entra-create-users-with-nonunique-names.md)| The [CREATE USER](/sql/t-sql/statements/create-user-transact-sql) Transact-SQL (T-SQL) syntax has been extended to include `WITH OBJECT_ID` to support creating Microsoft Entra logins and users in Azure SQL Managed Instance that have nonunique names. |
44
43
|[Modernization Advisor](../virtual-machines/modernization-advisor.md)| Use the Modernization Advisor in the Azure portal to help you determine if migrating to Azure SQL Managed Instance from a SQL Server VM saves you money or optimizes performance. |
45
44
|[Next-gen General Purpose](service-tiers-next-gen-general-purpose-use.md)| An architectural upgrade of the General Purpose service tier that uses managed disks for greater resource flexibility, and improved performance while maintaining the same baseline cost as the General Purpose service tier. |
@@ -58,6 +57,7 @@ The following table lists features of Azure SQL Managed Instance that have been
58
57
59
58
| Feature | GA Month | Details |
60
59
| ---| --- |--- |
60
+
|[Invoke an HTTPS REST endpoint SP](/sql/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql)| June 2025 | Use the `sp_invoke_external_rest_endpoint` stored procedure to invoke an HTTPS REST endpoint provided as an input argument to the procedure. |
61
61
|[TLS 1.3 support for replication](replication-transactional-overview.md#tls-13-support)| May 2025 | Configure Azure SQL Managed Instance replication agents to use TLS 1.3. |
62
62
|[Free SQL Managed Instance](free-offer.md)| May 2025 | Try Azure SQL Managed Instance for free for the first 12 months after an instance is created. |
63
63
|[JSON native data type](/sql/t-sql/data-types/json-data-type?view=azuresqlmi-current&preserve-view=true)| May 2025 | The **json** data type provides new capabilities for handling semistructured data in Azure SQL Managed Instance. |
@@ -77,6 +77,13 @@ The following table lists features of Azure SQL Managed Instance that have been
77
77
78
78
Learn about significant changes to the Azure SQL Managed Instance documentation. For previous years, see the [What's new archive](doc-changes-updates-release-notes-whats-new-archive.md).
79
79
80
+
### June 2025
81
+
82
+
| Changes | Details |
83
+
| --- | --- |
84
+
|**Invoke an HTTPS REST endpoint SP GA**| Use the `sp_invoke_external_rest_endpoint` stored procedure to invoke an HTTPS REST endpoint provided as an input argument to the procedure. This feature is now generally available (GA). Review [Invoke an HTTPS REST endpoint SP](/sql/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql) to learn more. |
|[external scripts enabled](external-scripts-enabled-server-configuration-option.md) (SC) |**Minimum**: `0`<br />**Maximum**: `1`<br />**Default**: `0`|[!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] and later versions | Yes |
134
134
|[external xtp dll gen util enabled](../../relational-databases/in-memory-oltp/create-in-memory-oltp-app-control-managed-installer.md#what-is-hkdllgen)|**Minimum**: `0`<br />**Maximum**: `1`<br />**Default**: `0`|[!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] CU 17 and later versions | Yes |
Copy file name to clipboardExpand all lines: docs/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: The sp_invoke_external_rest_endpoint stored procedure invokes an HT
4
4
author: jettermctedder
5
5
ms.author: bspendolini
6
6
ms.reviewer: randolphwest
7
-
ms.date: 05/28/2025
7
+
ms.date: 06/04/2025
8
8
ms.service: sql
9
9
ms.topic: "reference"
10
10
ms.custom:
@@ -27,7 +27,7 @@ monikerRange: "=fabric"
27
27
The `sp_invoke_external_rest_endpoint` stored procedure invokes an HTTPS REST endpoint provided as an input argument to the procedure.
28
28
29
29
> [!NOTE]
30
-
> The `sp_invoke_external_rest_endpoint` stored procedure is in [preview](/azure/azure-sql/managed-instance/doc-changes-updates-release-notes-whats-new#preview) for Azure SQL Managed Instance.
30
+
> The `sp_invoke_external_rest_endpoint` stored procedure is in preview for [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)].
31
31
32
32
## Ways to mitigate risk of unauthorized access or transfer of data
33
33
@@ -108,7 +108,7 @@ GRANT EXECUTE ANY EXTERNAL ENDPOINT TO [<PRINCIPAL>];
108
108
### Enable in SQL Server 2025 and Azure SQL Managed Instance
109
109
110
110
> [!NOTE]
111
-
> The `sp_invoke_external_rest_endpoint` stored procedure is in public preview for [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] and [Azure SQL Managed Instance](/azure/azure-sql/managed-instance/doc-changes-updates-release-notes-whats-new#preview).
111
+
> The `sp_invoke_external_rest_endpoint` stored procedure is in preview for [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)].
112
112
113
113
The `sp_invoke_external_rest_endpoint` stored procedure is available in [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] and Azure SQL Managed Instance configured with the [Always-up-to-date update policy](/azure/azure-sql/managed-instance/update-policy#always-up-to-date-update-policy) and is disabled by default.
0 commit comments