Context
Follow-up from PR #7053 review. Parent tracking issue: #7112
PR Conversations
What needs to change
- Remove code that blocks/aborts deployment when validation errors are found.
- Always ask the user whether to stop and fix or try to deploy anyway, even for errors that seem certain to fail.
- Validation should be strictly informational with ignorable warnings — forward compatibility concerns mean we should never block based on heuristics that could become stale.
Files to update
cli/azd/pkg/infra/provisioning/bicep/bicep_provider.go (line ~2185)
cli/azd/docs/design/local-preflight-validation.md (update design to reflect non-blocking behavior)
Context
Follow-up from PR #7053 review. Parent tracking issue: #7112
PR Conversations
What needs to change
Files to update
cli/azd/pkg/infra/provisioning/bicep/bicep_provider.go(line ~2185)cli/azd/docs/design/local-preflight-validation.md(update design to reflect non-blocking behavior)