-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 data flow compute property in IR. #7325
Conversation
In Testing, Please Ignore[Logs] (Generated from 45a2f10, Iteration 4).NET: test-repo-billy/azure-sdk-for-net [Logs] [Diff]
Python: test-repo-billy/azure-sdk-for-python [Logs] [Diff]
Java: test-repo-billy/azure-sdk-for-java [Logs] [Diff]Go: test-repo-billy/azure-sdk-for-go [Logs] [Diff]JavaScript: test-repo-billy/azure-sdk-for-js [Logs] [Diff]
|
Can one of the admins verify this patch? |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
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 - few comments
@@ -3751,6 +3752,7 @@ | |||
} | |||
}, | |||
"description": "Execute a data flow debug command.", | |||
"x-ms-long-running-operation": true, |
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.
this is a breaking change. you are changing something from sync to async? the response codes will change.
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.
Jack Ma confirmed that this API POST action was added 2 days ago and this flag was missed. The SDKs have not been published, so shouldn't be breaking.
@@ -100,6 +100,10 @@ | |||
"type": "integer", | |||
"minimum": 1 | |||
}, | |||
"dataFlowProperties": { |
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.
adding new writable properties is a breaking change and must be done in a new API version. But I think for datafactory an exception was given before. SO I am fine signing off on this. But please ensure customer cant unintentionally overwrite the goal state of the resource when making an update from an older SDK.
Signing off from ARM side. |
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.