Skip to content

Commit 5e46bb4

Browse files
committed
Remove trailing comma.
Signed-off-by: Aaron Wislang <[email protected]>
1 parent 14bcc50 commit 5e46bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/bicep-extensibility-kubernetes-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This preview feature can be enabled by configuring the [bicepconfig.json](./bice
1616
```json
1717
{
1818
"experimentalFeaturesEnabled": {
19-
"extensibility": true,
19+
"extensibility": true
2020
}
2121
}
2222
```

0 commit comments

Comments
 (0)