You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before submitting a bug please check the following:
There is no similar bugs in the issue list.
Make sure you used yarn install and NOT npm install when building the project
I'm submitting a ... (check one with "x")
[x ] bug report
[ ] feature request
Description
run elevated doesn't appear to be set on the task properties even if the task is ran with autoUser scope=pool or tasks and elevationLevel=admin
This appears for a multi-instance job
Instruction to repro the problem if applicable
submit a task thru the CLI 2.0 with a json param file and add these
"userIdentity": {
"autoUser": {
"scope":"pool",
"elevationLevel":"admin"
}
}
The text was updated successfully, but these errors were encountered:
You are right Batchlabs is still missing this functionality. I'll add an item for it. For the cli this is not exactly the right project to ask for but i'll go check if there is any known issues. https://github.com/Azure/azure-cli
actually never mind I understand your problem now. You are talking about the run elevated property displayed in BatchLabs? We are displaying the wrong attribute there then. Probably forgot to update to user identity. I'll fix that.
Before submitting a bug please check the following:
yarn install
and NOTnpm install
when building the projectI'm submitting a ... (check one with "x")
Description
run elevated doesn't appear to be set on the task properties even if the task is ran with autoUser scope=pool or tasks and elevationLevel=admin
This appears for a multi-instance job
Instruction to repro the problem if applicable
submit a task thru the CLI 2.0 with a json param file and add these
"userIdentity": {
"autoUser": {
"scope":"pool",
"elevationLevel":"admin"
}
}
The text was updated successfully, but these errors were encountered: