File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Automation.Test/UnitTests/Models Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ namespace Microsoft.Azure.Commands.Automation.Test.UnitTests.Models
24
24
public class ScheduleTest
25
25
{
26
26
[ Fact ]
27
- [ Trait ( Category . Automation , Category . CheckIn ) ]
27
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
28
+ [ Trait ( Category . Service , Category . Automation ) ]
28
29
public void ScheduleConstructorHandlesMonthlyDayOfWeekSchedule ( )
29
30
{
30
31
const string expectedDayOfWeek = "Saturday" ;
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+ * Fixed issue when retreiving certain monthly schedules in several Azure Automation cmdlets
21
22
22
23
## Version 1.1.1
23
24
* Update help for Import-AzAutomationDscNodeConfiguration
24
25
* Added configuration name validation to Import-AzAutomationDscConfiguration cmdlet
25
26
* Improved error handling for Import-AzAutomationDscConfiguration cmdlet
26
- * Fixed issue when retreiving certain monthly schedules in several Azure Automation cmdlets
27
27
28
28
## Version 1.1.0
29
29
* Added support for Python 2 runbooks
You can’t perform that action at this time.
0 commit comments