Skip to content

Commit d79238b

Browse files
author
Brandon Poe
committed
Addressing PR comments
1 parent 8e8172c commit d79238b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Automation/Automation.Test/UnitTests/Models/ScheduleTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ namespace Microsoft.Azure.Commands.Automation.Test.UnitTests.Models
2424
public class ScheduleTest
2525
{
2626
[Fact]
27-
[Trait(Category.Automation, Category.CheckIn)]
27+
[Trait(Category.AcceptanceType, Category.CheckIn)]
28+
[Trait(Category.Service, Category.Automation)]
2829
public void ScheduleConstructorHandlesMonthlyDayOfWeekSchedule()
2930
{
3031
const string expectedDayOfWeek = "Saturday";

src/Automation/Automation/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed issue when retreiving certain monthly schedules in several Azure Automation cmdlets
2122

2223
## Version 1.1.1
2324
* Update help for Import-AzAutomationDscNodeConfiguration
2425
* Added configuration name validation to Import-AzAutomationDscConfiguration cmdlet
2526
* Improved error handling for Import-AzAutomationDscConfiguration cmdlet
26-
* Fixed issue when retreiving certain monthly schedules in several Azure Automation cmdlets
2727

2828
## Version 1.1.0
2929
* Added support for Python 2 runbooks

0 commit comments

Comments
 (0)