Skip to content

Commit a7ba5b2

Browse files
author
Pooneh
committed
Merge branch 'master' of https://github.com/Azure/azure-powershell into vault
Conflicts: build.proj src/AzurePowershell.sln src/ResourceManager.sln src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1
2 parents 1994d34 + f9b1964 commit a7ba5b2

File tree

301 files changed

+31909
-12627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

301 files changed

+31909
-12627
lines changed

AzurePowershell.Test.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<ManagementTestDebug>.\src\ServiceManagement\Services\Commands.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Test.dll</ManagementTestDebug>
1515
<ResourceManagerTestDebug>.\src\ResourceManager\Resources\Commands.Resources.Test\bin\Debug\Microsoft.Azure.Commands.Resources.Test.dll</ResourceManagerTestDebug>
1616
<DataFactoryManagerTestDebug>.\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll</DataFactoryManagerTestDebug>
17+
<StreamAnalyticsManagerTestDebug>.\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll</StreamAnalyticsManagerTestDebug>
1718
<BatchTestDebug>.\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll</BatchTestDebug>
1819
<ServiceManagementTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</ServiceManagementTestDebug>
1920
<ServiceManagementExtensionsTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Extensions.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.Test.dll</ServiceManagementExtensionsTestDebug>
@@ -70,6 +71,11 @@
7071
ExcludeTraits="$(XUnitExcludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
7172
</Target>
7273

74+
<Target Name="TestStreamAnalyticsManager">
75+
<Xunit.Runner.MSBuild.xunit Assemblies="$(StreamAnalyticsManagerTestDebug)" Html="$(TestOutputDirectory)\StreamAnalyticsManagerTestDebug.xunit.dll.html" Verbose="false"
76+
ExcludeTraits="$(XUnitExcludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
77+
</Target>
78+
7379
<Target Name="TestServiceManagement">
7480
<MSBuild Targets="InvokeMSTest"
7581
Properties="_testAssembly=$(ServiceManagementTestDebug);_testSettings=$(TestSettings);_testFilter=$(TestFilter);_testResult=$(TestOutputDirectory)\ServiceManagementDebug.trx"

ChangeLog.txt

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,38 @@
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
433
* Select-AzureSubscription: fixed output types in default and PassThru mode
534
* Compute
635
* Get-AzureVMSqlServerExtension
7-
* New-AzureVMSqlServerExtension
836
* Set-AzureVMSqlServerExtension
937
* Remove-AzureVMSqlServerExtension
1038
* HDInsight

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<!-- Run checkin tests for each pull request -->
196196
<Target Name="Test" DependsOnTargets="BuildDebug;BeforeRunTests">
197197
<Message Importance="high" Text="Running check in tests..." />
198-
<CallTarget Targets="KeyVaultTests; SqlTests; CommonTests; TestManagement; TestHDInsight; TestManagedCache; TestServiceManagement; TestServiceManagementExtensions; TestSqlDatabase; TestStorage; TestResourceManager; MockedScenarioTests; TestDSCExtension_x64; TestBatch; TestDataFactoryManager; TestRecoveryServices"/>
198+
<CallTarget Targets="KeyVaultTests; SqlTests; CommonTests; TestManagement; TestHDInsight; TestManagedCache; TestServiceManagement; TestServiceManagementExtensions; TestSqlDatabase; TestStorage; TestResourceManager; MockedScenarioTests; TestDSCExtension_x64; TestBatch; TestDataFactoryManager; TestRecoveryServices; TestStreamAnalyticsManager"/>
199199
</Target>
200200

201201
<!-- Run Full switch with scenario tests -->

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

