MicroFish/azure
Ubuntu c032580c3b fix(azure): fix Bicep syntax errors in infra.bicep and container-app.bicep
- infra.bicep: remove escaped apostrophes from @description strings (BCP071),
  remove unsupported @sensitive() decorator (BCP057), rename output
  storageAccountName -> storageAccountNameOut to avoid collision with param,
  rename postgresAdminUser output -> postgresAdminUserOut
- container-app.bicep: remove unused fileShareName param (no-unused-params)
- 1-infra.sh: update output key storageAccountName -> storageAccountNameOut
- 2-build-deploy.sh: remove fileShareName param (no longer in container-app.bicep)

Both files now compile clean (az bicep build passes with only expected
outputs-should-not-contain-secrets warnings).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 07:47:06 +00:00
..
1-infra.sh fix(azure): fix Bicep syntax errors in infra.bicep and container-app.bicep 2026-05-05 07:47:06 +00:00
2-build-deploy.sh fix(azure): fix Bicep syntax errors in infra.bicep and container-app.bicep 2026-05-05 07:47:06 +00:00
config.sh.example feat(azure): allow reusing existing Storage Account via storageAccountName param 2026-05-05 07:33:30 +00:00
container-app.bicep fix(azure): fix Bicep syntax errors in infra.bicep and container-app.bicep 2026-05-05 07:47:06 +00:00
infra.bicep fix(azure): fix Bicep syntax errors in infra.bicep and container-app.bicep 2026-05-05 07:47:06 +00:00