REGRESSION INFO: Worked in Aspire 9.0.0
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install SDK 9.0.200
- Install latest Aspire 9.1.0-preview.1.25105.6
- Install latest released azd [1.12.0]
- Install Docker Desktop 4.38.0
REPRO STEPS
- Open CMD, create an Aspire Starter App with redis using following commands:
dotnet new aspire-starter --use-redis-cache -o aspire01
cd aspire01/aspire01.AppHost
- Run the following code to deploy
ACTUAL
ERROR: generating bicep from manifest: argument 1 cannot contain connection strings, secured parameters, or secret outputs. Use environment variables instead

NOTE
- This issue didn't repro on Aspire Starter without Redis
EXPECTED
Deployment Success