Skip to content

Commit 8090ef3

Browse files
Remove unused parameters and definitions from main.parameters.json and main.waf.parameters.json
1 parent 0593023 commit 8090ef3

2 files changed

Lines changed: 2 additions & 128 deletions

File tree

infra/main.parameters.json

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -46,69 +46,6 @@
4646
},
4747
"vmAdminPassword": {
4848
"value": "${AZURE_ENV_JUMPBOX_ADMIN_PASSWORD}"
49-
},
50-
"backendExists": {
51-
"value": "${SERVICE_BACKEND_RESOURCE_EXISTS=false}"
52-
},
53-
"backendDefinition": {
54-
"value": {
55-
"settings": [
56-
{
57-
"name": "",
58-
"value": "${VAR}",
59-
"_comment_name": "The name of the environment variable when running in Azure. If empty, ignored.",
60-
"_comment_value": "The value to provide. This can be a fixed literal, or an expression like ${VAR} to use the value of 'VAR' from the current environment."
61-
},
62-
{
63-
"name": "",
64-
"value": "${VAR_S}",
65-
"secret": true,
66-
"_comment_name": "The name of the environment variable when running in Azure. If empty, ignored.",
67-
"_comment_value": "The value to provide. This can be a fixed literal, or an expression like ${VAR_S} to use the value of 'VAR_S' from the current environment."
68-
}
69-
]
70-
}
71-
},
72-
"frontendExists": {
73-
"value": "${SERVICE_FRONTEND_RESOURCE_EXISTS=false}"
74-
},
75-
"frontendDefinition": {
76-
"value": {
77-
"settings": [
78-
{
79-
"name": "",
80-
"value": "${VAR}",
81-
"_comment_name": "The name of the environment variable when running in Azure. If empty, ignored.",
82-
"_comment_value": "The value to provide. This can be a fixed literal, or an expression like ${VAR} to use the value of 'VAR' from the current environment."
83-
},
84-
{
85-
"name": "",
86-
"value": "${VAR_S}",
87-
"secret": true,
88-
"_comment_name": "The name of the environment variable when running in Azure. If empty, ignored.",
89-
"_comment_value": "The value to provide. This can be a fixed literal, or an expression like ${VAR_S} to use the value of 'VAR_S' from the current environment."
90-
}
91-
]
92-
}
93-
},
94-
"principalId": {
95-
"value": "${AZURE_PRINCIPAL_ID}"
96-
},
97-
"aiModelDeployments": {
98-
"value": [
99-
{
100-
"name": "gpt-4o",
101-
"model": {
102-
"name": "gpt-4o",
103-
"version": "2024-08-06",
104-
"format": "OpenAI"
105-
},
106-
"sku": {
107-
"name": "GlobalStandard",
108-
"capacity": 50
109-
}
110-
}
111-
]
11249
}
11350
}
114-
}
51+
}

infra/main.waf.parameters.json

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
"vmAdminPassword": {
4848
"value": "${AZURE_ENV_JUMPBOX_ADMIN_PASSWORD}"
4949
},
50-
"backendExists": {
51-
"value": "${SERVICE_BACKEND_RESOURCE_EXISTS=false}"
52-
},
5350
"enableMonitoring": {
5451
"value": true
5552
},
@@ -58,66 +55,6 @@
5855
},
5956
"enableScaling": {
6057
"value": true
61-
},
62-
"backendDefinition": {
63-
"value": {
64-
"settings": [
65-
{
66-
"name": "",
67-
"value": "${VAR}",
68-
"_comment_name": "The name of the environment variable when running in Azure. If empty, ignored.",
69-
"_comment_value": "The value to provide. This can be a fixed literal, or an expression like ${VAR} to use the value of 'VAR' from the current environment."
70-
},
71-
{
72-
"name": "",
73-
"value": "${VAR_S}",
74-
"secret": true,
75-
"_comment_name": "The name of the environment variable when running in Azure. If empty, ignored.",
76-
"_comment_value": "The value to provide. This can be a fixed literal, or an expression like ${VAR_S} to use the value of 'VAR_S' from the current environment."
77-
}
78-
]
79-
}
80-
},
81-
"frontendExists": {
82-
"value": "${SERVICE_FRONTEND_RESOURCE_EXISTS=false}"
83-
},
84-
"frontendDefinition": {
85-
"value": {
86-
"settings": [
87-
{
88-
"name": "",
89-
"value": "${VAR}",
90-
"_comment_name": "The name of the environment variable when running in Azure. If empty, ignored.",
91-
"_comment_value": "The value to provide. This can be a fixed literal, or an expression like ${VAR} to use the value of 'VAR' from the current environment."
92-
},
93-
{
94-
"name": "",
95-
"value": "${VAR_S}",
96-
"secret": true,
97-
"_comment_name": "The name of the environment variable when running in Azure. If empty, ignored.",
98-
"_comment_value": "The value to provide. This can be a fixed literal, or an expression like ${VAR_S} to use the value of 'VAR_S' from the current environment."
99-
}
100-
]
101-
}
102-
},
103-
"principalId": {
104-
"value": "${AZURE_PRINCIPAL_ID}"
105-
},
106-
"aiModelDeployments": {
107-
"value": [
108-
{
109-
"name": "gpt-4o",
110-
"model": {
111-
"name": "gpt-4o",
112-
"version": "2024-08-06",
113-
"format": "OpenAI"
114-
},
115-
"sku": {
116-
"name": "GlobalStandard",
117-
"capacity": 50
118-
}
119-
}
120-
]
12158
}
12259
}
123-
}
60+
}

0 commit comments

Comments
 (0)