Skip to content

Commit 38de552

Browse files
committed
fix format
1 parent 18aa8ba commit 38de552

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function Test-SsisAzure-IntegrationRuntime
105105
-Location $dflocation `
106106
-Force
107107

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

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

src/DataFactory/DataFactoryV2/help/Set-AzDataFactoryV2IntegrationRuntime.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ The cmdlet adds the ADF to use the shared integration runtime. When using `-Shar
104104
PS C:\> Set-AzDataFactoryV2IntegrationRuntime -ResourceGroupName testgroup `
105105
-DataFactoryName testdf `
106106
-Name SSISIRWithDataProxy `
107-
-DataProxyIntegrationRuntimeName proxySelfhostedIR `
108-
-DataProxyStagingLinkedServiceName AzureBlobStorage `
109-
-DataProxyStagingPath teststaging
107+
-DataProxyIntegrationRuntimeName proxySelfhostedIR `
108+
-DataProxyStagingLinkedServiceName AzureBlobStorage `
109+
-DataProxyStagingPath teststaging
110110
111111
Location : EastUS
112112
NodeSize : Standard_D8_v3
@@ -130,8 +130,7 @@ PS C:\> Set-AzDataFactoryV2IntegrationRuntime -ResourceGroupName testgroup `
130130
ResourceGroupName : testgroup
131131
DataFactoryName : testdf
132132
Description :
133-
Id : /subscriptions/cb715d05-3337-4640-8c43-4f943c50d06e/resourceGroups/testgroup/providers/Microsoft.DataFactory/factories/testdf/integration
134-
runtimes/SSISIRWithDataProxy
133+
Id : /subscriptions/cb715d05-3337-4640-8c43-4f943c50d06e/resourceGroups/testgroup/providers/Microsoft.DataFactory/factories/testdf/integrationruntimes/SSISIRWithDataProxy
135134
```
136135

137136
The cmdlet update Azure-SSIS integration runtime to use Self-hosted integration runtime as a data proxy.

0 commit comments

Comments
 (0)