It occurred to me that we're using platforms.Format() here, and not platforms.FormatAll(). The latter also includes "os-version" if it's set. While we don't use that / document that (yet) in the CLI documentation, it may become more relevant with Windows images.
I don't think it's problematic to have it here, but I'll open a tracking ticket to make a pass at looking for places where we could replace Format with FormatAll.
Originally posted by @thaJeztah in #48631 (comment)
It occurred to me that we're using
platforms.Format()here, and notplatforms.FormatAll(). The latter also includes "os-version" if it's set. While we don't use that / document that (yet) in the CLI documentation, it may become more relevant with Windows images.I don't think it's problematic to have it here, but I'll open a tracking ticket to make a pass at looking for places where we could replace
FormatwithFormatAll.Originally posted by @thaJeztah in #48631 (comment)