Skip to content

Commit eaae7ab

Browse files
bganapashahabhijeet
authored andcommitted
version upgrade to 1.2.8 and KV module version reference update (#3371)
1 parent d4b6a0e commit eaae7ab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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">
33

4-
<?define productName="Microsoft Azure PowerShell for Azure Stack TP2 Update 1 - November 2016" ?>
4+
<?define productName="Microsoft Azure PowerShell for Azure Stack TP2 Update 2" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="1.2.7" ?>
8+
<?define version="1.2.8" ?>
99

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

tools/AzureRM/AzureRM.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
# Version number of this module.
15-
ModuleVersion = '1.2.7'
15+
ModuleVersion = '1.2.8'
1616

1717
# ID used to uniquely identify this module
1818
GUID = 'B433E830-B479-4F7F-9C80-9CC6C28E1B51'
@@ -60,7 +60,7 @@ RequiredModules = @(@{ModuleName="AzureRM.Profile"; RequiredVersion="1.0.4.2"},
6060
@{ModuleName="AzureRM.Dns"; RequiredVersion="1.0.4.2"},
6161
@{ModuleName="AzureRM.HDInsight"; RequiredVersion="1.0.5.2"},
6262
@{ModuleName="AzureRM.Insights"; RequiredVersion="1.0.4.2"},
63-
@{ModuleName="AzureRM.KeyVault"; RequiredVersion="1.1.3.2"},
63+
@{ModuleName="AzureRM.KeyVault"; RequiredVersion="1.1.3.3"},
6464
@{ModuleName="AzureRM.Network"; RequiredVersion="1.0.4.2"},
6565
@{ModuleName="AzureRM.NotificationHubs"; RequiredVersion="1.0.4.2"},
6666
@{ModuleName="AzureRM.OperationalInsights"; RequiredVersion="1.0.4.2"},

tools/AzureStack/AzureStack.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '1.2.7'
12+
ModuleVersion = '1.2.8'
1313

1414
# ID used to uniquely identify this module
1515
GUID = '65f1e943-5e22-4b21-8350-82c798c958d2'

0 commit comments

Comments
 (0)