Describe the bug
When running az containerapp job start with the image tag specified, my job env vars are not retained, but when I simply name the job they are.
The reason I even care is that when I update the job and trigger it the previous container is often run.
Related command
az containerapp job start
Errors
The error is that my environment variables are voided when using the --image flag
Issue script & Debug output
The error is that my environment variables are voided when using the --image flag
Expected behavior
That my environment variables are only voided when I deliberately void them
Environment Summary
azure-cli 2.52.0 *
core 2.52.0 *
telemetry 1.1.0
Extensions:
azure-devops 0.26.0
containerapp 0.3.41
Dependencies:
msal 1.24.0b1
azure-mgmt-resource 23.1.0b2
Additional context
No response
Describe the bug
When running
az containerapp job startwith the image tag specified, my job env vars are not retained, but when I simply name the job they are.The reason I even care is that when I update the job and trigger it the previous container is often run.
Related command
az containerapp job start
Errors
The error is that my environment variables are voided when using the --image flag
Issue script & Debug output
The error is that my environment variables are voided when using the --image flag
Expected behavior
That my environment variables are only voided when I deliberately void them
Environment Summary
azure-cli 2.52.0 *
core 2.52.0 *
telemetry 1.1.0
Extensions:
azure-devops 0.26.0
containerapp 0.3.41
Dependencies:
msal 1.24.0b1
azure-mgmt-resource 23.1.0b2
Additional context
No response