@@ -67,6 +67,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '3.4.0';
67
67
@ {ModuleName = ' AzureRM.ContainerInstance' ; RequiredVersion = ' 0.0.1' ; },
68
68
@ {ModuleName = ' AzureRM.ContainerRegistry' ; RequiredVersion = ' 0.2.6' ; },
69
69
@ {ModuleName = ' AzureRM.DataFactories' ; RequiredVersion = ' 3.4.0' ; },
70
+ @ {ModuleName = ' AzureRM.DataFactoryV2' ; RequiredVersion = ' 0.2.0' ; },
70
71
@ {ModuleName = ' AzureRM.DataLakeAnalytics' ; RequiredVersion = ' 3.4.0' ; },
71
72
@ {ModuleName = ' AzureRM.DataLakeStore' ; RequiredVersion = ' 4.4.0' ; },
72
73
@ {ModuleName = ' AzureRM.DevTestLabs' ; RequiredVersion = ' 3.4.0' ; },
@@ -189,6 +190,40 @@ PrivateData = @{
189
190
- Get-AzureRmContainerGroup
190
191
- Remove-AzureRmContainerGroup
191
192
- Get-AzureRmContainerInstanceLog
193
+ * DataFactories
194
+ * Add PowerShell cmdlets for Azure Data Factory version 2
195
+ - Set-AzureRmDataFactoryV2
196
+ - Get-AzureRmDataFactoryV2
197
+ - Remove-AzureRmDataFactoryV2
198
+ - Set-AzureRmDataFactoryV2LinkedService
199
+ - New-AzureRmDataFactoryV2LinkedServiceEncryptedCredential
200
+ - Get-AzureRmDataFactoryV2LinkedService
201
+ - Remove-AzureRmDataFactoryV2LinkedService
202
+ - Set-AzureRmDataFactoryV2Dataset
203
+ - Get-AzureRmDataFactoryV2Dataset
204
+ - Remove-AzureRmDataFactoryV2Dataset
205
+ - Set-AzureRmDataFactoryV2Trigger
206
+ - Get-AzureRmDataFactoryV2Trigger
207
+ - Remove-AzureRmDataFactoryV2Trigger
208
+ - Start-AzureRmDataFactoryV2Trigger
209
+ - Stop-AzureRmDataFactoryV2Trigger
210
+ - Set-AzureRmDataFactoryV2Pipeline
211
+ - Get-AzureRmDataFactoryV2Pipeline
212
+ - Remove-AzureRmDataFactoryV2Pipeline
213
+ - Invoke-AzureRmDataFactoryV2Pipeline
214
+ - Get-AzureRmDataFactoryV2PipelineRun
215
+ - Get-AzureRmDataFactoryV2ActivityRun
216
+ - Get-AzureRmDataFactoryV2IntegrationRuntimeKey
217
+ - Get-AzureRmDataFactoryV2IntegrationRuntime
218
+ - New-AzureRmDataFactoryV2IntegrationRuntimeKey
219
+ - Remove-AzureRmDataFactoryV2IntegrationRuntime
220
+ - Set-AzureRmDataFactoryV2IntegrationRuntime
221
+ - Start-AzureRmDataFactoryV2IntegrationRuntime
222
+ - Stop-AzureRmDataFactoryV2IntegrationRuntime
223
+ - Get-AzureRmDataFactoryV2IntegrationRuntimeMetric
224
+ - Remove-AzureRmDataFactoryV2IntegrationRuntimeNode
225
+ - Sync-AzureRmDataFactoryV2IntegrationRuntimeCredential
226
+ - Get-AzureRmDataFactoryV2TriggerRun
192
227
* Insights
193
228
* New cmdlet Set-AzureRmActionGroup
194
229
- A new cmdlet to create a new or update an existing action group.
0 commit comments