Skip to content

Commit 222c2a1

Browse files
Merge pull request microsoft#69 from microsoft/PrefixnameChange
Updating the param file
2 parents 3f38a54 + dbef462 commit 222c2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicepparam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using './main.bicep'
22

33
param AiLocation = readEnvironmentVariable('AZURE_LOCATION','japaneast')
4-
param ResourcePrefix = readEnvironmentVariable('AZURE_ENV_NAME','azdtemp')
4+
param Prefix = readEnvironmentVariable('AZURE_ENV_NAME','azdtemp')

0 commit comments

Comments
 (0)