Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit c6b9147

Browse files
authored
Update feature-flags.bicep (#3387)
1 parent 01c1899 commit c6b9147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deployment/bicep-templates/feature-flags.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ resource enableWorkItemCreation 'Microsoft.AppConfiguration/configurationStores/
8383
value: string({
8484
id: 'EnableWorkItemCreation'
8585
description: 'Create work items'
86-
enabled: false
86+
enabled: true
8787
})
8888
contentType: 'application/vnd.microsoft.appconfig.ff+json;charset=utf-8'
8989
}

0 commit comments

Comments
 (0)