Sync eng/common directory with azure-sdk-tools repository (#68)

This commit is contained in:
Azure SDK Bot 2020-04-09 09:27:06 -07:00 committed by GitHub
parent 4ca8d267d6
commit 58c754746e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = @()