We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04b2ce9 + 9e04278 commit a70ca39Copy full SHA for a70ca39
AutomatedLab/AutomatedLab.init.ps1
@@ -501,7 +501,7 @@ Register-PSFTeppScriptblock -Name 'AutomatedLab-ComputerName' -ScriptBlock {
501
(Get-LabVM -All -IncludeLinux -SkipConnectionInfo).Name
502
}
503
504
-Register-PSFTeppScriptblock Name 'AutomatedLab-Subscription' -ScriptBlock {
+Register-PSFTeppScriptblock -Name 'AutomatedLab-Subscription' -ScriptBlock {
505
(Get-AzSubscription -WarningAction SilentlyContinue).Name
506
507
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 5.30.{build}
+version: 5.31.{build}
2
image:
3
- Visual Studio 2017
4
- Ubuntu
0 commit comments