Sync eng/common directory with azure-sdk-tools repository (#68)
This commit is contained in:
parent
4ca8d267d6
commit
58c754746e
@ -56,7 +56,6 @@ param (
|
||||
[string] $Environment = 'AzureCloud',
|
||||
|
||||
[Parameter()]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[hashtable] $AdditionalParameters,
|
||||
|
||||
[Parameter()]
|
||||
@ -109,7 +108,7 @@ trap {
|
||||
}
|
||||
|
||||
# Enumerate test resources to deploy. Fail if none found.
|
||||
$root = [System.IO.Path]::Combine("$PSScriptRoot/../sdk", $ServiceDirectory) | Resolve-Path
|
||||
$root = [System.IO.Path]::Combine("$PSScriptRoot/../../../sdk", $ServiceDirectory) | Resolve-Path
|
||||
$templateFileName = 'test-resources.json'
|
||||
$templateFiles = @()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user