-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Implement interfaces that limit the available builder methods at each step for the Data Factory builder (https://github.com/Watts-Energy/watts.azure/blob/development/Watts.Azure.Utils/Build/DataMovementBuilder.cs).
This should be done similarly to the Batch builder (https://github.com/Watts-Energy/watts.azure/blob/development/Watts.Azure.Utils/Build/BatchBuilder.cs).
This makes the creation of a data copy activity far more intuitive for the user, by making intellisense limit the list of possible methods to only a few, relevant for the current stage of building the data copy.