Skip to content

Commit 727cb88

Browse files
committed
removing var
1 parent 64b005c commit 727cb88

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

azure.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: modernize-your-code-solution-accelerator
99
metadata:
1010
1111
parameters:
12-
environmentName:
13-
type: string
14-
default: azdtest
12+
# environmentName:
13+
# type: string
14+
# default: azdtest
1515
AiLocation:
1616
type: string
1717
default: japaneast

infra/main.parameters.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
33
"contentVersion": "1.0.0.0",
44
"parameters": {
5-
"environmentName": {
6-
"value": "${AZURE_ENV_NAME}"
7-
},
85
"location": {
96
"value": "${AZURE_LOCATION}"
107
},

0 commit comments

Comments
 (0)