From 9bf57458575580d70dd23328416611758cc925c5 Mon Sep 17 00:00:00 2001 From: Hunter Hong Date: Fri, 6 Jun 2025 10:04:58 -0400 Subject: [PATCH 1/3] DOCSP-45972: clarification regarding Database Trigger update endpoint on Shared Tiers --- source/openapi-admin-v3.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/openapi-admin-v3.yaml b/source/openapi-admin-v3.yaml index cf6f35fce..2a539b089 100644 --- a/source/openapi-admin-v3.yaml +++ b/source/openapi-admin-v3.yaml @@ -7431,8 +7431,9 @@ components: description: |- The name of a database in the linked data source. If you omit this parameter, the Source Type changes to - "Deployment," unless you are on a shared tier, in which - case App Services will not let you save the trigger. + "Deployment," unless you are on a shared tier. If you are, + App Services will not let you save the trigger unless + you include this parameter. collection: type: string description: |- From 95257e9486fa373b3a438949c2dcebb2146f73bb Mon Sep 17 00:00:00 2001 From: Hunter Hong Date: Mon, 9 Jun 2025 12:06:32 -0400 Subject: [PATCH 2/3] Added error message and resolution advice --- source/openapi-admin-v3.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/openapi-admin-v3.yaml b/source/openapi-admin-v3.yaml index 2a539b089..08786b2c9 100644 --- a/source/openapi-admin-v3.yaml +++ b/source/openapi-admin-v3.yaml @@ -7432,8 +7432,9 @@ components: The name of a database in the linked data source. If you omit this parameter, the Source Type changes to "Deployment," unless you are on a shared tier. If you are, - App Services will not let you save the trigger unless - you include this parameter. + specify this parameter to avoid the 'deployment + changestreams are not supported on shared tier clusters' + error. collection: type: string description: |- From 9b135261bdcd3f39237ec064d07e6cf6254dba14 Mon Sep 17 00:00:00 2001 From: Hunter Hong Date: Mon, 9 Jun 2025 13:26:24 -0400 Subject: [PATCH 3/3] Clearer and more accurate refinement --- source/openapi-admin-v3.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/openapi-admin-v3.yaml b/source/openapi-admin-v3.yaml index 08786b2c9..edf7596cd 100644 --- a/source/openapi-admin-v3.yaml +++ b/source/openapi-admin-v3.yaml @@ -7431,10 +7431,11 @@ components: description: |- The name of a database in the linked data source. If you omit this parameter, the Source Type changes to - "Deployment," unless you are on a shared tier. If you are, - specify this parameter to avoid the 'deployment - changestreams are not supported on shared tier clusters' - error. + "Deployment." However, shared tier infrastructure does not + support deployment changestreams. If you omit the 'database' + parameter, you receive the 'deployment changestreams are + not supported on shared tier clusters' error. Supply the + database parameter to resolve this error. collection: type: string description: |-