Skip to content

Commit 2cf67c9

Browse files
committed
Update DataFactory projects and AzureRM
1 parent 29a1793 commit 2cf67c9

File tree

10 files changed

+466
-109
lines changed

10 files changed

+466
-109
lines changed

ChangeLog.md

Lines changed: 234 additions & 2 deletions
Large diffs are not rendered by default.

setup/azurecmd.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
33

4-
<?define productName="Microsoft Azure PowerShell - December 2017" ?>
4+
<?define productName="Microsoft Azure PowerShell - January 2018" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="5.1.1" ?>
8+
<?define version="5.2.0" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

src/Common/Commands.Common/AzurePowerShell.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ public class AzurePowerShell
2626

2727
public const string AssemblyCopyright = "Copyright © Microsoft";
2828

29-
public const string AssemblyVersion = "5.1.1";
29+
public const string AssemblyVersion = "5.2.0";
3030

31-
public const string AssemblyFileVersion = "5.1.1";
31+
public const string AssemblyFileVersion = "5.2.0";
3232

3333
public const string ProfileFile = "AzureProfile.json";
3434

src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.3'
15+
ModuleVersion = '4.1.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -135,7 +135,11 @@ PrivateData = @{
135135
# IconUri = ''
136136

137137
# ReleaseNotes of this module
138-
ReleaseNotes = '* Credential encryption functionality now works with both "Remote Access" enabled (Over Network) and "Remote Access" disabled (Local Machine).'
138+
ReleaseNotes = '* Enabled Azure Key Vault support for all data store linked services
139+
* Added license type property for Azure SSIS integration runtime
140+
* Added Location Completer to -Location parameters allowing tab completion through valid Locations
141+
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription
142+
* Obsoleted -Tags in favor of -Tag for New-AzureRmDataFactory'
139143

140144
# External dependent modules of this module
141145
# ExternalModuleDependencies = ''

src/ResourceManager/DataFactories/AzureRM.DataFactoryV2.psd1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.4.1'
15+
ModuleVersion = '0.5.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -151,7 +151,11 @@ PrivateData = @{
151151
# IconUri = ''
152152

153153
# ReleaseNotes of this module
154-
ReleaseNotes = '* Added two new cmdlets: Update-AzureRmDataFactoryV2 and Stop-AzureRmDataFactoryV2PipelineRun'
154+
ReleaseNotes = '* Enabled Azure Key Vault support for all data store linked services
155+
* Added license type property for Azure SSIS integration runtime
156+
* Added Location Completer to -Location parameters allowing tab completion through valid Locations
157+
* Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription
158+
* Add parameter "LicenseType" for "Set-AzureRmDataFactoryV2IntegrationRuntime" cmd to enable AHUB functionality'
155159

156160
# External dependent modules of this module
157161
# ExternalModuleDependencies = ''

src/ResourceManager/DataFactories/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 4.1.0
2123
* Enabled Azure Key Vault support for all data store linked services
2224
* Added license type property for Azure SSIS integration runtime
2325
* Added Location Completer to -Location parameters allowing tab completion through valid Locations

src/ResourceManager/DataFactories/Commands.DataFactories/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")]
28-
[assembly: AssemblyVersion("4.0.3")]
29-
[assembly: AssemblyFileVersion("4.0.3")]
28+
[assembly: AssemblyVersion("4.1.0")]
29+
[assembly: AssemblyFileVersion("4.1.0")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.DataFactories.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

src/ResourceManager/DataFactories/Commands.DataFactoryV2/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Current Release
22+
23+
## Version 0.5.0
2224
* Enabled Azure Key Vault support for all data store linked services
2325
* Added license type property for Azure SSIS integration runtime
2426
* Added Location Completer to -Location parameters allowing tab completion through valid Locations

src/ResourceManager/DataFactories/Commands.DataFactoryV2/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")]
28-
[assembly: AssemblyVersion("0.4.1")]
29-
[assembly: AssemblyFileVersion("0.4.1")]
28+
[assembly: AssemblyVersion("0.5.0")]
29+
[assembly: AssemblyFileVersion("0.5.0")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.DataFactoryV2.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

0 commit comments

Comments
 (0)