-
Notifications
You must be signed in to change notification settings - Fork 135
[Hub apps] Create the hub-pipeline module for creating ADF pipelines #1494
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
base: dev
Are you sure you want to change the base?
Conversation
dataFactoryName: dataFactory.name | ||
pipelineName: '${safeConfigContainerName}_InitializeHub' | ||
pipelineProperties: { | ||
activities: [ |
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 mostly spacing changes. To hide spacing changes, use the gear menu above the files 👆 and select "Hide whitespace", then apply and reload.
params: { | ||
dataFactoryName: dataFactory.name | ||
pipelineName: '${safeConfigContainerName}_InitializeHub' | ||
pipelineProperties: { |
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.
My main hesitation with this approach is that it removes typing for the pipeline properties. If any app owner wants to hand-craft pipelines, then this would be a painful loss.
The alternative approach is to require people create pipelines using normal bicep and then we have a bicep module that only subscribes pipelines to events. I'm curious what others think 🤔
🛠️ Description
Creates a placeholder for the hub-pipeline module that will eventually be used for creating and triggering ADF pipelines.
This is a notional PR right now. I'm not convinced this is the right approach because it would lose typing. However, if we move to maintaining pipeline code in JSON files instead of bicep, this would be acceptable. Sharing it to get others' thoughts.
Related to #1400
📋 Checklist
🔬 How did you test this change?
🙋♀️ Do any of the following that apply?
📑 Did you update
docs/changelog.md
?📖 Did you update documentation?