Skip to content

Commit a70ca39

Browse files
committed
Merge branch 'release-5.31'
2 parents 04b2ce9 + 9e04278 commit a70ca39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AutomatedLab/AutomatedLab.init.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Register-PSFTeppScriptblock -Name 'AutomatedLab-ComputerName' -ScriptBlock {
501501
(Get-LabVM -All -IncludeLinux -SkipConnectionInfo).Name
502502
}
503503

504-
Register-PSFTeppScriptblock Name 'AutomatedLab-Subscription' -ScriptBlock {
504+
Register-PSFTeppScriptblock -Name 'AutomatedLab-Subscription' -ScriptBlock {
505505
(Get-AzSubscription -WarningAction SilentlyContinue).Name
506506
}
507507

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.30.{build}
1+
version: 5.31.{build}
22
image:
33
- Visual Studio 2017
44
- Ubuntu

0 commit comments

Comments
 (0)