Skip to content

Commit d0ffac2

Browse files
Copilotgladjohn
andauthored
Rename MSALMSIV2 pool references to MISEManagedIdentity (#3949)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com>
1 parent 77de87c commit d0ffac2

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@ stages:
8585
parameters:
8686
# Exclude managed-identity E2E tests: they require an MI assigned to the
8787
# host (IMDS), which Microsoft-hosted agents do not have. They run in the
88-
# ManagedIdentityE2E stage below on the MSALMSIV2 VM pool.
88+
# ManagedIdentityE2E stage below on the MISEManagedIdentity VM pool.
8989
e2eTestFilterCriteria: 'Category!=MI_E2E'
9090

9191
# Managed-identity E2E tests require a VM with an assigned managed identity (IMDS),
92-
# which Microsoft-hosted agents do not have. They run on the MSALMSIV2 VM pool and
92+
# which Microsoft-hosted agents do not have. They run on the MISEManagedIdentity VM pool and
9393
# build only the E2E project (.NET 8), independent of the Build stage.
9494
- stage: ManagedIdentityE2E
95-
displayName: 'Managed Identity E2E (MSALMSIV2)'
95+
displayName: 'Managed Identity E2E (MISEManagedIdentity)'
9696
dependsOn: []
9797
jobs:
9898
- job: ManagedIdentityE2E
9999
pool:
100-
name: 'MSALMSIV2'
100+
name: 'MISEManagedIdentity'
101101
steps:
102102
- template: build/template-run-managed-identity-e2e-tests.yaml
103103
parameters:

build/template-run-managed-identity-e2e-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# template-run-managed-identity-e2e-tests.yaml
22
# Build the TokenAcquirer E2E project (.NET 8 only) and run the managed-identity
33
# E2E tests (Category=MI_E2E). These require a VM with an assigned managed
4-
# identity (IMDS), so they run on the MSALMSIV2 pool, not Microsoft-hosted agents.
4+
# identity (IMDS), so they run on the MISEManagedIdentity pool, not Microsoft-hosted agents.
55
# Mirrors the MSAL.NET template-run-mi-e2e-imds.yaml approach.
66

77
parameters:
@@ -35,7 +35,7 @@ steps:
3535

3636
- task: VSTest@2
3737
displayName: 'Run managed identity E2E tests'
38-
# This template runs on the MSALMSIV2 pool; override the UAMI client id to the
38+
# This template runs on the MISEManagedIdentity pool; override the UAMI client id to the
3939
# msiv2uami identity assigned to that pool. Other pipelines (e.g. id4s-official
4040
# on the Wilson pool) leave this unset and fall back to the default in the test.
4141
env:

build/template-test-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
parameters:
66
# VSTest filter applied to the E2E run. Empty by default so the release build runs
77
# the full suite. The PR build passes 'Category!=MI_E2E' to exclude managed-identity
8-
# tests, which run on the MSALMSIV2 pool in their own stage.
8+
# tests, which run on the MISEManagedIdentity pool in their own stage.
99
- name: e2eTestFilterCriteria
1010
type: string
1111
default: ''

tests/E2E Tests/TokenAcquirerTests/TokenAcquirer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ public async Task AcquireTokenWithManagedIdentity_UserAssignedAsync()
562562
const string scope = "https://vault.azure.net/.default";
563563
const string baseUrl = "https://vault.azure.net";
564564
// UAMI client id depends on the build pool: pipelines running on the
565-
// MSALMSIV2 pool set IDWEB_MI_UAMI_CLIENTID to "msiv2uami" (6325cd32,
565+
// MISEManagedIdentity pool set IDWEB_MI_UAMI_CLIENTID to "msiv2uami" (6325cd32,
566566
// RG MSIV2-Testing-MSALNET). Fallback is "Msal_Integration_tests"
567567
// (45344e7d, RG MSAL_MSI) assigned to the Wilson pool used by the
568568
// id4s-official pipeline. Both are sub c1686c51-b717-4fe0-9af3-24a20a41fb0c.

0 commit comments

Comments
 (0)