Skip to content

Commit 7fe760c

Browse files
committed
Merge pull request #48 from markcowl/merge-0.8.12
Merging master -> dev for release 0.8.12
2 parents 0cdfa9c + 526e3b8 commit 7fe760c

File tree

33 files changed

+5360
-679
lines changed

33 files changed

+5360
-679
lines changed

ChangeLog.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
2014.12.12 version 0.8.12
2+
* StreamAnalytics
3+
* New cmdlets in AzureResourceManager mode
4+
* New-AzureStreamAnalyticsJob
5+
* New-AzureStreamAnalyticsInput
6+
* New-AzureStreamAnalyticsOutput
7+
* New-AzureStreamAnalyticsTransformation
8+
* Get-AzureStreamAnalyticsJob
9+
* Get-AzureStreamAnalyticsInput
10+
* Get-AzureStreamAnalyticsOutput
11+
* Get-AzureStreamAnalyticsTransformation
12+
* Get-AzureStreamAnalyticsQuota
13+
* Remove-AzureStreamAnalyticsJob
14+
* Remove-AzureStreamAnalyticsInput
15+
* Remove-AzureStreamAnalyticsOutput
16+
* Test-AzureStreamAnalyticsInput
17+
* Test-AzureStreamAnalyticsOutput
18+
* Start-AzureStreamAnalyticsJob
19+
* Stop-AzureStreamAnalyticsJob
20+
* Batch
21+
* Fixed issue with Delete-AzureBatchAccount
22+
* Profile
23+
* Fixed issues with Select-AzureSubscription to allow selecting subscriptions by Id
24+
* Deprecated SubscriptionDataFile parameter
25+
* Compute
26+
* Set-AzureVMImage cmdlets - added IconUri, SmallIconUri, and ShowInGui parameters
27+
* Sql
28+
* Added Sql Servver v12 support to SQL authentication context for SqlAzure cmdlets
29+
130
2014.11.14 Version 0.8.11
231
* Profile
332
* Clear-AzureProfile: remove all subscription and credential data from the user store

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 - November 2014" ?>
4+
<?define productName="Microsoft Azure PowerShell - December 2014" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

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

src/Common/Commands.Common/Common/AzurePowerShell.cs

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

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

29-
public const string AssemblyVersion = "0.8.11";
29+
public const string AssemblyVersion = "0.8.12";
3030

31-
public const string AssemblyFileVersion = "0.8.11";
31+
public const string AssemblyFileVersion = "0.8.12";
3232

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

src/ResourceManager/Resources/Commands.Resources.Test/SessionRecords/Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourceGroupTests/TestAzureTagsEndToEnd.json

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

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.8.11'
12+
ModuleVersion = '0.8.12'
1313

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

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.8.11'
15+
ModuleVersion = '0.8.12'
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.8.11'
15+
ModuleVersion = '0.8.12'
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.8.11'
15+
ModuleVersion = '0.8.12'
1616

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

src/ServiceManagement/ManagedCache/Commands.ManagedCache.Test/SessionRecords/Microsoft.Azure.Commands.ManagedCache.Test.ScenarioTests.ManagedCacheTests/ManagedCacheEndToEndTest.json

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

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.8.11'
12+
ModuleVersion = '0.8.12'
1313

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

src/ServiceManagement/Sql/Commands.SqlDatabase.Test/Commands.SqlDatabase.Test.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
<Reference Include="System.Core">
9191
<RequiredTargetFramework>3.5</RequiredTargetFramework>
9292
</Reference>
93+
<Reference Include="System.Data" />
9394
<Reference Include="System.Data.Services.Client" />
9495
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9596
<SpecificVersion>False</SpecificVersion>
@@ -132,6 +133,18 @@
132133
<Compile Include="UnitTests\Database\Cmdlet\NewAzureSqlPremiumDatabaseTests.cs" />
133134
<Compile Include="UnitTests\Database\Cmdlet\AzureSqlDatabaseCopyCertAuthTests.cs" />
134135
<Compile Include="UnitTests\Database\Cmdlet\RestoreDatabaseTests.cs" />
136+
<Compile Include="UnitTests\Database\Cmdlet\SqlAuthv12MockTests.cs" />
137+
<Compile Include="UnitTests\TSql\MockQueryResult.cs" />
138+
<Compile Include="UnitTests\TSql\MockSettings.cs" />
139+
<Compile Include="UnitTests\TSql\MockSqlCommand.cs">
140+
<SubType>Component</SubType>
141+
</Compile>
142+
<Compile Include="UnitTests\TSql\MockSqlConnection.cs">
143+
<SubType>Component</SubType>
144+
</Compile>
145+
<Compile Include="UnitTests\TSql\MockSqlParameter.cs" />
146+
<Compile Include="UnitTests\TSql\MockSqlParameterCollection.cs" />
147+
<Compile Include="UnitTests\TSql\RecordMockDataResultsAttribute.cs" />
135148
<Compile Include="Utilities\SqlCustomPsHostUserInterface.cs" />
136149
<Compile Include="Utilities\SqlDatabaseSettings.cs" />
137150
<Compile Include="UnitTests\MockServer\AsyncExceptionManager.cs" />
@@ -221,6 +234,9 @@
221234
<SubType>Designer</SubType>
222235
</Content>
223236
<None Include="TestScripts\Database\DeleteDatabase-ScenarioFunctions.ps1" />
237+
<Content Include="Resources\TSqlMockSessions\SqlAuthv12MockTests.xml">
238+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
239+
</Content>
224240
<Content Include="TestScripts\Database\ExpectedFormat.txt" />
225241
<Content Include="TestScripts\Server\ExpectedFormat.txt" />
226242
</ItemGroup>

0 commit comments

Comments
 (0)