Skip to content

Commit 266edae

Browse files
authored
Merge pull request #185286 from MayankBargali-MSFT/patch-58
Updated Set usage quota by subscription
2 parents 2be7a57 + e4060b7 commit 266edae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ 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" />
290+
<api name="API name" id="API id" calls="number" renewal-period="seconds">
291291
<operation name="operation name" id="operation id" calls="number" renewal-period="seconds" />
292292
</api>
293293
</quota>

0 commit comments

Comments
 (0)