Skip to content

Commit a78a76e

Browse files
authored
Merge pull request #189843 from dlepow/patch-90
Update api-management-access-restriction-policies.md
2 parents cf694ca + d81c33a commit a78a76e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/api-management-access-restriction-policies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ The `quota` policy enforces a renewable or lifetime call volume and/or bandwidth
287287

288288
```xml
289289
<quota calls="number" bandwidth="kilobytes" renewal-period="seconds">
290-
<api name="API name" id="API id" calls="number" renewal-period="seconds">
291-
<operation name="operation name" id="operation id" calls="number" renewal-period="seconds" />
290+
<api name="API name" id="API id" calls="number">
291+
<operation name="operation name" id="operation id" calls="number" />
292292
</api>
293293
</quota>
294294
```
@@ -322,7 +322,7 @@ The `quota` policy enforces a renewable or lifetime call volume and/or bandwidth
322322
| name | The name of the API or operation for which the quota applies. | Yes | N/A |
323323
| bandwidth | The maximum total number of kilobytes allowed during the time interval specified in the `renewal-period`. | Either `calls`, `bandwidth`, or both together must be specified. | N/A |
324324
| calls | The maximum total number of calls allowed during the time interval specified in the `renewal-period`. | Either `calls`, `bandwidth`, or both together must be specified. | N/A |
325-
| renewal-period | The time period in seconds after which the quota resets. When it's set to `0` the period is set to infinite. | Yes | N/A |
325+
| renewal-period | The time period in seconds after which the quota resets. When it's set to `0` the period is set to infinite.| Yes | N/A |
326326

327327
### Usage
328328

0 commit comments

Comments
 (0)