-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Data Factory]Add support for data flow #7765
Conversation
@@ -2,6 +2,10 @@ | |||
|
|||
## Current version | |||
### Feature Additions | |||
- Added support for Data Flow: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can update the version here now - add "## Version 4.2.0"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -2,6 +2,10 @@ | |||
|
|||
## Current version | |||
### Feature Additions | |||
- Added support for Data Flow: | |||
* Added data flow object model and CRUD APIs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Keep whitespaces the same, copy paste from other lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need the intend in order to add these as sub list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jackmagic313 Please add link to swagger review PR(s) in this PR's description, and see my inline comments. Thanks!
...ory/Microsoft.Azure.Management.DataFactory/src/Microsoft.Azure.Management.DataFactory.csproj
Show resolved
Hide resolved
Replied, please help to take a look again, thx! |
* Added data flow object model and CRUD APIs
* Added data flow debug session APIs
* Added support for execute data flow activity type
Swagger PRs:
Azure/azure-rest-api-specs#7069
Azure/azure-rest-api-specs#7088
Azure/azure-rest-api-specs#7242
Azure/azure-rest-api-specs#7307