@@ -353,7 +353,7 @@ function_apps = {
353353 }
354354 ]
355355 env_vars_static = {
356- MeshCertName = " MeshCert"
356+ MeshCertName = " MeshCert"
357357 ParticipantManagementTopic = " participant-management"
358358 }
359359 }
@@ -862,9 +862,9 @@ function_apps = {
862862 key_vault_url = " KeyVaultConnectionString"
863863 service_bus_connections = [" internal" ]
864864 env_vars_static = {
865- ServiceNowRefreshAccessTokenUrl = " " # TODO: Get value
866- ServiceNowUpdateUrl = " " # TODO: Get value
867- ServiceNowResolutionUrl = " " # TODO: Get value
865+ ServiceNowRefreshAccessTokenUrl = " " # TODO: Get value
866+ ServiceNowUpdateUrl = " " # TODO: Get value
867+ ServiceNowResolutionUrl = " " # TODO: Get value
868868 ServiceNowParticipantManagementTopic = " servicenow-participant-management" # Sends messages to the servicenow participant manage topic
869869 }
870870 }
@@ -938,10 +938,11 @@ function_apps = {
938938 }
939939
940940 RetrievePDSDemographic = {
941- name_suffix = " retrieve-pds-demographic"
942- function_endpoint_name = " RetrievePDSDemographic"
943- app_service_plan_key = " DefaultPlan"
944- key_vault_url = " KeyVaultConnectionString"
941+ name_suffix = " retrieve-pds-demographic"
942+ function_endpoint_name = " RetrievePDSDemographic"
943+ app_service_plan_key = " DefaultPlan"
944+ service_bus_connections = [" internal" ]
945+ key_vault_url = " KeyVaultConnectionString"
945946 app_urls = [
946947 {
947948 env_var_name = " ExceptionFunctionURL"
@@ -957,12 +958,13 @@ function_apps = {
957958 }
958959 ]
959960 env_vars_static = {
960- RetrievePdsParticipantURL = " https://int.api.service.nhs.uk/personal-demographics/FHIR/R4/Patient"
961- Kid = " RetrievePdsDemographic-prod"
962- Audience = " https://api.service.nhs.uk/oauth2/token"
963- AuthTokenURL = " https://api.service.nhs.uk/oauth2/token"
964- KeyNamePrivateKey = " PDSPRIVATEKEY"
965- UseFakePDSServices = " false"
961+ RetrievePdsParticipantURL = " https://int.api.service.nhs.uk/personal-demographics/FHIR/R4/Patient"
962+ Kid = " RetrievePdsDemographic-prod"
963+ Audience = " https://api.service.nhs.uk/oauth2/token"
964+ AuthTokenURL = " https://api.service.nhs.uk/oauth2/token"
965+ KeyNamePrivateKey = " PDSPRIVATEKEY"
966+ ParticipantManagementTopic = " participant-management"
967+ UseFakePDSServices = " false"
966968 }
967969 }
968970
0 commit comments