Removing mandatory VNET (#5821)

This commit is contained in:
Sander Trijssenaar
2022-06-27 12:41:19 +02:00
committed by GitHub
parent e40657de17
commit 5b652198fe

View File

@@ -8,9 +8,9 @@ param(
[String] [Parameter (Mandatory=$true)] $StorageAccount, [String] [Parameter (Mandatory=$true)] $StorageAccount,
[String] [Parameter (Mandatory=$true)] $SubscriptionId, [String] [Parameter (Mandatory=$true)] $SubscriptionId,
[String] [Parameter (Mandatory=$true)] $TenantId, [String] [Parameter (Mandatory=$true)] $TenantId,
[String] [Parameter (Mandatory=$true)] $VirtualNetworkName, [String] [Parameter (Mandatory=$false)] $VirtualNetworkName,
[String] [Parameter (Mandatory=$true)] $VirtualNetworkRG, [String] [Parameter (Mandatory=$false)] $VirtualNetworkRG,
[String] [Parameter (Mandatory=$true)] $VirtualNetworkSubnet [String] [Parameter (Mandatory=$false)] $VirtualNetworkSubnet
) )
if (-not (Test-Path $TemplatePath)) if (-not (Test-Path $TemplatePath))