I am deploying an Azure Data Factory pipeline that contains a Copy Data activity, where the sink is a SQL Server stored procedure. I supply the stored procedure name, which maps to the sqlWriterStoredProcedureName in the ARM Template for the data factory. Recently the interface for setting up the sink in a Copy Data activity changed to include a Table Type Parameter Name, which should map to the TableType (sqlWriterTableType).
What property should I use to set the Table Type Parameter Name? I'm guessing it would be something like sqlWriterTableTypeParameter or sqlWriterTableTypeParameterName.
Can anyone point me in the right direction?