mirror of
https://github.com/actions/runner-images.git
synced 2026-01-10 12:41:43 +08:00
Removing mandatory VNET (#5821)
This commit is contained in:
committed by
GitHub
parent
e40657de17
commit
5b652198fe
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user