ADFSecurePublish 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ADFSecurePublish --version 1.0.0
NuGet\Install-Package ADFSecurePublish -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ADFSecurePublish" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ADFSecurePublish --version 1.0.0
#r "nuget: ADFSecurePublish, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ADFSecurePublish as a Cake Addin
#addin nuget:?package=ADFSecurePublish&version=1.0.0

// Install ADFSecurePublish as a Cake Tool
#tool nuget:?package=ADFSecurePublish&version=1.0.0

Contains core library for ADF secure publish. See https://github.com/Azure/Azure-DataFactory/tree/master/Samples/ADFSecurePublish for more information.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ADFSecurePublish:

Package Downloads
ADFCustomActivityRunner

This package provides an attribute that you can apply to your DotNetActivity. You specify the location of the pipeline which your custom activity is run from and the name of the activity in the pipeline. The activity is then de-serialized into an object which you can use to easily debug your custom activity in the context of the pipeline it is found in. This package comes with a base class which you inherit instead of implementing IDotNetActivity. This abstract bass class is called CustomActivityBase, it implements IDotNetActivity and has a number of methods that simplify getting information from the ADF Json files. How to use: 1. Inherit from the abstract bass class called CustomActivityBase. 2. Implement the method RunActivity. This method calls the execute method internally. The arguments for this method are exposed as public properties on the base class: LinkedServices, Datasets, Activity, and Logger. 3. Add the CustomActivity attribute to the RunActivity method and specify the relative location from the custom activity project to the pipeline file and the name of the actviity you wish to target. Optionally the name of the deployment config file to use e.g. [CustomActivity(ActivityName = "KickOffSproc", PipelineLocation = @"..\DataFactoryApp\PipelineBlobSample.json", DeployConfig = "Dev.json")] 4. Run the custom activity as if it were a unit test.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ADFSecurePublish:

Repository Stars
Azure/Azure-DataFactory
Version Downloads Last updated
1.0.1.1 2,572 4/13/2017
1.0.1 1,070 3/23/2017
1.0.0 1,050 3/21/2017