-
Notifications
You must be signed in to change notification settings - Fork 2.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
[AutoPR datafactory/resource-manager] Add new features to Swagger #1994
[AutoPR datafactory/resource-manager] Add new features to Swagger #1994
Conversation
Add new features 1. SecureOutput and BatchCount 2. Filter Activity 3. LInked Service Parameters 4. FilterActivity
Fix indentations
Please do not merge this PR yet. |
@@ -59,8 +59,6 @@ | |||
from .operation_list_response import OperationListResponse | |||
from .azure_data_lake_analytics_linked_service import AzureDataLakeAnalyticsLinkedService | |||
from .hd_insight_on_demand_linked_service import HDInsightOnDemandLinkedService | |||
from .netezza_linked_service import NetezzaLinkedService |
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.
Why is this removed?
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.
Because @haricr fork is not up to date to latest master, and we build from the branch, not from the state that would be the PR after merge.
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.
That's an interesting scenario indeed for the automation system.
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.
Either way, we need to block the merge of this PR until we release 0.5.0. So please do not merge this.
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.
@hvermis two things:
- I'm working right now to improve the system and play with git to be smarter
- The base of this PR is
restapi_auto_datafactory/resource-manager
, notmaster
. I added a layer of branches. This PR will be merged automatically when the Swagger will be merged. The one you don't want to merge too early is the cumulative PR that contains all your work in progress:
[AutoPR] restapi_auto_datafactory/resource-manager #1972
Am I clear?
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 have approved #1972 and we want that one merged, but not the latest changes in this one that have only Hari's update - Filteractivity, parameter in Linked service etc.
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 you don't merge a Swagger that you don't want to release we're good :)
That's the process anyway, since merging a Swagger means ready to release for other languages.
@AutorestCI rebase |
Rebase done and pushed to the branch |
Codecov Report
@@ Coverage Diff @@
## restapi_auto_datafactory/resource-manager #1994 +/- ##
============================================================================
+ Coverage 52.69% 53.2% +0.5%
============================================================================
Files 4763 4723 -40
Lines 120903 117305 -3598
============================================================================
- Hits 63712 62412 -1300
+ Misses 57191 54893 -2298
Continue to review full report at Codecov.
|
Fix indentations
@hvermis I fixed the automation system. It's now generating as it would be if the Swagger is merged, so this includes commits that are not in the original fork, but are already on master. |
This PR is unblocked now. |
Fix review comments
Fix review comments
) * Generated from d3a7a8fc4c777ea3f0840efed6e5aa30c1f0bb37 Add new features 1. SecureOutput and BatchCount 2. Filter Activity 3. LInked Service Parameters 4. FilterActivity * Generated from f3fea57efdf47fafb1ee05f6462cafbc29ccbffc Fix indentations * Generated from f3fea57efdf47fafb1ee05f6462cafbc29ccbffc Fix indentations * Generated from 2db35f5ed880e50231afcd4c30f2fbfe81b18b11 Fix review comments * Generated from 2db35f5ed880e50231afcd4c30f2fbfe81b18b11 Fix review comments
) * Generated from d3a7a8fc4c777ea3f0840efed6e5aa30c1f0bb37 Add new features 1. SecureOutput and BatchCount 2. Filter Activity 3. LInked Service Parameters 4. FilterActivity * Generated from f3fea57efdf47fafb1ee05f6462cafbc29ccbffc Fix indentations * Generated from f3fea57efdf47fafb1ee05f6462cafbc29ccbffc Fix indentations * Generated from 2db35f5ed880e50231afcd4c30f2fbfe81b18b11 Fix review comments * Generated from 2db35f5ed880e50231afcd4c30f2fbfe81b18b11 Fix review comments
) * Generated from d3a7a8fc4c777ea3f0840efed6e5aa30c1f0bb37 Add new features 1. SecureOutput and BatchCount 2. Filter Activity 3. LInked Service Parameters 4. FilterActivity * Generated from f3fea57efdf47fafb1ee05f6462cafbc29ccbffc Fix indentations * Generated from f3fea57efdf47fafb1ee05f6462cafbc29ccbffc Fix indentations * Generated from 2db35f5ed880e50231afcd4c30f2fbfe81b18b11 Fix review comments * Generated from 2db35f5ed880e50231afcd4c30f2fbfe81b18b11 Fix review comments
* [AutoPR datafactory/resource-manager] Add new features to Swagger (#1994) * Generated from d3a7a8fc4c777ea3f0840efed6e5aa30c1f0bb37 Add new features 1. SecureOutput and BatchCount 2. Filter Activity 3. LInked Service Parameters 4. FilterActivity * Generated from f3fea57efdf47fafb1ee05f6462cafbc29ccbffc Fix indentations * Generated from f3fea57efdf47fafb1ee05f6462cafbc29ccbffc Fix indentations * Generated from 2db35f5ed880e50231afcd4c30f2fbfe81b18b11 Fix review comments * Generated from 2db35f5ed880e50231afcd4c30f2fbfe81b18b11 Fix review comments * [AutoPR datafactory/resource-manager] Add AzureDatabricks Linked Service and DatabricksNote Activity (#2081) * Generated from 2a25328ea6d9c2c7e49a1ecd3ed07aaecddd0c54 fix a description * Generated from c1cfc35403764b249f3998e4a4df37ae98d9b824 remove addtional , * Generated from 831239b28db1ffc80eb34c7b0269a9cea98b04c3 (#2192) Add package-version for ADF
Created to sync Azure/azure-rest-api-specs#2504