Skip to content

Commit c1a0f73

Browse files
Update base URL to use 'main' branch for resource references
1 parent 18dd0b0 commit c1a0f73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ var solutionSuffix = toLower(trim(replace(
168168
)))
169169

170170
var acrName = 'kmcontainerreg'
171-
var baseUrl = 'https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/dev/'
171+
var baseUrl = 'https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/main/'
172172
// @description('Optional. Key vault reference and secret settings for the module\'s secrets export.')
173173
// param secretsExportConfiguration secretsExportConfigurationType?
174174
// Replica regions list based on article in [Azure regions list](https://learn.microsoft.com/azure/reliability/regions-list) and [Enhance resilience by replicating your Log Analytics workspace across regions](https://learn.microsoft.com/azure/azure-monitor/logs/workspace-replication#supported-regions) for supported regions for Log Analytics Workspace.

infra/main.json

Lines changed: 2 additions & 2 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": "17695555559389154136"
9+
"templateHash": "18295975344394141399"
1010
}
1111
},
1212
"parameters": {
@@ -300,7 +300,7 @@
300300
"variables": {
301301
"solutionSuffix": "[toLower(trim(replace(replace(replace(replace(replace(replace(format('{0}{1}', parameters('solutionName'), parameters('solutionUniqueText')), '-', ''), '_', ''), '.', ''), '/', ''), ' ', ''), '*', '')))]",
302302
"acrName": "kmcontainerreg",
303-
"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/",
304304
"replicaRegionPairs": {
305305
"australiaeast": "australiasoutheast",
306306
"centralus": "westus",

0 commit comments

Comments
 (0)