Skip to content

Commit 844138b

Browse files
authored
Merge pull request #89 from microsoft/ckm-v2-dev
Update deployment template to remove references and comments
2 parents 302847b + 361815f commit 844138b

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

Deployment/bicep/main.bicep

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ param location string = resourceGroup().location
1313
var resourceGroupLocation = location
1414

1515
var 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-
// }

Deployment/bicep/main.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.28.1.47646",
8-
"templateHash": "3395596109362463009"
8+
"templateHash": "12812951896050089732"
99
}
1010
},
1111
"parameters": {
@@ -24,8 +24,7 @@
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
{

0 commit comments

Comments
 (0)