We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63203b commit 9775ff8Copy full SHA for 9775ff8
Tools/Bicep/parameters/basic.main.bicepparam
@@ -1,5 +1,5 @@
1
using '../src/main.bicep'
2
3
-param publisherEmail = '[email protected]'
+param publisherEmail = ''
4
param cosmosDbPrimaryLocation = 'West Europe' // TODO: Follow issue: https://github.com/Azure/bicep/issues/15987
5
param cosmosDbSecondaryLocation = 'North Europe'
0 commit comments