Skip to content

Commit 18aa8ba

Browse files
committed
fix indent
1 parent 36799fa commit 18aa8ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/DataFactory/DataFactoryV2.Test/ScenarioTests/IntegrationRuntimeTests.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function Test-SsisAzure-IntegrationRuntime
106106
-Force
107107

108108
# Prepare proxy selfhsoted IR
109-
$proxyIrName = "proxy-selfhosted-integrationruntime"
109+
$proxyIrName = "proxy-selfhosted-integrationruntime"
110110
$actualProxyIr = Set-AzDataFactoryV2IntegrationRuntime -ResourceGroupName $rgname `
111111
-DataFactoryName $dfname `
112112
-Name $proxyIrName `
@@ -115,7 +115,7 @@ function Test-SsisAzure-IntegrationRuntime
115115
Assert-AreEqual $actualProxyIr.Name $proxyIrName
116116

117117
# Prepare proxy linked service
118-
$lsname = "proxy-linkedservice"
118+
$lsname = "proxy-linkedservice"
119119
$actualProxyLs = Set-AzDataFactoryV2LinkedService -ResourceGroupName $rgname -DataFactoryName $dfname -Name $lsname -File .\Resources\linkedService.json -Force
120120
Assert-AreEqual $actualProxyLs.Name $lsname
121121

@@ -157,8 +157,8 @@ function Test-SsisAzure-IntegrationRuntime
157157
-MaxParallelExecutionsPerNode 1 `
158158
-LicenseType LicenseIncluded `
159159
-Edition Enterprise `
160-
-DataProxyIntegrationRuntimeName $proxyIrName `
161-
-DataProxyStagingLinkedServiceName $lsname `
160+
-DataProxyIntegrationRuntimeName $proxyIrName `
161+
-DataProxyStagingLinkedServiceName $lsname `
162162
-Force
163163

164164
$expected = Get-AzDataFactoryV2IntegrationRuntime -ResourceGroupName $rgname `
@@ -173,9 +173,9 @@ function Test-SsisAzure-IntegrationRuntime
173173
Wait-Seconds 15
174174
Remove-AzDataFactoryV2IntegrationRuntime -ResourceGroupName $rgname -DataFactoryName $dfname -Name $irname -Force
175175

176-
Remove-AzDataFactoryV2LinkedService -ResourceGroupName $rgname -DataFactoryName $dfname -Name $lsname -Force
176+
Remove-AzDataFactoryV2LinkedService -ResourceGroupName $rgname -DataFactoryName $dfname -Name $lsname -Force
177177

178-
Remove-AzDataFactoryV2IntegrationRuntime -ResourceId $actualProxyIr.Id -Force
178+
Remove-AzDataFactoryV2IntegrationRuntime -ResourceId $actualProxyIr.Id -Force
179179
}
180180
finally
181181
{

0 commit comments

Comments
 (0)