Skip to content

Commit aff3eef

Browse files
authored
Merge pull request #411 from microsoft/mikekistler-patch-1
Fix anchor tag
2 parents faa9220 + ac2d919 commit aff3eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ Note: The service is responsible for performing any URL-encoding required on the
633633
<a name="collections-nextlink-value-never-null"></a>
634634
:no_entry: **DO NOT** return the `nextLink` field with a value of null.
635635

636-
<a name="collections-avoid-count-property></a>
636+
<a name="collections-avoid-count-property"></a>
637637
:warning: **YOU SHOULD NOT** return a `count` of all objects in the collection as this may be expensive to compute.
638638

639639
#### Query options

0 commit comments

Comments
 (0)