From 7e061a38a87deafc4d9d0d603c463b699e176242 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Sat, 12 Dec 2020 15:12:06 +0000 Subject: [PATCH] Update TeamCity configuration for new service packages --- .teamcity/components/project.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.teamcity/components/project.kt b/.teamcity/components/project.kt index 78ff1e25d9..853b8d0c69 100644 --- a/.teamcity/components/project.kt +++ b/.teamcity/components/project.kt @@ -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 {