revert: remove reserved field from DockerProjectOptions proto - #7133
Conversation
Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
|
/azp run azure-dev - cli |
|
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Pull request overview
Removes an unnecessary proto field reservation from DockerProjectOptions, reverting an earlier “local fallback” experiment that never shipped and is no longer referenced in the codebase.
Changes:
- Removed
reserved 10;andreserved "local_fallback";from theDockerProjectOptionsmessage inmodels.proto.
|
@copilot can you fix the |
Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
|
/azp run azure-dev - cli |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/check-enforcer override |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
…7133) * Initial plan * revert: remove reserved field 10/local_fallback from models.proto * fix: apply go fix modernizations (new(T) and fmt.Appendf) --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
…7133) * Initial plan * revert: remove reserved field 10/local_fallback from models.proto * fix: apply go fix modernizations (new(T) and fmt.Appendf) --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
…7133) * Initial plan * revert: remove reserved field 10/local_fallback from models.proto * fix: apply go fix modernizations (new(T) and fmt.Appendf) --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
…7133) * Initial plan * revert: remove reserved field 10/local_fallback from models.proto * fix: apply go fix modernizations (new(T) and fmt.Appendf) --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
…7133) * Initial plan * revert: remove reserved field 10/local_fallback from models.proto * fix: apply go fix modernizations (new(T) and fmt.Appendf) --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
…7133) * Initial plan * revert: remove reserved field 10/local_fallback from models.proto * fix: apply go fix modernizations (new(T) and fmt.Appendf) --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
…7133) * Initial plan * revert: remove reserved field 10/local_fallback from models.proto * fix: apply go fix modernizations (new(T) and fmt.Appendf) --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
PR #7041 added a
reserved 10/reserved "local_fallback"field toDockerProjectOptionsinmodels.protofor a local-fallback feature that never shipped. Since it was never released, there's no wire-compatibility concern and the reservation is unnecessary.Changes
cli/azd/grpc/proto/models.proto: Removereserved 10andreserved "local_fallback"fromDockerProjectOptions