Skip to content

Commit 3431f20

Browse files
authored
Added a full stop at the end of the README file (#118)
* WIP: Added ‘subscription-key’ header to Apigee requests to Azure APIM * Trying incorrect subscription-key * Following the ‘subscription-key’ pattern done by the ‘service-search’ API * Updated the mapIdentifier * Added a full stop at the end of the README file
1 parent a8dc315 commit 3431f20

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ This file defines 2 dictionaries of fields that are required for the Apigee depl
171171

172172
This template uses poetry for python dependency management, and uses these files: poetry.lock, poetry.toml, pyproject.toml.
173173

174-
Node dependencies of this template project and some npm scripts are listed in: package.json, package-lock.json.
174+
Node dependencies of this template project and some npm scripts are listed in: package.json, package-lock.json..

proxies/live/apiproxy/policies/KeyValueMapOperations.GetSubscriptionKey.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<KeyValueMapOperations name="KeyValueMapOperations.GetSubscriptionKey" mapIdentifier="service-search">
1+
<KeyValueMapOperations name="KeyValueMapOperations.GetSubscriptionKey" mapIdentifier="nhs-website-content-api">
22
<Get assignTo="private.subscriptionKey" index='1'>
33
<Key>
44
<Parameter>subscription-key</Parameter>

proxies/live/apiproxy/targets/target.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
<Step>
88
<Name>FlowCallout.ApplyRateLimiting</Name>
99
</Step>
10+
<Step>
11+
<Name>KeyValueMapOperations.GetSubscriptionKey</Name>
12+
</Step>
13+
<Step>
14+
<Name>AssignMessage.AddSubscriptionKey</Name>
15+
</Step>
1016
</Request>
1117
<Response>
1218
<Step>

0 commit comments

Comments
 (0)