setup/azurecmdfiles.wxi

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,83 @@
469469
<File Id="fil7A32AD86FBDEEFC451F2A733F565CCA0" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Sql\System.Spatial.dll" />
470470
</Component>
471471
</Directory>
472+
<Directory Id="dir8413049F81D0CDE9406A994992EE6182" Name="StreamAnalytics">
473+
<Component Id="cmp6B22A40C943D2FF94326E5E13B8D5C54" Guid="*">
474+
<File Id="filA70A7118534B0D6285CAE98FF8550089" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.dll" />
475+
</Component>
476+
<Component Id="cmpB92948BBDA4B1E777561DB20002367CE" Guid="*">
477+
<File Id="fil7AC32270FB8D56B300FB9ED3D8B9B02D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml" />
478+
</Component>
479+
<Component Id="cmp388AD78CF7937136A17720755BE732CB" Guid="*">
480+
<File Id="filCF644B09510F3838CFFEA40AD3BAD809" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.format.ps1xml" />
481+
</Component>
482+
<Component Id="cmpDE1CE796EE504A069B56DCA4A16FD2D7" Guid="*">
483+
<File Id="filCC133340F0F6EE3F99B0F8465F1DDDCC" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.Azure.Management.StreamAnalytics.dll" />
484+
</Component>
485+
<Component Id="cmp455BD6804E7AFF3C169D8BBEA142F350" Guid="*">
486+
<File Id="filB6DAF827AA3819E3724603968C47E81B" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.Azure.ResourceManager.dll" />
487+
</Component>
488+
<Component Id="cmpBB7EA343079FE26FE38927CF77F2C51A" Guid="*">
489+
<File Id="fil19775EBEA08FEB2645E093B3FB5DF062" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.Data.Edm.dll" />
490+
</Component>
491+
<Component Id="cmp85D01ED2294B536D8472C9A5B5491A95" Guid="*">
492+
<File Id="filF8E63A75266C8CB45DFCCC0A0F1DC92E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.Data.OData.dll" />
493+
</Component>
494+
<Component Id="cmp0A8A301216E191E94F3BCB9F34E1AF69" Guid="*">
495+
<File Id="filC2B7D5513C8D5D1E0A7DD3F14874E7B7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.Data.Services.Client.dll" />
496+
</Component>
497+
<Component Id="cmpFA850AB1FD136DBF5C2B996258D7951E" Guid="*">
498+
<File Id="fil9F13D09ABC703F20DA1AF7819335EE2A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.IdentityModel.Clients.ActiveDirectory.dll" />
499+
</Component>
500+
<Component Id="cmp13BB804F8DBF8DC64F33621628AE0FEA" Guid="*">
501+
<File Id="filE4D798CFC2887D52F579AA7000569D1D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.Threading.Tasks.dll" />
502+
</Component>
503+
<Component Id="cmpB65D4B1257A1847145DA2B586821DD51" Guid="*">
504+
<File Id="fil766F4B0E81B5432913B2D6F2670DED2A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.WindowsAzure.Commands.Common.dll" />
505+
</Component>
506+
<Component Id="cmpD02E3DCEDD014C0A3068C44857DD9712" Guid="*">
507+
<File Id="fil0234B59B76F039C87DA8CE493C25C30C" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.WindowsAzure.Commands.Common.Storage.dll" />
508+
</Component>
509+
<Component Id="cmp07AAE83D7AB784DEF2482743A904A656" Guid="*">
510+
<File Id="fil72A8AB3AD989E1AEC9D60425BA66F2C5" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.WindowsAzure.Commands.Profile.dll" />
511+
</Component>
512+
<Component Id="cmpA6269058AD07EC84DD573E192B4A56B9" Guid="*">
513+
<File Id="filA8BAC5C6A331C08866E2F427289477FF" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.WindowsAzure.Commands.Profile.dll-Help.xml" />
514+
</Component>
515+
<Component Id="cmp55D02154CBD597E4C34E832780CAB861" Guid="*">
516+
<File Id="filA716691369DC23F18A82F5CC795AA248" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.WindowsAzure.Commands.Profile.format.ps1xml" />
517+
</Component>
518+
<Component Id="cmpBD065B98816D87743E1D4CAF37032F1F" Guid="*">
519+
<File Id="fil046A9B37F6A37620969D794C7C0E8337" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.WindowsAzure.Common.dll" />
520+
</Component>
521+
<Component Id="cmp0DF76A4B5DF3700543C063DB9D517CC1" Guid="*">
522+
<File Id="fil25AD327B5D3E0C4003D897BD4F0A9316" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.WindowsAzure.Common.NetFramework.dll" />
523+
</Component>
524+
<Component Id="cmpC1532ADE5FB25EC226C31BD06FDC7C20" Guid="*">
525+
<File Id="fil3A690321104497483F4E01E040E5BFBD" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.WindowsAzure.Management.dll" />
526+
</Component>
527+
<Component Id="cmp97FEBF68F374AAB490FD2806F831D8E1" Guid="*">
528+
<File Id="fil436CDD4B88D6D3044DA873688BF854EA" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.WindowsAzure.Management.Storage.dll" />
529+
</Component>
530+
<Component Id="cmp80FE7A56B007BCFE285874C5F279A7FB" Guid="*">
531+
<File Id="filDED44D3200EAED0687CFC0919F75F233" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Microsoft.WindowsAzure.Storage.dll" />
532+
</Component>
533+
<Component Id="cmp2F5B98EB85EFC125CC7046BCB73064BD" Guid="*">
534+
<File Id="fil85E0AA796E77BDCA68B2A8AE335D61FB" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\Newtonsoft.Json.dll" />
535+
</Component>
536+
<Component Id="cmp79186A81BC669D6024CCF1A09E2E2C5A" Guid="*">
537+
<File Id="fil8DA3199067CDF797AA3E17BF3AC8F3C0" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\System.Net.Http.Extensions.dll" />
538+
</Component>
539+
<Component Id="cmp5A3BD827A14F986178D0A9A181EF2AA5" Guid="*">
540+
<File Id="fil537B7CA3B4516CBF82CA12409B2224B5" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\System.Net.Http.Formatting.dll" />
541+
</Component>
542+
<Component Id="cmp50F7BE65E6B760565BEA45A1FD026E5A" Guid="*">
543+
<File Id="fil58ECD5D8224B64964939E2B6FFF6CEAC" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\System.Net.Http.Primitives.dll" />
544+
</Component>
545+
<Component Id="cmp39C80C84537D91210F1CD95CE24DDD6D" Guid="*">
546+
<File Id="fil32E37469BB7EA0E12E1503A1B5B901F3" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\StreamAnalytics\System.Spatial.dll" />
547+
</Component>
548+
</Directory>
472549
<Directory Id="dirB7A521425BBDC8EB5AA06380BBC1E2B3" Name="Tags">
473550
<Component Id="cmpE1EF08FBA8BC9006E225B9DD83DF428F" Guid="*">
474551
<File Id="filFFA94A7CC4A59738320684A89028E777" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Tags\Microsoft.Azure.Commands.Tags.dll" />
@@ -2232,6 +2309,31 @@
22322309
<ComponentRef Id="cmpCEA0B6B326B2B5FCB604E6998DD01FB3" />
22332310
<ComponentRef Id="cmp329D251034D48C44DBF8DF110F11EDB4" />
22342311
<ComponentRef Id="cmp47EB259B731D91876249F0E7E3FB00E4" />
2312+
<ComponentRef Id="cmp6B22A40C943D2FF94326E5E13B8D5C54" />
2313+
<ComponentRef Id="cmpB92948BBDA4B1E777561DB20002367CE" />
2314+
<ComponentRef Id="cmp388AD78CF7937136A17720755BE732CB" />
2315+
<ComponentRef Id="cmpDE1CE796EE504A069B56DCA4A16FD2D7" />
2316+
<ComponentRef Id="cmp455BD6804E7AFF3C169D8BBEA142F350" />
2317+
<ComponentRef Id="cmpBB7EA343079FE26FE38927CF77F2C51A" />
2318+
<ComponentRef Id="cmp85D01ED2294B536D8472C9A5B5491A95" />
2319+
<ComponentRef Id="cmp0A8A301216E191E94F3BCB9F34E1AF69" />
2320+
<ComponentRef Id="cmpFA850AB1FD136DBF5C2B996258D7951E" />
2321+
<ComponentRef Id="cmp13BB804F8DBF8DC64F33621628AE0FEA" />
2322+
<ComponentRef Id="cmpB65D4B1257A1847145DA2B586821DD51" />
2323+
<ComponentRef Id="cmpD02E3DCEDD014C0A3068C44857DD9712" />
2324+
<ComponentRef Id="cmp07AAE83D7AB784DEF2482743A904A656" />
2325+
<ComponentRef Id="cmpA6269058AD07EC84DD573E192B4A56B9" />
2326+
<ComponentRef Id="cmp55D02154CBD597E4C34E832780CAB861" />
2327+
<ComponentRef Id="cmpBD065B98816D87743E1D4CAF37032F1F" />
2328+
<ComponentRef Id="cmp0DF76A4B5DF3700543C063DB9D517CC1" />
2329+
<ComponentRef Id="cmpC1532ADE5FB25EC226C31BD06FDC7C20" />
2330+
<ComponentRef Id="cmp97FEBF68F374AAB490FD2806F831D8E1" />
2331+
<ComponentRef Id="cmp80FE7A56B007BCFE285874C5F279A7FB" />
2332+
<ComponentRef Id="cmp2F5B98EB85EFC125CC7046BCB73064BD" />
2333+
<ComponentRef Id="cmp79186A81BC669D6024CCF1A09E2E2C5A" />
2334+
<ComponentRef Id="cmp5A3BD827A14F986178D0A9A181EF2AA5" />
2335+
<ComponentRef Id="cmp50F7BE65E6B760565BEA45A1FD026E5A" />
2336+
<ComponentRef Id="cmp39C80C84537D91210F1CD95CE24DDD6D" />
22352337
<ComponentRef Id="cmpE1EF08FBA8BC9006E225B9DD83DF428F" />
22362338
<ComponentRef Id="cmp019CEEDFCC1D69922E8F00B5A76B7560" />
22372339
<ComponentRef Id="cmp61D54A0098125545EC349AD24CFCFA25" />

