Skip to content

emit x-ms-format dfe in swagger #3610

@pshao25

Description

@pshao25

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,
}

?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions