This is our design for dfe type #3564. Now autorest emitter doesn't output x-ms-format. We want to output it.
Another question is how should we author the scope if we want to output in swagger?
Should it be
@Azure.ClientGenerator.Core.alternateType(
{
identity: "Azure.Core.Expressions.DataFactoryElement",
}
, "csharp,autorest"
)
union Dfe<T> {
T,
DataFactoryElement,
}
?