Skip to content

Commit d88540b

Browse files
authored
chore: Update available policies document (#17)
1 parent 6b06ba2 commit d88540b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The policy toolkit changes that. It allows you to write policy documents in C# l
1010

1111
#### Azure API Management policy toolkit documentation for users.
1212
* [Quick start](docs/QuickStart.md)
13-
* [Available policies](docs/AvaliablePolicies.md)
13+
* [Available policies](docs/AvailablePolicies.md)
1414
* [Solution structure recommendation](docs/SolutionStructureRecommendation.md)
1515
* [Steps for deploying policies created by the policy toolkit](docs/IntegratePolicySolution.md)
1616
* [Integrate policy solution with APIOps](docs/IntegratePolicySolutionWithApiOps.md)

docs/AvaliablePolicies.md renamed to docs/AvailablePolicies.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,32 @@ In this document, you can find a list of implemented policies. For policy detail
77
#### :white_check_mark: Implemented policies
88

99
* authentication-basic
10+
* authentication-certificate
1011
* authentication-managed-identity
12+
* azure-openai-emit-token-metric
13+
* azure-openai-semantic-cache-lookup
14+
* azure-openai-semantic-cache-store
1115
* base
1216
* cache-lookup
17+
* cache-lookup-value
18+
* cache-remove-value
1319
* cache-store
20+
* cache-store-value
1421
* check-header
1522
* choose
1623
* cors
24+
* emit-metric
1725
* forward-request
1826
* ip-filter
27+
* json-to-xml
28+
* jsonp
29+
* llm-emit-token-metric
30+
* llm-semantic-cache-lookup
31+
* llm-semantic-cache-store
1932
* mock-response
2033
* quota
21-
* rate-limit-by-key
2234
* rate-limit
35+
* rate-limit-by-key
2336
* return-response
2437
* rewrite-uri
2538
* send-request

0 commit comments

Comments
 (0)