Skip to content

Commit ac5ebd0

Browse files
committed
Installer, and adding ADF V2 to AzureRM.psd1
1 parent 1489896 commit ac5ebd0

File tree

3 files changed

+40
-4
lines changed

3 files changed

+40
-4
lines changed

setup/azurecmdfiles.wxi

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
33
<Fragment>
44
<DirectoryRef Id="PowerShellFolder">
5-
<Component Id="cmpDC507D3B034FD0F9887EC67302B6F5A0" Guid="*">
6-
<File Id="filBF2E03D229851ADE6748EBFCE4288A27" KeyPath="yes" Source="$(var.sourceDir)\PowerShellSetup.Test.dll" />
7-
</Component>
85
<Directory Id="dirB60B5B1F56FA5598EFFC960CA393FDCE" Name="ResourceManager">
96
<Directory Id="dir9E409EB63EF03736275B51044C819FD8" Name="AzureResourceManager">
107
<Directory Id="dirE5EE64AF112D660B2F38178FA55F7183" Name="Azure.AnalysisServices">
@@ -719,7 +716,10 @@
719716
<Component Id="cmp779A0E3965601A707B4FB7EA41991F17" Guid="*">
720717
<File Id="fil59D93D2015C3D1C5F7D257951BDB2A25" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Compute\Microsoft.Azure.Management.Compute.dll" />
721718
</Component>
722-
<Component Id="cmpE7FBE654F66ADDB880F2EED62DDCBC95" Guid="*">
719+
<Component Id="cmp7AC2002EE4C365F7ED04A65EB2ECB865" Guid="*">
720+
<File Id="fil214F889EDCC4702A882998D16885E151" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Compute\Microsoft.Azure.Management.KeyVault.dll" />
721+
</Component>
722+
<Component Id="cmpE7FBE654F66ADDB880F2EED62DDCBC95" Guid="*">
723723
<File Id="fil16AF569E99B99421052FC7DFD8E43BDB" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Compute\Microsoft.Azure.Management.Storage.dll" />
724724
</Component>
725725
<Component Id="cmpA5892A5B2CF39458BD6E319D74C3878C" Guid="*">
@@ -5722,6 +5722,7 @@
57225722
<ComponentRef Id="cmp8067E53A2217014032225374FB64FDE7" />
57235723
<ComponentRef Id="cmpCEE5FDE7A6F24B1A7B048897D0A4FB10" />
57245724
<ComponentRef Id="cmp779A0E3965601A707B4FB7EA41991F17" />
5725+
<ComponentRef Id="cmp7AC2002EE4C365F7ED04A65EB2ECB865" />
57255726
<ComponentRef Id="cmpE7FBE654F66ADDB880F2EED62DDCBC95" />
57265727
<ComponentRef Id="cmpA5892A5B2CF39458BD6E319D74C3878C" />
57275728
<ComponentRef Id="cmp3D87E7A369012515387799F3AE4D8DA9" />

tools/AzureRM/AzureRM.psd1

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '3.4.0';
6767
@{ModuleName = 'AzureRM.ContainerInstance'; RequiredVersion = '0.0.1'; },
6868
@{ModuleName = 'AzureRM.ContainerRegistry'; RequiredVersion = '0.2.6'; },
6969
@{ModuleName = 'AzureRM.DataFactories'; RequiredVersion = '3.4.0'; },
70+
@{ModuleName = 'AzureRM.DataFactoryV2'; RequiredVersion = '0.2.0'; },
7071
@{ModuleName = 'AzureRM.DataLakeAnalytics'; RequiredVersion = '3.4.0'; },
7172
@{ModuleName = 'AzureRM.DataLakeStore'; RequiredVersion = '4.4.0'; },
7273
@{ModuleName = 'AzureRM.DevTestLabs'; RequiredVersion = '3.4.0'; },
@@ -189,6 +190,40 @@ PrivateData = @{
189190
- Get-AzureRmContainerGroup
190191
- Remove-AzureRmContainerGroup
191192
- 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
192227
* Insights
193228
* New cmdlet Set-AzureRmActionGroup
194229
- A new cmdlet to create a new or update an existing action group.

tools/AzureRM/AzureRM.psm1

10.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)