You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/DataFactories/Commands.DataFactoryV2.Test/SessionRecords/Microsoft.Azure.Commands.DataFactoryV2.Test.IntegrationRuntimeTests/TestSsisAzureIntegrationRuntime.json
Copy file name to clipboardExpand all lines: src/ResourceManager/DataFactories/Commands.DataFactoryV2/Constants.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,8 @@ internal static class Constants
108
108
109
109
publicconststringHelpIntegrationRuntimeMaxParallelExecutionsPerNode="Maximum parallel execution count per node for a managed dedicated integration runtime.";
110
110
111
+
publicconststringHelpIntegrationRuntimeLicenseType="The license type that you want to select for the SSIS IR. There are two types: LicenseIncluded or BasePrice. If you are qualified for the Azure Hybrid Use Benefit (AHUB) pricing, please select BasePrice. If not, please select LicenseIncluded.";
112
+
111
113
publicconststringHelpIntegrationRuntimeAutoUpdate="Enable or disable the self-hosted integration runtime auto-update.";
112
114
113
115
publicconststringHelpIntegrationRuntimeAutoUpdateTime="The time of the day for the self-hosted integration runtime auto-update.";
@@ -167,5 +169,9 @@ internal static class Constants
Copy file name to clipboardExpand all lines: src/ResourceManager/DataFactories/Commands.DataFactoryV2/IntegrationRuntimes/SetAzureDataFactoryIntegrationRuntimeCommand.cs
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,16 @@ public class SetAzureDataFactoryIntegrationRuntimeCommand : IntegrationRuntimeCm
Copy file name to clipboardExpand all lines: src/ResourceManager/DataFactories/Commands.DataFactoryV2/help/Set-AzureRmDataFactoryV2IntegrationRuntime.md
+35-19Lines changed: 35 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,17 @@ Updates an integration runtime.
The license type that you want to select for the SSIS IR. There are two types: LicenseIncluded or BasePrice. If you are qualified for the Azure Hybrid Use Benefit (AHUB) pricing, please select BasePrice. If not, please select LicenseIncluded.
186
+
187
+
```yaml
188
+
Type: String
189
+
Parameter Sets: (All)
190
+
Aliases:
191
+
Accepted values: LicenseIncluded, BasePrice
192
+
193
+
Required: False
194
+
Position: Named
195
+
Default value: None
196
+
Accept pipeline input: False
197
+
Accept wildcard characters: False
198
+
```
199
+
184
200
### -Location
185
201
The integration runtime location.
186
202
187
203
```yaml
188
204
Type: String
189
205
Parameter Sets: (All)
190
-
Aliases:
206
+
Aliases:
191
207
192
208
Required: False
193
209
Position: Named
@@ -202,7 +218,7 @@ Maximum parallel execution count per node for a managed dedicated integration ru
202
218
```yaml
203
219
Type: Int32
204
220
Parameter Sets: (All)
205
-
Aliases:
221
+
Aliases:
206
222
207
223
Required: False
208
224
Position: Named
@@ -232,7 +248,7 @@ Target nodes count of the integration runtime.
232
248
```yaml
233
249
Type: Int32
234
250
Parameter Sets: (All)
235
-
Aliases:
251
+
Aliases:
236
252
237
253
Required: False
238
254
Position: Named
@@ -247,7 +263,7 @@ The integration runtime node size.
247
263
```yaml
248
264
Type: String
249
265
Parameter Sets: (All)
250
-
Aliases:
266
+
Aliases:
251
267
252
268
Required: False
253
269
Position: Named
@@ -262,7 +278,7 @@ The resource group name.
262
278
```yaml
263
279
Type: String
264
280
Parameter Sets: ByIntegrationRuntimeName
265
-
Aliases:
281
+
Aliases:
266
282
267
283
Required: True
268
284
Position: 0
@@ -307,7 +323,7 @@ The integration runtime type.
307
323
```yaml
308
324
Type: String
309
325
Parameter Sets: (All)
310
-
Aliases:
326
+
Aliases:
311
327
Accepted values: Managed, SelfHosted
312
328
313
329
Required: False
@@ -323,7 +339,7 @@ The ID of the VNet that the integration runtime joins.
0 commit comments