From 9c14eb59bc6a6254d6414b31c00cbffe1c9471a2 Mon Sep 17 00:00:00 2001 From: Matthew Chenette Date: Sun, 30 Mar 2025 23:39:40 -0500 Subject: [PATCH 1/2] Clarify that suspended Enterprise Managed Users can not be removed from an enterprise (#55059) --- .../viewing-people-in-your-enterprise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md index d084be88b74c..033307742215 100644 --- a/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md +++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md @@ -164,7 +164,7 @@ If you use {% data variables.visual_studio.prodname_vss_ghe %}, the list of pend ## Viewing suspended members -If your enterprise uses {% ifversion ghec %}{% data variables.product.prodname_emus %}{% else %}SCIM provisioning{% endif %}, you can view suspended users. Suspended users are members who have been deprovisioned after being unassigned from the application or deleted on the identity provider. +If your enterprise uses {% ifversion ghec %}{% data variables.product.prodname_emus %}{% else %}SCIM provisioning{% endif %}, you can view suspended users. Suspended users are members who have been deprovisioned after being unassigned from the application or deleted on the identity provider.{% ifversion ghec %} Currently, it is not possible to remove suspended users from an enterprise that uses {% data variables.product.prodname_emus %}.{% endif %} {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.people-tab %} From 3512c40a8e5695ac532abfbf296ccf22c45c6674 Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Mon, 31 Mar 2025 00:52:57 -0400 Subject: [PATCH 2/2] Update env.yaml (#55060) --- config/moda/configuration/default/env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/moda/configuration/default/env.yaml b/config/moda/configuration/default/env.yaml index 77efd6e666d1..096f675f6135 100644 --- a/config/moda/configuration/default/env.yaml +++ b/config/moda/configuration/default/env.yaml @@ -4,6 +4,6 @@ data: NODE_OPTIONS: '--max-old-space-size=4096' PORT: '4000' ENABLED_LANGUAGES: 'en,es,ja,pt,zh,ru,fr,ko,de' - RATE_LIMIT_MAX: '150' + RATE_LIMIT_MAX: '21' # Moda uses a non-default port for sending datadog metrics DD_DOGSTATSD_PORT: '28125'