File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed
Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ param location string = resourceGroup().location
1313var resourceGroupLocation = location
1414
1515var solutionLocation = resourceGroupLocation
16- var baseUrl = 'https://raw.githubusercontent.com/brittneek/ckm-v2-bk/main/'
1716
1817
1918// ========== Managed Identity ========== //
@@ -65,17 +64,3 @@ module keyvaultModule 'deploy_keyvault.bicep' = {
6564 scope : resourceGroup (resourceGroup ().name )
6665 dependsOn :[azOpenAI ,azAIMultiServiceAccount ,managedIdentityModule ]
6766}
68-
69-
70- // // ========== Fabric ========== //
71- // module createFabricItems 'deploy_fabric_scripts.bicep' = if (fabricWorkspaceId != '') {
72- // name : 'deploy_fabric_scripts'
73- // params:{
74- // solutionLocation: solutionLocation
75- // identity:managedIdentityModule.outputs.managedIdentityOutput.id
76- // baseUrl:baseUrl
77- // keyVaultName:keyvaultModule.outputs.keyvaultOutput.name
78- // fabricWorkspaceId:fabricWorkspaceId
79- // }
80- // dependsOn:[keyvaultModule]
81- // }
Original file line number Diff line number Diff line change 55 "_generator" : {
66 "name" : " bicep" ,
77 "version" : " 0.28.1.47646" ,
8- "templateHash" : " 3395596109362463009 "
8+ "templateHash" : " 12812951896050089732 "
99 }
1010 },
1111 "parameters" : {
2424 },
2525 "variables" : {
2626 "resourceGroupLocation" : " [parameters('location')]" ,
27- "solutionLocation" : " [variables('resourceGroupLocation')]" ,
28- "baseUrl" : " https://raw.githubusercontent.com/brittneek/ckm-v2-bk/main/"
27+ "solutionLocation" : " [variables('resourceGroupLocation')]"
2928 },
3029 "resources" : [
3130 {
You can’t perform that action at this time.
0 commit comments