Skip to content

Commit 4831e1e

Browse files
removed security control tag
1 parent 5b477d1 commit 4831e1e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

infra/main.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
149149
...tags
150150
TemplateName: 'Research Assistant'
151151
CreatedBy: createdBy
152-
SecurityControl: 'Ignore'
153152
}
154153
}
155154
}

infra/main.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.37.4.10188",
9-
"templateHash": "4472328872828310878"
9+
"templateHash": "3418531138421621433"
1010
}
1111
},
1212
"parameters": {
@@ -103,7 +103,7 @@
103103
},
104104
"containerRegistryHostname": {
105105
"type": "string",
106-
"defaultValue": "racontainerreg37.azurecr.io",
106+
"defaultValue": "byoaiacontainerreg.azurecr.io",
107107
"metadata": {
108108
"description": "Optional. The Container Registry hostname where the docker images for the webapp are located."
109109
}
@@ -310,7 +310,7 @@
310310
"apiVersion": "2021-04-01",
311311
"name": "default",
312312
"properties": {
313-
"tags": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'Research Assistant', 'CreatedBy', parameters('createdBy'), 'SecurityControl', 'Ignore')))]"
313+
"tags": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'Research Assistant', 'CreatedBy', parameters('createdBy'))))]"
314314
}
315315
},
316316
"cogEndpointSecret": {
@@ -22462,10 +22462,10 @@
2246222462
}
2246322463
},
2246422464
"dependsOn": [
22465-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
2246622465
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]",
22467-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageDfs)]",
22466+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
2246822467
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
22468+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageDfs)]",
2246922469
"userAssignedIdentity",
2247022470
"virtualNetwork"
2247122471
]
@@ -38336,8 +38336,8 @@
3833638336
}
3833738337
},
3833838338
"dependsOn": [
38339-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').machineLearningServices)]",
3834038339
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').notebook)]",
38340+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').machineLearningServices)]",
3834138341
"azOpenAI",
3834238342
"azSearchService",
3834338343
"existingOpenAI",

0 commit comments

Comments
 (0)