We currently have only FromSqlRaw for Cosmos, because when we implemented Cosmos SQL queries we were skeptical of FormattableString. Since then, we've added a suffix-less FromSql that accepts FormattableString (#27831), we should do the same for Cosmos. That would make Cosmos align with relational, except for the lack of the now-redundant FromSqlInterpolated.
We should consider doing this for 7.0.
We currently have only FromSqlRaw for Cosmos, because when we implemented Cosmos SQL queries we were skeptical of FormattableString. Since then, we've added a suffix-less FromSql that accepts FormattableString (#27831), we should do the same for Cosmos. That would make Cosmos align with relational, except for the lack of the now-redundant FromSqlInterpolated.
We should consider doing this for 7.0.