|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.37.4.10188", |
9 | | - "templateHash": "3826453715287152928" |
| 9 | + "templateHash": "18295975344394141399" |
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "parameters": { |
|
40 | 40 | }, |
41 | 41 | "aiServiceLocation": { |
42 | 42 | "type": "string", |
| 43 | + "allowedValues": [ |
| 44 | + "australiaeast", |
| 45 | + "eastus", |
| 46 | + "eastus2", |
| 47 | + "francecentral", |
| 48 | + "japaneast", |
| 49 | + "swedencentral", |
| 50 | + "uksouth", |
| 51 | + "westus", |
| 52 | + "westus3" |
| 53 | + ], |
43 | 54 | "metadata": { |
44 | 55 | "azd": { |
45 | 56 | "type": "location", |
|
289 | 300 | "variables": { |
290 | 301 | "solutionSuffix": "[toLower(trim(replace(replace(replace(replace(replace(replace(format('{0}{1}', parameters('solutionName'), parameters('solutionUniqueText')), '-', ''), '_', ''), '.', ''), '/', ''), ' ', ''), '*', '')))]", |
291 | 302 | "acrName": "kmcontainerreg", |
292 | | - "baseUrl": "https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/dev/", |
| 303 | + "baseUrl": "https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/main/", |
293 | 304 | "replicaRegionPairs": { |
294 | 305 | "australiaeast": "australiasoutheast", |
295 | 306 | "centralus": "westus", |
|
32820 | 32831 | } |
32821 | 32832 | }, |
32822 | 32833 | "dependsOn": [ |
32823 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
32824 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
32825 | 32834 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
| 32835 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
| 32836 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
32826 | 32837 | "logAnalyticsWorkspace", |
32827 | 32838 | "network", |
32828 | 32839 | "userAssignedIdentity" |
|
35149 | 35160 | }, |
35150 | 35161 | "dependsOn": [ |
35151 | 35162 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]", |
35152 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
35153 | 35163 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]", |
| 35164 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]", |
35154 | 35165 | "logAnalyticsWorkspace", |
35155 | 35166 | "network", |
35156 | 35167 | "userAssignedIdentity" |
|
43515 | 43526 | }, |
43516 | 43527 | "dependsOn": [ |
43517 | 43528 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
43518 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
43519 | 43529 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageDfs)]", |
| 43530 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
43520 | 43531 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", |
43521 | 43532 | "network", |
43522 | 43533 | "userAssignedIdentity" |
|
0 commit comments