Skip to content

Commit cbbd8b2

Browse files
committed
Resolve review comments
1 parent 67fc1f9 commit cbbd8b2

9 files changed

+9
-9
lines changed

src/ResourceManager/DataFactories/Commands.DataFactoryV2.Test/Commands.DataFactoryV2.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</Reference>
5454
<Reference Include="Microsoft.Azure.Management.DataFactory">
5555
<SpecificVersion>False</SpecificVersion>
56-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataFactory.0.2.1-preview\lib\net452\Microsoft.Azure.Management.DataFactory.dll</HintPath>
56+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataFactory.0.3.0-preview\lib\net452\Microsoft.Azure.Management.DataFactory.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5959
<SpecificVersion>False</SpecificVersion>

src/ResourceManager/DataFactories/Commands.DataFactoryV2.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<package id="Microsoft.Azure.Gallery" version="2.6.2-preview" targetFramework="net45" />
66
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
77
<package id="Microsoft.Azure.Management.Authorization" version="1.0.0" targetFramework="net45" />
8-
<package id="Microsoft.Azure.Management.DataFactory" version="0.2.1-preview" targetFramework="net452" />
8+
<package id="Microsoft.Azure.Management.DataFactory" version="0.3.0-preview" targetFramework="net452" />
99
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
1010
<package id="Microsoft.Azure.Test.Framework" version="1.0.6179.26854-prerelease" targetFramework="net45" />
1111
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.7-preview" targetFramework="net45" />

src/ResourceManager/DataFactories/Commands.DataFactoryV2/Commands.DataFactoryV2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<ItemGroup>
5151
<Reference Include="Microsoft.Azure.Management.DataFactory">
5252
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataFactory.0.2.1-preview\lib\net452\Microsoft.Azure.Management.DataFactory.dll</HintPath>
53+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.DataFactory.0.3.0-preview\lib\net452\Microsoft.Azure.Management.DataFactory.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Microsoft.DataTransfer.Gateway.Encryption, Version=2.12.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5656
<SpecificVersion>False</SpecificVersion>

src/ResourceManager/DataFactories/Commands.DataFactoryV2/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ internal static class Constants
108108

109109
public const string HelpIntegrationRuntimeAutoUpdate = "Enable or disable the self-hosted integration runtime auto-update.";
110110

111-
public const string HelpIntegrationRuntimeAutoUpdateTime = "The time in hour of the day for the self-hosted integration runtime auto-update.";
111+
public const string HelpIntegrationRuntimeAutoUpdateTime = "The time of the day for the self-hosted integration runtime auto-update.";
112112

113113
public const string HelpIntegrationRuntimeKeyName = "The authentication key name of the self-hosted integration runtime.";
114114

src/ResourceManager/DataFactories/Commands.DataFactoryV2/help/Get-AzureRmDataFactoryV2IntegrationRuntimeNodeIp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Get-AzureRmDataFactoryV2IntegrationRuntimeNodeIp -NodeName <String> [-InputObjec
3131
```
3232

3333
## DESCRIPTION
34-
The Get-AzureRmDataFactoryV2IntegrationRuntimeNodeIp cmdlet gets the IP address of a self-hosted integration runtime node.
34+
The **Get-AzureRmDataFactoryV2IntegrationRuntimeNodeIp** cmdlet gets the IP address of a self-hosted integration runtime node.
3535

3636
## EXAMPLES
3737

src/ResourceManager/DataFactories/Commands.DataFactoryV2/help/Invoke-AzureRmDataFactoryV2IntegrationRuntimeUpgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Invoke-AzureRmDataFactoryV2IntegrationRuntimeUpgrade [-Force] [-InputObject] <PS
3131
```
3232

3333
## DESCRIPTION
34-
The Invoke-AzureRmDataFactoryV2IntegrationRuntimeUpgrade cmdlet upgrades self-hosted integration runtime if the new version is available.
34+
The **Invoke-AzureRmDataFactoryV2IntegrationRuntimeUpgrade** cmdlet upgrades self-hosted integration runtime if the new version is available.
3535

3636
## EXAMPLES
3737

src/ResourceManager/DataFactories/Commands.DataFactoryV2/help/Update-AzureRmDataFactoryV2IntegrationRuntime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Update-AzureRmDataFactoryV2IntegrationRuntime [-AutoUpdate <String>] [-AutoUpdat
3333
```
3434

3535
## DESCRIPTION
36-
The Update-AzureRmDataFactoryV2IntegrationRuntime cmdlet updates integration runtime properties. Currently the cmdlet only supports updating 'AutoUpdate' and 'AutoUpdateDelayOffset' for self-hosted integration runtime.
36+
The **Update-AzureRmDataFactoryV2IntegrationRuntime** cmdlet updates integration runtime properties. Currently the cmdlet only supports updating 'AutoUpdate' and 'AutoUpdateDelayOffset' for self-hosted integration runtime.
3737

3838
## EXAMPLES
3939

src/ResourceManager/DataFactories/Commands.DataFactoryV2/help/Update-AzureRmDataFactoryV2IntegrationRuntimeNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Update-AzureRmDataFactoryV2IntegrationRuntimeNode -Name <String> -ConcurrentJobs
3232
```
3333

3434
## DESCRIPTION
35-
The Update-AzureRmDataFactoryV2IntegrationRuntimeNode cmdlet updates properties of self-hosted integration runtime node in a data factory. Currently only supports updating 'ConcurrentJobsLimit'.
35+
The **Update-AzureRmDataFactoryV2IntegrationRuntimeNode** cmdlet updates properties of self-hosted integration runtime node in a data factory. Currently only supports updating 'ConcurrentJobsLimit'.
3636

3737
## EXAMPLES
3838

src/ResourceManager/DataFactories/Commands.DataFactoryV2/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Azure.Management.DataFactory" version="0.2.1-preview" targetFramework="net452" />
3+
<package id="Microsoft.Azure.Management.DataFactory" version="0.3.0-preview" targetFramework="net452" />
44
<package id="Microsoft.Azure.Management.Resources" version="2.20.0-preview" targetFramework="net45" />
55
<package id="Microsoft.Data.Edm" version="5.6.4" targetFramework="net45" />
66
<package id="Microsoft.Data.OData" version="5.6.4" targetFramework="net45" />

0 commit comments

Comments
 (0)