Skip to content

Commit d71018e

Browse files
JetterMcTedderMashaMSFT
authored andcommitted
sp invoke external rest endpoint going GA for SQL MI
1 parent 73666b0 commit d71018e

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

azure-sql/managed-instance/doc-changes-updates-release-notes-whats-new.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about the new features and documentation improvements for Azu
55
author: MashaMSFT
66
ms.author: mathoma
77
ms.reviewer: wiassaf, mathoma
8-
ms.date: 05/30/2025
8+
ms.date: 06/04/2025
99
ms.service: azure-sql-managed-instance
1010
ms.subservice: service-overview
1111
ms.topic: whats-new
@@ -39,7 +39,6 @@ The following table lists the features of Azure SQL Managed Instance that are cu
3939
|[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).|
4040
|[DATEADD number allows bigint](/sql/t-sql/functions/dateadd-transact-sql) | For `DATEADD (datepart , number , date )`, number can be expressed as a **bigint**.|
4141
|[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. |
4342
|[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. |
4443
|[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. |
4544
|[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
5857

5958
| Feature | GA Month | Details |
6059
| ---| --- |--- |
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. |
6161
| [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. |
6262
| [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. |
6363
| [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
7777

7878
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).
7979

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. |
85+
86+
8087
### May 2025
8188

8289
| Changes | Details |

docs/database-engine/configure-windows/server-configuration-options-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The following table lists all available configuration options, the range of poss
129129
| [default trace enabled](default-trace-enabled-server-configuration-option.md) (A) | **Minimum**: `0`<br />**Maximum**: `1`<br />**Default**: `1` | Yes | Yes |
130130
| [disallow results from triggers](disallow-results-from-triggers-server-configuration-option.md) (A) | **Minimum**: `0`<br />**Maximum**: `1`<br />**Default**: `0` | Yes | Yes |
131131
| [EKM provider enabled](ekm-provider-enabled-server-configuration-option.md) (A) | **Minimum**: `0`<br />**Maximum**: `1`<br />**Default**: `0` | Yes | Yes |
132-
| [external rest endpoint enabled](../../relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql.md) | **Minimum**: `0`<br />**Maximum**: `1`<br />**Default**: `0` |No | Yes |
132+
| [external rest endpoint enabled](../../relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql.md) | **Minimum**: `0`<br />**Maximum**: `1`<br />**Default**: `0` |[!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] | Yes |
133133
| [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 |
134134
| [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 |
135135
| [filestream access level](filestream-access-level-server-configuration-option.md) | **Minimum**: `0`<br />**Maximum**: `2`<br />**Default**: `0` | Yes | No |

docs/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The sp_invoke_external_rest_endpoint stored procedure invokes an HT
44
author: jettermctedder
55
ms.author: bspendolini
66
ms.reviewer: randolphwest
7-
ms.date: 05/28/2025
7+
ms.date: 06/04/2025
88
ms.service: sql
99
ms.topic: "reference"
1010
ms.custom:
@@ -27,7 +27,7 @@ monikerRange: "=fabric"
2727
The `sp_invoke_external_rest_endpoint` stored procedure invokes an HTTPS REST endpoint provided as an input argument to the procedure.
2828

2929
> [!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)].
3131
3232
## Ways to mitigate risk of unauthorized access or transfer of data
3333

@@ -108,7 +108,7 @@ GRANT EXECUTE ANY EXTERNAL ENDPOINT TO [<PRINCIPAL>];
108108
### Enable in SQL Server 2025 and Azure SQL Managed Instance
109109

110110
> [!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)].
112112
113113
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.
114114

0 commit comments

Comments
 (0)