Skip to content

Commit b26eb63

Browse files
Merge pull request #230904 from asw101/arm-typo-1
[ARM/Bicep] Remove trailing comma.
2 parents 7a6fc3b + 5e46bb4 commit b26eb63

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)