diff --git a/ChangeLog.txt b/ChangeLog.txt index 4a1635684bc6..da9972bacf20 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -8,6 +8,30 @@ * If you were using the AzureBatchVM cmdlets, use the AzureBatchComputeNode cmdlets instead. * The AzureBatchTaskFile and AzureBatchVMFile cmdlets have been consolidated into the AzureBatchNodeFile cmdlets. * The Name property on most entities has been replaced by an Id property. +* Azure Network + * Cert and SET cmdlet bugfix +* Azure Compute + * Update VMAcces extension to use Json configs. + * Fix Publish Extension cmdlets. + * Update CustomScript cmdlet for SAS Uri. + * Update help file. + * Get, Set and Remove Azure Powershell commandlets for IaaS V2 VM. +* Azure Data Factory + * Rename Table to Dataset. +* Azure SQL + * changed the structure of the security namespace to align to the rest of the namespaces in the Azure SQL namespace. + * Added Schema to data masking rule. + * Updated underlying sql nuget version. + * Add the parameter for elastic pool in Start-AzureSqlServerUpgrade. + * Return the schedule time of the upgrade (in case of forced upgrade) to customer in Get-AzureSqlServerUpgrade. +* Azure Hdinsight Resoruce Management cmdlets +* Azure Site Recovery + * Add Valult, Server, Protection Container, protection Entity, Protection Profile, Job cmdlets. +* Azure Stream Analytics + * Use Stream Analytics SDK reference to 1.6.0 version. +* Azure Backup + * Enable-AzureBackupContainerReregistration cmdlet. +* Azure UsageAggregates cmdlet 2015.07.17 version 0.9.5 * Azure SQL cmdlets diff --git a/setup/azurecmd.wxs b/setup/azurecmd.wxs index bd8d783ad789..e04b69637b57 100644 --- a/setup/azurecmd.wxs +++ b/setup/azurecmd.wxs @@ -1,11 +1,11 @@  - + - + diff --git a/src/Common/Commands.Common/AzurePowerShell.cs b/src/Common/Commands.Common/AzurePowerShell.cs index 2a576588e834..4a733b169ca3 100644 --- a/src/Common/Commands.Common/AzurePowerShell.cs +++ b/src/Common/Commands.Common/AzurePowerShell.cs @@ -27,9 +27,9 @@ public class AzurePowerShell public const string AssemblyCopyright = "Copyright © Microsoft"; - public const string AssemblyVersion = "0.9.5"; + public const string AssemblyVersion = "0.9.6"; - public const string AssemblyFileVersion = "0.9.5"; + public const string AssemblyFileVersion = "0.9.6"; public const string ProfileFile = "AzureProfile.json"; diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.psd1 b/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.psd1 index 580e8a2f7f6f..727a262d1bc5 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.psd1 +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.psd1 @@ -9,7 +9,7 @@ @{ # Version number of this module. -ModuleVersion = '0.9.5' +ModuleVersion = '0.9.6' # ID used to uniquely identify this module GUID = 'F237EAAA-BD3A-4965-AD4A-BF38598BFEF7' diff --git a/src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1 b/src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1 index f8a09f6e1789..8c1cc8558860 100644 --- a/src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1 +++ b/src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1 @@ -9,7 +9,7 @@ @{ # Version number of this module. -ModuleVersion = '0.9.5' +ModuleVersion = '0.9.6' # ID used to uniquely identify this module GUID = '81d522a4-6e5d-4105-8f58-376204c47458' diff --git a/src/ResourceManager/Storage/Commands.Management.Storage/Microsoft.Azure.Commands.Management.Storage.dll-Help.psd1 b/src/ResourceManager/Storage/Commands.Management.Storage/Microsoft.Azure.Commands.Management.Storage.dll-Help.psd1 index aa662cc2ea54..0b56399c6c62 100644 --- a/src/ResourceManager/Storage/Commands.Management.Storage/Microsoft.Azure.Commands.Management.Storage.dll-Help.psd1 +++ b/src/ResourceManager/Storage/Commands.Management.Storage/Microsoft.Azure.Commands.Management.Storage.dll-Help.psd1 @@ -9,7 +9,7 @@ @{ # Version number of this module. -ModuleVersion = '0.9.5' +ModuleVersion = '0.9.6' # ID used to uniquely identify this module GUID = 'F237EAAA-BD3A-4965-AD4A-BF38598BFEF7' diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/PIR.psd1 b/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/PIR.psd1 index 536ff2e9f1ca..3ecc95130782 100644 --- a/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/PIR.psd1 +++ b/src/ServiceManagement/Compute/Commands.ServiceManagement.PlatformImageRepository/PIR.psd1 @@ -12,7 +12,7 @@ ModuleToProcess = '.\Microsoft.WindowsAzure.Commands.ServiceManagement.PlatformImageRepository.dll' # Version number of this module. -ModuleVersion = '0.9.5' +ModuleVersion = '0.9.6' # ID used to uniquely identify this module GUID = 'a9343cbd-175c-4f72-90c7-2abe9b300644' diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/AzurePreview.psd1 b/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/AzurePreview.psd1 index 667e59519761..9b13a354ca43 100644 --- a/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/AzurePreview.psd1 +++ b/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/AzurePreview.psd1 @@ -12,7 +12,7 @@ ModuleToProcess = '.\Microsoft.WindowsAzure.Commands.ServiceManagement.Preview.dll' # Version number of this module. -ModuleVersion = '0.9.5' +ModuleVersion = '0.9.6' # ID used to uniquely identify this module GUID = '1C72E555-E83F-45E4-AED2-AF3278828DCD' diff --git a/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/ExpressRoute.psd1 b/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/ExpressRoute.psd1 index c26105df820e..4ba29e73400f 100644 --- a/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/ExpressRoute.psd1 +++ b/src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/ExpressRoute.psd1 @@ -12,7 +12,7 @@ ModuleToProcess = '.\Microsoft.WindowsAzure.Commands.ExpressRoute.dll' # Version number of this module. -ModuleVersion = '0.9.5' +ModuleVersion = '0.9.6' # ID used to uniquely identify this module GUID = 'e5b10573-30da-456a-9319-4c0a5f8bed4a' diff --git a/src/ServiceManagement/Services/Commands.Utilities/Azure.psd1 b/src/ServiceManagement/Services/Commands.Utilities/Azure.psd1 index c91800393bc9..c7670523eeff 100644 --- a/src/ServiceManagement/Services/Commands.Utilities/Azure.psd1 +++ b/src/ServiceManagement/Services/Commands.Utilities/Azure.psd1 @@ -9,7 +9,7 @@ @{ # Version number of this module. -ModuleVersion = '0.9.5' +ModuleVersion = '0.9.6' # ID used to uniquely identify this module GUID = 'D48CF693-4125-4D2D-8790-1514F44CE325' diff --git a/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Resources/MockSessions.xml b/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Resources/MockSessions.xml index d03cc0a8edb6..4603aaece07f 100644 --- a/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Resources/MockSessions.xml +++ b/src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Resources/MockSessions.xml @@ -10512,7 +10512,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/DacOperations/Export POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -10582,7 +10582,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/DacOperations/Status POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -10646,7 +10646,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/DacOperations/Import POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -10718,7 +10718,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/DacOperations/Status POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -10787,7 +10787,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/DacOperations/Export POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -10857,7 +10857,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/DacOperations/Status POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -10921,7 +10921,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/DacOperations/Import POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -10993,7 +10993,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/DacOperations/Status POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -32924,7 +32924,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 WindowsAzurePowershell/v0.7.3.1 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 WindowsAzurePowershell/v0.7.3.1
x-ms-version @@ -33030,7 +33030,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 WindowsAzurePowershell/v0.7.3.1 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 WindowsAzurePowershell/v0.7.3.1
x-ms-version @@ -33082,7 +33082,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/m4mfnkbsoc DELETE - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 WindowsAzurePowershell/v0.7.3.1 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 WindowsAzurePowershell/v0.7.3.1
x-ms-version @@ -33119,7 +33119,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 WindowsAzurePowershell/v0.7.3.1 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 WindowsAzurePowershell/v0.7.3.1
x-ms-version @@ -64563,7 +64563,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/cloud4/databases/testdb0 DELETE - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -64616,7 +64616,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/cloud4/databases/testdb0copy1 DELETE - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -64669,7 +64669,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/cloud4/databases/testdb0copy2 DELETE - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -64722,7 +64722,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/partnersrv/databases?contentview=generic GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -64779,7 +64779,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/partnersrv/serviceobjectives/26e021db-f1f9-4c98-84c6-92af8ef433d7 GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -67504,7 +67504,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/restorabledroppeddatabases?contentview=generic GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -67561,7 +67561,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/restorabledroppeddatabases/testdb1,2014-04-18T03:08:25.083Z GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -67618,7 +67618,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/restorabledroppeddatabases/testdb2,2014-04-18T03:08:28.877Z GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -67675,7 +67675,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/restorabledroppeddatabases/testdb1,2014-04-18T03:08:25.083Z GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -67732,7 +67732,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/restorabledroppeddatabases/testdb2,2014-04-18T03:08:28.877Z GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -67864,7 +67864,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/restoredatabaseoperations POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -67931,7 +67931,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/databases/testdb1 GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68053,7 +68053,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/restoredatabaseoperations POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68120,7 +68120,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/restorabledroppeddatabases?contentview=generic GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68177,7 +68177,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/restoredatabaseoperations POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68246,7 +68246,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/restorabledroppeddatabases?contentview=generic GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68303,7 +68303,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/restoredatabaseoperations POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68371,7 +68371,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverabledatabases?contentview=generic GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68428,7 +68428,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverabledatabases/testdb1 GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68485,7 +68485,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverabledatabases/testdb2 GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68547,7 +68547,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverabledatabases?contentview=generic GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68604,7 +68604,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverabledatabases/testdb1 GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68661,7 +68661,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverabledatabases/testdb2 GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68718,7 +68718,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverabledatabases/testdb1 GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68775,7 +68775,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverabledatabases/testdb2 GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68837,7 +68837,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverabledatabases/testdbnonexistent GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68899,7 +68899,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverdatabaseoperations POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -68966,7 +68966,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverabledatabases/testdb1 GET - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version @@ -69023,7 +69023,7 @@ https://localhost:65432/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/myserver01/recoverdatabaseoperations POST - Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.5.0 AzurePowershell/v0.9.5 + Microsoft.WindowsAzure.Management.Sql.SqlManagementClient/0.9.6.0 AzurePowershell/v0.9.5
x-ms-version