Azure / typespec-azure

About TypeSpec Azure Libraries
https://azure.github.io/typespec-azure/
MIT License
8 stars 28 forks source link

Location of DataFactoryExpression to support Data Factory Expression #798

Open live1206 opened 2 months ago

live1206 commented 2 months ago

Clear and concise description of the problem

To be able to support dfe-string, dfe-int, dfe-key-value-pairs and dfe-list-generic, we decided to have a common type like below

model DataFactoryExpression {
    type: "Expression";
    value: string;
}

model MyModel {
  myProp : int32 | DataFactoryExpression
}

We need to finalize the location of the common model DataFactoryExpression.

Checklist

markcowl commented 1 month ago

@markcowl schedule for dpg discussion