ADFSecurePublish 1.0.1.1
dotnet add package ADFSecurePublish --version 1.0.1.1
NuGet\Install-Package ADFSecurePublish -Version 1.0.1.1
<PackageReference Include="ADFSecurePublish" Version="1.0.1.1" />
paket add ADFSecurePublish --version 1.0.1.1
#r "nuget: ADFSecurePublish, 1.0.1.1"
// Install ADFSecurePublish as a Cake Addin #addin nuget:?package=ADFSecurePublish&version=1.0.1.1 // Install ADFSecurePublish as a Cake Tool #tool nuget:?package=ADFSecurePublish&version=1.0.1.1
Contains core library for ADF secure publish. See https://github.com/Azure/Azure-DataFactory/tree/master/Samples/ADFSecurePublish for more information.
Product | Versions 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. |
-
.NETFramework 4.5.2
- Hyak.Common (>= 1.0.2)
- Microsoft.Azure.Common (>= 2.0.4)
- Microsoft.Azure.Common.Dependencies (>= 1.0.0)
- Microsoft.Azure.KeyVault (>= 1.0.0)
- Microsoft.Azure.KeyVault.Core (>= 1.0.0)
- Microsoft.Azure.Management.DataFactories (>= 4.11.0)
- Microsoft.Bcl (>= 1.1.9)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Bcl.Build (>= 1.0.14)
- Microsoft.Data.Edm (>= 5.7.0)
- Microsoft.Data.OData (>= 5.7.0)
- Microsoft.Data.Services.Client (>= 5.7.0)
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 3.12.0)
- Microsoft.Net.Http (>= 2.2.22)
- Microsoft.WindowsAzure.ConfigurationManager (>= 1.8.0)
- Newtonsoft.Json (>= 9.0.1)
- Newtonsoft.Json.Schema (>= 2.0.7)
- System.Spatial (>= 5.7.0)
- WindowsAzure.Storage (>= 4.3.0)
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
|