Skip to content

Commit 768da38

Browse files
committed
Add support to get jobs with AADOAuth and Basic auth.
1 parent 5fb8767 commit 768da38

10 files changed

+538
-26
lines changed

src/ServiceManagement/Services/Commands.Utilities/Commands.Utilities.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
</Reference>
120120
<Reference Include="Microsoft.WindowsAzure.Management.Scheduler, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
121121
<SpecificVersion>False</SpecificVersion>
122-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Scheduler.3.0.2\lib\net40\Microsoft.WindowsAzure.Management.Scheduler.dll</HintPath>
122+
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Scheduler.4.1.0\lib\net40\Microsoft.WindowsAzure.Management.Scheduler.dll</HintPath>
123123
</Reference>
124124
<Reference Include="Microsoft.WindowsAzure.Management.ServiceBus">
125125
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.ServiceBus.0.15.0-preview\lib\net40\Microsoft.WindowsAzure.Management.ServiceBus.dll</HintPath>
@@ -246,6 +246,9 @@
246246
<Compile Include="Scheduler\Common\Constants.cs" />
247247
<Compile Include="Scheduler\Common\ExtensionMethods.cs" />
248248
<Compile Include="Scheduler\Common\SchedulerUtils.cs" />
249+
<Compile Include="Scheduler\Model\PSAADOAuthenticationJobDetail.cs" />
250+
<Compile Include="Scheduler\Model\PSBasicAuthenticationJobDetail.cs" />
251+
<Compile Include="Scheduler\Model\PSClientCertAuthenticationJobDetail.cs" />
249252
<Compile Include="Scheduler\Model\PSCreateJobCollectionParams.cs" />
250253
<Compile Include="Scheduler\Model\PSCreateJobParams.cs" />
251254
<Compile Include="Scheduler\Model\PSHttpJobDetail.cs" />

0 commit comments

Comments
 (0)