Skip to content

Commit 8765c85

Browse files
authored
Update azure/Guidelines.md
1 parent cf8c460 commit 8765c85

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
@@ -556,7 +556,7 @@ Both Rectangle and Circle have common fields: `kind`, `fillColor`, `lineColor`,
556556
:warning: **YOU SHOULD NOT** return properties of a polymorphic type that are not defined for the api-version specified in the request.
557557

558558
<a name="json-polymorphism-arrays"></a>
559-
:warning: **YOU SHOULD NOT** specify a polymorphic type as the type of an array property.
559+
:warning: **YOU SHOULD NOT** have a property whose value is an array of polymorphic objects.
560560

561561
## Common API Patterns
562562

0 commit comments

Comments
 (0)