File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -285,13 +285,10 @@ The following code snippet gives an example of how to configure a managed identi
285
285
loadtestConfigFile: 'SampleApp.yaml'
286
286
loadtestResource: 'MyTest'
287
287
resourceGroup: 'loadtests-rg'
288
- secrets: |
289
- [
290
- {
291
- "name": "appToken",
292
- "value": "${{ secrets.APP_TOKEN }}"
293
- }
294
- ]
288
+ referenceIdentities:
289
+ - kind: "Engine"
290
+ type: "user-assigned"
291
+ identity: /subscriptions/abcdef01-2345-6789-0abc-def012345678/resourceGroups/sample-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sample-identity
295
292
` ` `
296
293
297
294
# [Azure Pipelines](#tab/pipelines)
@@ -308,7 +305,7 @@ The following code snippet gives an example of how to configure a managed identi
308
305
loadTestResource: 'MyTest'
309
306
resourceGroup: 'loadtests-rg'
310
307
referenceIdentities:
311
- - kind: "Authentication "
308
+ - kind: "Engine "
312
309
type: "user-assigned"
313
310
identity: /subscriptions/abcdef01-2345-6789-0abc-def012345678/resourceGroups/sample-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sample-identity
314
311
` ` `
You can’t perform that action at this time.
0 commit comments