Skip to content

Commit 6ef5a19

Browse files
committed
Merge pull request Azure#687 from yugangw-msft/version
version update and changelog for 0.9.6 release
2 parents 2bc046d + e5a1ce7 commit 6ef5a19

File tree

11 files changed

+76
-52
lines changed

11 files changed

+76
-52
lines changed

ChangeLog.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@
88
* If you were using the AzureBatchVM cmdlets, use the AzureBatchComputeNode cmdlets instead.
99
* The AzureBatchTaskFile and AzureBatchVMFile cmdlets have been consolidated into the AzureBatchNodeFile cmdlets.
1010
* The Name property on most entities has been replaced by an Id property.
11+
* Azure Network
12+
* Cert and SET cmdlet bugfix
13+
* Azure Compute
14+
* Update VMAcces extension to use Json configs.
15+
* Fix Publish Extension cmdlets.
16+
* Update CustomScript cmdlet for SAS Uri.
17+
* Update help file.
18+
* Get, Set and Remove Azure Powershell commandlets for IaaS V2 VM.
19+
* Azure Data Factory
20+
* Rename Table to Dataset.
21+
* Azure SQL
22+
* changed the structure of the security namespace to align to the rest of the namespaces in the Azure SQL namespace.
23+
* Added Schema to data masking rule.
24+
* Updated underlying sql nuget version.
25+
* Add the parameter for elastic pool in Start-AzureSqlServerUpgrade.
26+
* Return the schedule time of the upgrade (in case of forced upgrade) to customer in Get-AzureSqlServerUpgrade.
27+
* Azure Hdinsight Resoruce Management cmdlets
28+
* Azure Site Recovery
29+
* Add Valult, Server, Protection Container, protection Entity, Protection Profile, Job cmdlets.
30+
* Azure Stream Analytics
31+
* Use Stream Analytics SDK reference to 1.6.0 version.
32+
* Azure Backup
33+
* Enable-AzureBackupContainerReregistration cmdlet.
34+
* Azure UsageAggregates cmdlet
1135

1236
2015.07.17 version 0.9.5
1337
* Azure SQL cmdlets

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

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

8-
<?define version="0.9.5" ?>
8+
<?define version="0.9.6" ?>
99
<?define versionedStartMenuFolder="Microsoft Azure" ?>
1010
<?define staleStartMenuFolder="Windows Azure" ?>
1111

src/Common/Commands.Common/AzurePowerShell.cs

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

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

30-
public const string AssemblyVersion = "0.9.5";
30+
public const string AssemblyVersion = "0.9.6";
3131

32-
public const string AssemblyFileVersion = "0.9.5";
32+
public const string AssemblyFileVersion = "0.9.6";
3333

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

src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.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 = '0.9.5'
12+
ModuleVersion = '0.9.6'
1313

1414
# ID used to uniquely identify this module
1515
GUID = 'F237EAAA-BD3A-4965-AD4A-BF38598BFEF7'

src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.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 = '0.9.5'
12+
ModuleVersion = '0.9.6'
1313

1414
# ID used to uniquely identify this module
1515
GUID = '81d522a4-6e5d-4105-8f58-376204c47458'

src/ResourceManager/Storage/Commands.Management.Storage/Microsoft.Azure.Commands.Management.Storage.dll-Help.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 = '0.9.5'
12+
ModuleVersion = '0.9.6'
1313

1414
# ID used to uniquely identify this module
1515
GUID = 'F237EAAA-BD3A-4965-AD4A-BF38598BFEF7'

src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/PIR.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ModuleToProcess = '.\Microsoft.WindowsAzure.Commands.ServiceManagement.PlatformImageRepository.dll'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.9.5'
15+
ModuleVersion = '0.9.6'
1616

1717
# ID used to uniquely identify this module
1818
GUID = 'a9343cbd-175c-4f72-90c7-2abe9b300644'

src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/AzurePreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ModuleToProcess = '.\Microsoft.WindowsAzure.Commands.ServiceManagement.Preview.dll'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.9.5'
15+
ModuleVersion = '0.9.6'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '1C72E555-E83F-45E4-AED2-AF3278828DCD'

src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/ExpressRoute.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ModuleToProcess = '.\Microsoft.WindowsAzure.Commands.ExpressRoute.dll'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.9.5'
15+
ModuleVersion = '0.9.6'
1616

1717
# ID used to uniquely identify this module
1818
GUID = 'e5b10573-30da-456a-9319-4c0a5f8bed4a'

src/ServiceManagement/Services/Commands.Utilities/Azure.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 = '0.9.5'
12+
ModuleVersion = '0.9.6'
1313

1414
# ID used to uniquely identify this module
1515
GUID = 'D48CF693-4125-4D2D-8790-1514F44CE325'

src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Resources/MockSessions.xml

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

0 commit comments

Comments
 (0)