src/AzurePowershell.sln

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.RecoveryServices",
151151
EndProject
152152
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.RecoveryServices.Test", "ServiceManagement\RecoveryServices\Commands.RecoveryServices.Test\Commands.RecoveryServices.Test.csproj", "{A415F75B-EB6A-49A6-934E-5BA71B83D6EB}"
153153
EndProject
154+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.StreamAnalytics", "ResourceManager\StreamAnalytics\Commands.StreamAnalytics\Commands.StreamAnalytics.csproj", "{F49A314A-A235-47D3-A654-1EC19ACA366C}"
155+
EndProject
156+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.StreamAnalytics.Test", "ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\Commands.StreamAnalytics.Test.csproj", "{7E6683BE-ECFF-4709-89EB-1325E9E70512}"
157+
EndProject
154158
Global
155159
GlobalSection(SolutionConfigurationPlatforms) = preSolution
156160
Debug|Any CPU = Debug|Any CPU
@@ -361,6 +365,14 @@ Global
361365
{080B0477-7E52-4455-90AB-23BD13D1B1CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
362366
{080B0477-7E52-4455-90AB-23BD13D1B1CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
363367
{080B0477-7E52-4455-90AB-23BD13D1B1CE}.Release|Any CPU.Build.0 = Release|Any CPU
368+
{F49A314A-A235-47D3-A654-1EC19ACA366C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
369+
{F49A314A-A235-47D3-A654-1EC19ACA366C}.Debug|Any CPU.Build.0 = Debug|Any CPU
370+
{F49A314A-A235-47D3-A654-1EC19ACA366C}.Release|Any CPU.ActiveCfg = Release|Any CPU
371+
{F49A314A-A235-47D3-A654-1EC19ACA366C}.Release|Any CPU.Build.0 = Release|Any CPU
372+
{7E6683BE-ECFF-4709-89EB-1325E9E70512}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
373+
{7E6683BE-ECFF-4709-89EB-1325E9E70512}.Debug|Any CPU.Build.0 = Debug|Any CPU
374+
{7E6683BE-ECFF-4709-89EB-1325E9E70512}.Release|Any CPU.ActiveCfg = Release|Any CPU
375+
{7E6683BE-ECFF-4709-89EB-1325E9E70512}.Release|Any CPU.Build.0 = Release|Any CPU
364376
EndGlobalSection
365377
GlobalSection(SolutionProperties) = preSolution
366378
HideSolutionNode = FALSE
@@ -391,5 +403,6 @@ Global
391403
{FDB897BD-FCB4-44A1-8D66-AC99F22EC737} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
392404
{A415F75B-EB6A-49A6-934E-5BA71B83D6EB} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
393405
{080B0477-7E52-4455-90AB-23BD13D1B1CE} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
406+
{7E6683BE-ECFF-4709-89EB-1325E9E70512} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
394407
EndGlobalSection
395408
EndGlobal

src/Common/Commands.Common.Storage/Commands.Common.Storage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171
</Reference>
7272
<Reference Include="Microsoft.WindowsAzure.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7373
<SpecificVersion>False</SpecificVersion>
74-
<HintPath>..\..\packages\Microsoft.WindowsAzure.Common.1.4.0\lib\net45\Microsoft.WindowsAzure.Common.dll</HintPath>
74+
<HintPath>..\..\packages\Microsoft.WindowsAzure.Common.1.4.1\lib\net45\Microsoft.WindowsAzure.Common.dll</HintPath>
7575
</Reference>
7676
<Reference Include="Microsoft.WindowsAzure.Common.NetFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7777
<SpecificVersion>False</SpecificVersion>
78-
<HintPath>..\..\packages\Microsoft.WindowsAzure.Common.1.4.0\lib\net45\Microsoft.WindowsAzure.Common.NetFramework.dll</HintPath>
78+
<HintPath>..\..\packages\Microsoft.WindowsAzure.Common.1.4.1\lib\net45\Microsoft.WindowsAzure.Common.NetFramework.dll</HintPath>
7979
</Reference>
8080
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8181
<HintPath>..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.2.0.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>

0 commit comments

Comments
 (0)