File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 2016.02.02 version 1.1.1
1
+ ## 2016.02.02 version 1.2.0
2
2
* Azure RemoteApp: Organizational Unit in Azure RemoteApp RDFE cmdlets now accepts Unicode characters.
3
+
3
4
## 2016.01.12 version 1.1.0
4
5
* Azure SQL Database: Threat Detection policies:
5
6
* Using new Threat Detection Types
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension" >
3
3
4
- <?define productName =" Microsoft Azure PowerShell - January 2016" ?>
4
+ <?define productName =" Microsoft Azure PowerShell - February 2016" ?>
5
5
<?define sourceDir =" $(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
6
6
<?define caSourceDir =" $(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
7
7
8
- <?define version =" 1.1 .0" ?>
8
+ <?define version =" 1.2 .0" ?>
9
9
10
10
<Product Id =" *"
11
11
Name =" $(var.productName)"
Original file line number Diff line number Diff line change 12
12
RootModule = ' .\AzureRM.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.1 .0'
15
+ ModuleVersion = ' 1.2 .0'
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' B433E830-B479-4F7F-9C80-9CC6C28E1B51'
You can’t perform that action at this time.
0 commit comments