Context
Follow-up from PR #7053 review. Parent tracking issue: #7112
PR Conversations
What needs to change
- Rename the feature from "preflight" to "validation" to avoid confusion with ARM Preflights. Consider naming convention like
validation.provision to scale with future validation use cases.
- Make
DeploymentStateSkipped constant lowercase: "deployment state" instead of "Deployment State".
- Replace "abort" terminology with "canceled" in UI-facing strings (e.g.,
PreflightAbortedSkipped → use "preflight canceled" language).
Files to update
cli/azd/docs/design/local-preflight-validation.md
cli/azd/pkg/infra/provisioning/provider.go
- All references to the old naming across the codebase
Context
Follow-up from PR #7053 review. Parent tracking issue: #7112
PR Conversations
What needs to change
validation.provisionto scale with future validation use cases.DeploymentStateSkippedconstant lowercase:"deployment state"instead of"Deployment State".PreflightAbortedSkipped→ use "preflight canceled" language).Files to update
cli/azd/docs/design/local-preflight-validation.mdcli/azd/pkg/infra/provisioning/provider.go