@@ -106,7 +106,7 @@ function Test-SsisAzure-IntegrationRuntime
106
106
- Force
107
107
108
108
# Prepare proxy selfhsoted IR
109
- $proxyIrName = " proxy-selfhosted-integrationruntime"
109
+ $proxyIrName = " proxy-selfhosted-integrationruntime"
110
110
$actualProxyIr = Set-AzDataFactoryV2IntegrationRuntime - ResourceGroupName $rgname `
111
111
- DataFactoryName $dfname `
112
112
- Name $proxyIrName `
@@ -115,7 +115,7 @@ function Test-SsisAzure-IntegrationRuntime
115
115
Assert-AreEqual $actualProxyIr.Name $proxyIrName
116
116
117
117
# Prepare proxy linked service
118
- $lsname = " proxy-linkedservice"
118
+ $lsname = " proxy-linkedservice"
119
119
$actualProxyLs = Set-AzDataFactoryV2LinkedService - ResourceGroupName $rgname - DataFactoryName $dfname - Name $lsname - File .\Resources\linkedService.json - Force
120
120
Assert-AreEqual $actualProxyLs.Name $lsname
121
121
@@ -157,8 +157,8 @@ function Test-SsisAzure-IntegrationRuntime
157
157
- MaxParallelExecutionsPerNode 1 `
158
158
- LicenseType LicenseIncluded `
159
159
- Edition Enterprise `
160
- - DataProxyIntegrationRuntimeName $proxyIrName `
161
- - DataProxyStagingLinkedServiceName $lsname `
160
+ - DataProxyIntegrationRuntimeName $proxyIrName `
161
+ - DataProxyStagingLinkedServiceName $lsname `
162
162
- Force
163
163
164
164
$expected = Get-AzDataFactoryV2IntegrationRuntime - ResourceGroupName $rgname `
@@ -173,9 +173,9 @@ function Test-SsisAzure-IntegrationRuntime
173
173
Wait-Seconds 15
174
174
Remove-AzDataFactoryV2IntegrationRuntime - ResourceGroupName $rgname - DataFactoryName $dfname - Name $irname - Force
175
175
176
- Remove-AzDataFactoryV2LinkedService - ResourceGroupName $rgname - DataFactoryName $dfname - Name $lsname - Force
176
+ Remove-AzDataFactoryV2LinkedService - ResourceGroupName $rgname - DataFactoryName $dfname - Name $lsname - Force
177
177
178
- Remove-AzDataFactoryV2IntegrationRuntime - ResourceId $actualProxyIr.Id - Force
178
+ Remove-AzDataFactoryV2IntegrationRuntime - ResourceId $actualProxyIr.Id - Force
179
179
}
180
180
finally
181
181
{
0 commit comments