We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea5d32 commit 86aff9bCopy full SHA for 86aff9b
1 file changed
build/template-run-managed-identity-e2e-tests-on-imdsv1.yaml
@@ -0,0 +1,20 @@
1
+parameters:
2
+ DataFileDirectory: 'Release'
3
+
4
+# NOTE: This pool runs on our VM-based hosted agents where IMDS v1 is available/configured.
5
+# Do not switch pools unless the replacement VM image is known to support IMDS v1 MI E2E flows.
6
7
+jobs:
8
+- job: 'RunManagedIdentityE2ETestsOnImds'
9
+ displayName: 'Managed Identity E2E Tests – VM / IMDS - V1'
10
+ pool:
11
+ name: 'ID4SMSIHostedAgent' # this is an IMDS V1 hosted agent
12
+ variables:
13
+ runCodesignValidationInjection: false
14
+ Codeql.SkipTaskAutoInjection: true
15
16
+ steps:
17
+ - template: template-run-mi-e2e-imds.yaml
18
+ parameters:
19
+ BuildConfiguration: 'Release'
20
+ TargetFramework: 'net8.0'
0 commit comments