Skip to content

Commit

Permalink
Merge pull request #9 from FrodeHus/workbook
Browse files Browse the repository at this point in the history
Add workbooks module to Bicep deployment configuration
  • Loading branch information
FrodeHus authored Dec 18, 2024
2 parents fbfec09 + 094fc24 commit bb2bde9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions BeyondTrustConnector.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "deploy", "deploy", "{F48F58
main.bicep = main.bicep
main.bicepparam = main.bicepparam
modules\vault-role-assignment.bicep = modules\vault-role-assignment.bicep
modules\workbooks.bicep = modules\workbooks.bicep
modules\workspace-role-assignment.bicep = modules\workspace-role-assignment.bicep
EndProjectSection
EndProject
Expand Down
7 changes: 7 additions & 0 deletions main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,11 @@ module asimParsers './modules/asimparsers.bicep' = {
workspaceName: datacollection.workspaceName
}
}

module workbooks './modules/workbooks.bicep' = {
name: 'workbooks'
params: {
workspaceName: datacollection.workspaceName
}
}

Binary file added modules/workbooks.bicep
Binary file not shown.

0 comments on commit bb2bde9

Please sign in to comment.