Skip to content

Commit a90585d

Browse files
committed
get-azureautomationschedule implementation and unit tests
1 parent 0453907 commit a90585d

File tree

60 files changed

+78
-6035
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+78
-6035
lines changed

src/ServiceManagement/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -92,25 +92,7 @@
9292
</ItemGroup>
9393
<ItemGroup>
9494
<Compile Include="Properties\AssemblyInfo.cs" />
95-
<Compile Include="UnitTests\GetAzureAutomationAccountTest.cs" />
96-
<Compile Include="UnitTests\GetAzureAutomationJobOutputTest.cs" />
97-
<Compile Include="UnitTests\GetAzureAutomationJobTest.cs" />
98-
<Compile Include="UnitTests\GetAzureAutomationRunbookDefinitionTest.cs" />
99-
<Compile Include="UnitTests\GetAzureAutomationRunbookTest.cs" />
10095
<Compile Include="UnitTests\GetAzureAutomationScheduleTest.cs" />
101-
<Compile Include="UnitTests\NewAzureAutomationRunbookTest.cs" />
102-
<Compile Include="UnitTests\NewAzureAutomationScheduleTest.cs" />
103-
<Compile Include="UnitTests\PublishAzureAutomationRunbookTest.cs" />
104-
<Compile Include="UnitTests\RegisterAzureAutomationScheduledJobTest.cs" />
105-
<Compile Include="UnitTests\RemoveAzureAutomationRunbookTest.cs" />
106-
<Compile Include="UnitTests\RemoveAzureAutomationScheduleTest.cs" />
107-
<Compile Include="UnitTests\ResumeAzureAutomationJobTest.cs" />
108-
<Compile Include="UnitTests\SetAzureAutomationRunbookDefinitionTest.cs" />
109-
<Compile Include="UnitTests\SetAzureAutomationRunbookTest.cs" />
110-
<Compile Include="UnitTests\SetAzureAutomationScheduleTest.cs" />
111-
<Compile Include="UnitTests\StartAzureAutomationRunbookTest.cs" />
112-
<Compile Include="UnitTests\StopAzureAutomationJobTest.cs" />
113-
<Compile Include="UnitTests\SuspendAzureAutomationJobTest.cs" />
11496
</ItemGroup>
11597
<ItemGroup>
11698
<ProjectReference Include="..\..\..\Common\Commands.Common.Test\Commands.Common.Test.csproj">

src/ServiceManagement/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationAccountTest.cs

Lines changed: 0 additions & 76 deletions
This file was deleted.

src/ServiceManagement/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationJobOutputTest.cs

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/ServiceManagement/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationJobTest.cs

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)