Skip to content

Commit

Permalink
Add support to get jobs with AADOAuth and Basic auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
vivsriaus committed Nov 21, 2014
1 parent 5fb8767 commit 768da38
Show file tree
Hide file tree
Showing 10 changed files with 538 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</Reference>
<Reference Include="Microsoft.WindowsAzure.Management.Scheduler, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Scheduler.3.0.2\lib\net40\Microsoft.WindowsAzure.Management.Scheduler.dll</HintPath>
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Scheduler.4.1.0\lib\net40\Microsoft.WindowsAzure.Management.Scheduler.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Management.ServiceBus">
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.ServiceBus.0.15.0-preview\lib\net40\Microsoft.WindowsAzure.Management.ServiceBus.dll</HintPath>
Expand Down Expand Up @@ -246,6 +246,9 @@
<Compile Include="Scheduler\Common\Constants.cs" />
<Compile Include="Scheduler\Common\ExtensionMethods.cs" />
<Compile Include="Scheduler\Common\SchedulerUtils.cs" />
<Compile Include="Scheduler\Model\PSAADOAuthenticationJobDetail.cs" />
<Compile Include="Scheduler\Model\PSBasicAuthenticationJobDetail.cs" />
<Compile Include="Scheduler\Model\PSClientCertAuthenticationJobDetail.cs" />
<Compile Include="Scheduler\Model\PSCreateJobCollectionParams.cs" />
<Compile Include="Scheduler\Model\PSCreateJobParams.cs" />
<Compile Include="Scheduler\Model\PSHttpJobDetail.cs" />
Expand Down
Loading

0 comments on commit 768da38

Please sign in to comment.