-
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 tumblingWindowTrigger dependsOn and add Folder to pipeline and da… #4741
Conversation
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.
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.
We will need to update the version of SDK separately
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.
Please update PackageReleaseNotes
in the csproj
@@ -149,6 +149,60 @@ public class TriggerJsonSamples : JsonSampleCollection<TriggerJsonSamples> | |||
} | |||
} | |||
} | |||
"; | |||
|
|||
[JsonSample] |
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: please fix indentation
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.
The current Json samples also use these indentation, 8 spaces before [JsonSample], what do you want me to change to?
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.
Move the Json indentation to the right wrt code. Won't block on this.
@haoyingli Please fix failing tests too |
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.
Please update PackageReleaseNotes
When will this PR be merged? I see the status is "Merging is blocked", is there anything blocking it? |
…taset
This SDK includes 2 swagger changes:
[Datafactory] Add folders to Pipeline and Dataset azure-rest-api-specs#3636
[Data Factory] add tumbling window dependsOn property under stable azure-rest-api-specs#3445
Description
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.