Skip to content

Commit e47eed3

Browse files
committed
Merge pull request Azure#381 from Azure/dev
HPF PR: dev <- Azure:dev
2 parents ca8b901 + f4cc6e3 commit e47eed3

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2016.02.04 version 1.2.1
2+
* Fix installer issue - remove PSGallery modules on install
3+
14
## 2016.02.03 version 1.2.0
25
* Azure RemoteApp:
36
* Organizational Unit in Azure RemoteApp RDFE cmdlets now accepts Unicode characters.

setup/azurecmd.wxs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="1.2.0" ?>
8+
<?define version="1.2.1" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"
@@ -102,6 +102,11 @@
102102
<CustomAction Id="SetExecutionPolicy" Property="POWERSHELLEXE" ExeCommand="-NoLogo -NoProfile -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -Command &quot;. \&quot;[PowerShellFolder]SetExecutionPolicy.ps1\&quot;&quot;" Execute="deferred" Impersonate="no" Return="check"/>
103103
<CustomAction Id="RemoveGalleryModules" Property="POWERSHELLEXE" ExeCommand="-NoLogo -NoProfile -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -Command &quot;. \&quot;[PowerShellFolder]RemoveGalleryModules.ps1\&quot;&quot;" Execute="deferred" Impersonate="no" Return="check"/>
104104

105+
<InstallExecuteSequence>
106+
<Custom Action="RemoveGalleryModules" After="CreateShortcuts">NOT Installed</Custom>
107+
<Custom Action="SetExecutionPolicy" After="RemoveGalleryModules">NOT Installed</Custom>
108+
</InstallExecuteSequence>
109+
105110
<WixVariable Id="WixUILicenseRtf" Value="$(var.ProjectDir)\media\License.rtf" />
106111
<UIRef Id="WixUI_Minimal" />
107112
<WixVariable Id="WixUIBannerBmp" Value="media\bannrbmp.bmp" />

src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Microsoft.Azure.Commands.OperationalInsights.dll-Help.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,6 @@ PS C:\&gt;New-AzureRmOperationalInsightsStorageInsight –Workspace $Workspace
13741374
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true(ByPropertyName)" position="4" aliases="none">
13751375
<maml:name>Sku</maml:name>
13761376
<maml:description>
1377-
<maml:para>Specifies the service tier of the workspace. Valid values are:
13781377
<maml:para>Specifies the service tier of the workspace. Valid values are:
13791378
-- free
13801379
-- standard
@@ -1472,7 +1471,6 @@ PS C:\&gt;New-AzureRmOperationalInsightsStorageInsight –Workspace $Workspace
14721471
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true(ByPropertyName)" position="4" aliases="none">
14731472
<maml:name>Sku</maml:name>
14741473
<maml:description>
1475-
<maml:para>Specifies the service tier of the workspace. Valid values are:
14761474
<maml:para>Specifies the service tier of the workspace. Valid values are:
14771475
-- free
14781476
-- standard
@@ -1977,8 +1975,6 @@ PS C:\&gt;Remove-AzureRmOperationalInsightsStorageInsight –Workspace $Workspac
19771975
</maml:relatedLinks>
19781976
</command:command>
19791977
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
1980-
<<<<<<< HEAD
1981-
<!--Generated by PS Cmdlet Help Editor-->
19821978
<command:details>
19831979
<command:name>Set-AzureRmOperationalInsightsIntelligencePack</command:name>
19841980
<maml:description>
@@ -2153,8 +2149,6 @@ PS C:\&gt;Remove-AzureRmOperationalInsightsStorageInsight –Workspace $Workspac
21532149
</maml:relatedLinks>
21542150
</command:command>
21552151
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
2156-
=======
2157-
>>>>>>> update the help.xml via content development
21582152
<command:details>
21592153
<command:name>Set-AzureRmOperationalInsightsStorageInsight</command:name>
21602154
<maml:description>
@@ -2546,7 +2540,6 @@ PS C:\&gt;Set-AzureRmOperationalInsightsStorageInsight –Workspace $Workspace
25462540
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4" aliases="none">
25472541
<maml:name>Sku</maml:name>
25482542
<maml:description>
2549-
<maml:para>Specifies the service tier of the workspace. Valid values are:
25502543
<maml:para>Specifies the service tier of the workspace. Valid values are:
25512544
-- free
25522545
-- standard

0 commit comments

Comments
 (0)