Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scripts/deploy/main.bicep
Browse files Browse the repository at this point in the history
glahaye authored Oct 18, 2023
1 parent 03b3056 commit 6626ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/main.bicep
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ param deploySpeechServices bool = true
@description('Whether to deploy the web searcher plugin, which requires a Bing resource')
param deployWebSearcherPlugin bool = false

@description('Whether to deploy binary packages to the cloud')
@description('Whether to deploy pre-built binary packages to the cloud')
param deployPackages bool = true

@description('Region for the resources')

0 comments on commit 6626ae4

Please sign in to comment.