Skip to content

Commit 1e0449d

Browse files
authored
Merge branch 'main' into feat/DTOSS-8352-PDS-add-record
2 parents 47747b1 + e5d4026 commit 1e0449d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

infrastructure/tf-core/environments/development.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ function_apps = {
394394
{
395395
env_var_name = "SendServiceNowMessageURL"
396396
function_app_key = "ServiceNowMessageHandler"
397-
endpoint_name = "SendServiceNowMessage"
397+
endpoint_name = "servicenow/send"
398398
},
399399
{
400400
env_var_name = "ParticipantManagementURL"

infrastructure/tf-core/environments/integration.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ function_apps = {
394394
{
395395
env_var_name = "SendServiceNowMessageURL"
396396
function_app_key = "ServiceNowMessageHandler"
397-
endpoint_name = "SendServiceNowMessage"
397+
endpoint_name = "servicenow/send"
398398
},
399399
{
400400
env_var_name = "ParticipantManagementURL"

infrastructure/tf-core/environments/nft.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ function_apps = {
393393
{
394394
env_var_name = "SendServiceNowMessageURL"
395395
function_app_key = "ServiceNowMessageHandler"
396-
endpoint_name = "SendServiceNowMessage"
396+
endpoint_name = "servicenow/send"
397397
},
398398
{
399399
env_var_name = "ParticipantManagementURL"

infrastructure/tf-core/environments/preprod.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ function_apps = {
418418
{
419419
env_var_name = "SendServiceNowMessageURL"
420420
function_app_key = "ServiceNowMessageHandler"
421-
endpoint_name = "SendServiceNowMessage"
421+
endpoint_name = "servicenow/send"
422422
},
423423
{
424424
env_var_name = "ParticipantManagementURL"

infrastructure/tf-core/environments/production.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ function_apps = {
385385
{
386386
env_var_name = "SendServiceNowMessageURL"
387387
function_app_key = "ServiceNowMessageHandler"
388-
endpoint_name = "SendServiceNowMessage"
388+
endpoint_name = "servicenow/send"
389389
},
390390
{
391391
env_var_name = "ParticipantManagementURL"

infrastructure/tf-core/environments/sandbox.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function_apps = {
408408
{
409409
env_var_name = "SendServiceNowMessageURL"
410410
function_app_key = "ServiceNowMessageHandler"
411-
endpoint_name = "SendServiceNowMessage"
411+
endpoint_name = "servicenow/send"
412412
},
413413
{
414414
env_var_name = "ParticipantManagementURL"

0 commit comments

Comments
 (0)