We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d28eee commit 083ea6eCopy full SHA for 083ea6e
src/Storage/RegressionTests/adls.ps1
@@ -5,7 +5,7 @@ BeforeAll {
5
# Modify the path to your own
6
Import-Module .\utils.ps1
7
8
- [xml]$config = [xml]$config = Get-Content .\config.xml
+ [xml]$config = Get-Content .\config.xml
9
$globalNode = $config.SelectSingleNode("config/section[@id='global']")
10
$testNode = $config.SelectSingleNode("config/section[@id='adls']")
11
0 commit comments