Skip to content

Commit

Permalink
defualts
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrward committed Nov 21, 2024
1 parent efa42d2 commit 6f75c30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ param(
# Cloud Connector Source
[ValidateSet("AD", "WORKGROUP", "AZURE", "AZURE_AD", "AWS", "GCP", "IBM", "ORACLE", "VMWARE", "ALIBABA", "OVH", "LUMEN")]
[Parameter(Mandatory = $False)]
[String]$CloudConnectorSource = "WORKGROUP"
[String]$CloudConnectorSource = "AD"
)

# Logging function
Expand Down

0 comments on commit 6f75c30

Please sign in to comment.