Skip to content

Commit e6c8810

Browse files
committed
fix a table
1 parent 7d0e0e1 commit e6c8810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/template-functions-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ In Bicep, there is no explicit `references` function. Instead, symbolic collecti
626626

627627
| Parameter | Required | Type | Description |
628628
|:--- |:--- |:--- |:--- |
629-
| Symbolic name of a resource collection |Yes |string |Symbolic name of a resource collection that is defined in the current template. The `references`` function does not support referencing resources external to the current template. |
629+
| Symbolic name of a resource collection |Yes |string |Symbolic name of a resource collection that is defined in the current template. The `references` function does not support referencing resources external to the current template. |
630630
| 'Full' |No |string |Value that specifies whether to return an array of the full resource objects. The default value is `'Full'`. If you don't specify `'Full'`, only the properties objects of the resources are returned. The full object includes values such as the resource ID and location. |
631631

632632
### Return value

0 commit comments

Comments
 (0)