Skip to content

Commit 92e2cef

Browse files
committed
Refactoring Bicep to acces new Azure APIs
1 parent d087c4a commit 92e2cef

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

.github/workflows/cleanUpDeployment.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/deploy/bicep/devBox/deploy.bicep

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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')
7667
module 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: [

src/deploy/bicep/devBox/devCenter/deployDevCenter.bicep

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ param projects array
1313
@description('Network Resource Group Name')
1414
param networkResourceGroupName string
1515

16-
param catalogInfo object
17-
1816
@description('Tags')
1917
param tags object
2018

0 commit comments

Comments
 (0)