Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location of DataFactoryExpression to support Data Factory Expression #798

Open
4 tasks done
live1206 opened this issue May 8, 2024 · 1 comment
Open
4 tasks done
Labels
design:needed A design request has been raised that needs a proposal
Milestone

Comments

@live1206
Copy link
Member

live1206 commented May 8, 2024

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

  • Follow our Code of Conduct
  • Check that this issue is about the Azure libraries for typespec. For feature request in the typespec language or core libraries file it in the TypeSpec repo
  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
@markcowl markcowl added the design:needed A design request has been raised that needs a proposal label May 14, 2024
@markcowl
Copy link
Member

@markcowl schedule for dpg discussion

@markcowl markcowl added this to the [2024] June milestone May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design:needed A design request has been raised that needs a proposal
Projects
None yet
Development

No branches or pull requests

2 participants