File tree Expand file tree Collapse file tree 3 files changed +0
-49
lines changed
Expand file tree Collapse file tree 3 files changed +0
-49
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -63,15 +63,6 @@ module computeGallery './computeGallery/deployComputeGallery.bicep' = {
6363 ]
6464}
6565
66- @description ('Teams and Projects for the Dev Center' )
67- var catalogInfo = {
68- name : '${devCenterName }-catalog'
69- type : 'gitHub'
70- uri : 'https://github.com/Evilazaro/DevExp-MicrosoftDevBox.git'
71- branch : 'main'
72- path : '/customizations/tasks'
73- }
74-
7566@description ('Deploy the Dev Center' )
7667module devCenter 'devCenter/deployDevCenter.bicep' = {
7768 name : 'devCenter'
@@ -81,7 +72,6 @@ module devCenter 'devCenter/deployDevCenter.bicep' = {
8172 computeGalleryName : computeGallery .outputs .computeGalleryName
8273 projects : projects
8374 networkResourceGroupName : networkResourceGroupName
84- catalogInfo : catalogInfo
8575 tags : tags
8676 }
8777 dependsOn : [
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ param projects array
1313@description ('Network Resource Group Name' )
1414param networkResourceGroupName string
1515
16- param catalogInfo object
17-
1816@description ('Tags' )
1917param tags object
2018
You can’t perform that action at this time.
0 commit comments