Commit 5a2a163
committed
Fix duplicate notification endpoint setup in pipeline generation
**Why?**
When generating a pipeline, the code optimization introduced by PR awslabs#285
broke the notification_endpoint configuration. When set, it would try to
configure the notification in the main generator as well as in the
default ADF pipeline generator.
**What?**
Removing the notification endpoint configuration from the main template,
as that is replaced by the default ADF pipeline generator
implementation.1 parent c54cbf3 commit 5a2a163
1 file changed
Lines changed: 0 additions & 4 deletions
File tree
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 23 | | |
28 | 24 | | |
29 | 25 | | |
| |||
0 commit comments