From a3c11c91eb704cfd17e9d341c677c570a1937cad Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 10 Jun 2025 09:51:10 -0400 Subject: [PATCH] Add Microsoft Teams to self-service (#29858) - `customer-interkosmos` uses Teams --------- Co-authored-by: Allen Houchins --- it-and-security/teams/workstations-canary.yml | 11 ++++++----- it-and-security/teams/workstations.yml | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index 38b5a4b3ff..bfb9186dae 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -186,12 +186,11 @@ software: - app_store_id: '409183694' # Keynote self_service: true fleet_maintained_apps: + # macOS apps - slug: brave-browser/darwin # Brave for macOS (ARM) self_service: true labels_include_any: - Apple Silicon macOS hosts - - slug: brave-browser/windows # Brave for Windows - self_service: true - slug: docker/darwin # Docker for macOS (ARM) self_service: true labels_include_any: @@ -202,8 +201,10 @@ software: self_service: true labels_include_any: - Apple Silicon macOS hosts + - slug: microsoft-teams/darwin # Microsoft Teams for macOS + self_service: true + # Windows apps + - slug: brave-browser/windows # Brave for Windows + self_service: true - slug: visual-studio-code/windows # Microsoft Visual Studio for Windows self_service: true - categories: - - Communication - - Productivity diff --git a/it-and-security/teams/workstations.yml b/it-and-security/teams/workstations.yml index 7022ee2252..bae8cfd877 100644 --- a/it-and-security/teams/workstations.yml +++ b/it-and-security/teams/workstations.yml @@ -144,12 +144,11 @@ software: - app_store_id: '409183694' # Keynote self_service: true fleet_maintained_apps: + # macOS apps - slug: brave-browser/darwin # Brave for macOS (ARM) self_service: true labels_include_any: - Apple Silicon macOS hosts - - slug: brave-browser/windows # Brave for Windows - self_service: true - slug: docker/darwin # Docker for macOS (ARM) self_service: true labels_include_any: @@ -160,8 +159,10 @@ software: self_service: true labels_include_any: - Apple Silicon macOS hosts + - slug: microsoft-teams/darwin # Microsoft Teams for macOS + self_service: true + # Windows apps + - slug: brave-browser/windows # Brave for Windows + self_service: true - slug: visual-studio-code/windows # Microsoft Visual Studio for Windows self_service: true - categories: - - Communication - - Productivity