Skip to content

Commit

Permalink
Update TeamCity configuration for new service packages
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Dec 16, 2020
1 parent 8b67694 commit d690b7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .teamcity/components/project.kt
Expand Up @@ -4,7 +4,11 @@ import jetbrains.buildServer.configs.kotlin.v2019_2.Project
const val providerName = "azuread"

var services = mapOf(
"aadgraph" to "Azure Active Directory Graph"
"applications" to "Applications",
"domains" to "Domains",
"groups" to "Groups",
"serviceprincipals" to "Service Principals",
"Users" to "Users"
)

fun AzureAD(environment: String, configuration : ClientConfiguration) : Project {
Expand Down

0 comments on commit d690b7a

Please sign in to comment.