We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bd497b + 8e8decc commit 07371b8Copy full SHA for 07371b8
Assert-AutoShutdownSchedule.ps1
@@ -1,5 +1,7 @@
1
-[String] $AzureCredentialName = "Use *Default Automation Credential* Asset"
2
-[String] $AzureSubscriptionName = "Use *Default Azure Subscription* Variable Value"
+param(
+ [String] $AzureCredentialName = "Use *Default Automation Credential* Asset",
3
+ [String] $AzureSubscriptionName = "Use *Default Azure Subscription* Variable Value"
4
+)
5
6
# Define function to check current time against specified range
7
function CheckScheduleEntry ([string]$TimeRange)
0 commit comments