Skip to content

Commit

Permalink
Fix description of allowed environment names in main bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-nt90 committed Sep 22, 2023
1 parent bc4677a commit edc815b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/bicep/main.bicep
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@description('The location into which your Azure resources should be deployed.')
param location string = resourceGroup().location

@description('Select the type of environment you want to provision. Allowed values are Production and Test.')
@description('Select the type of environment you want to provision. Allowed values are Production, Staging, and Development.')
@allowed([
'Production'
'Staging'
Expand Down

0 comments on commit edc815b

Please sign in to comment.