Skip to content
Merged

. #64

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a38461a
Publish new functionality initial changes
eshaparmar Jul 20, 2015
7917a32
Added -SkipDependencyDetection, AdditionalContent and configdata func…
eshaparmar Jul 21, 2015
24d9c4d
Fixed help file for Publish cmdlet
eshaparmar Jul 21, 2015
c0d6d80
Fixed help file for publish ASM cmdlet
eshaparmar Jul 22, 2015
1a66005
Moved DSC common tests for ASM and ARM to the commands.comman project
eshaparmar Jul 23, 2015
f0d10d4
Removed commands.servicemanagement.extensions.test project and moved …
eshaparmar Jul 23, 2015
b96a4fd
Removed not needed resource files.
eshaparmar Jul 24, 2015
3238fdb
Code review comments
eshaparmar Jul 24, 2015
8caaa7c
Adding passthru for ASM
eshaparmar Jul 24, 2015
4be2546
Change the default value for PassThru to true
eshaparmar Jul 24, 2015
1c7c4f2
Update resource management dll to include Complete deployment mode, a…
vivsriaus Jul 28, 2015
c95ecc3
Improved help for ARM cmdlets
eshaparmar Jul 29, 2015
7f3e1f8
Fix failing tests
vivsriaus Jul 29, 2015
be7e2da
Add dscmetadata.json only when config data,modules or additional cont…
eshaparmar Jul 29, 2015
1bb0a6b
Capture new record for failing test
vivsriaus Jul 29, 2015
31c625f
Improve help for arm cmdlets
eshaparmar Jul 29, 2015
530a3be
update wxi file to include missing binaries
vivsriaus Jul 30, 2015
c0b07a6
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
vivsriaus Jul 30, 2015
a4aa3a2
Merge branch 'dev' into publish-newfunctionality
eshaparmar Jul 30, 2015
5cf31f2
Merge branch 'publish-newfunctionality' into dev
eshaparmar Jul 31, 2015
93098c4
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
vivsriaus Jul 31, 2015
ffd1328
Fix build issue
vivsriaus Jul 31, 2015
1a0c17b
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
eshaparmar Aug 1, 2015
47ba647
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
vivsriaus Aug 1, 2015
40d7170
Merge from dev
eshaparmar Aug 1, 2015
c81f773
Temporarily skipping DscExtensionConfigurationParsingHelperTests test…
eshaparmar Aug 1, 2015
e5a1ce7
version update and changelog
yugangw-msft Aug 3, 2015
6ef5a19
Merge pull request #687 from yugangw-msft/version
yugangw-msft Aug 3, 2015
4f2c49b
fix bad solution file
yugangw-msft Aug 3, 2015
9de71a0
ENabled skipped test and removed service management extensions test e…
eshaparmar Aug 3, 2015
572eed1
Merge pull request #688 from yugangw-msft/sr
yugangw-msft Aug 3, 2015
2bf339a
Merge branch 'azure_release-0.9.6' into dsc_release-0.9.7
eshaparmar Aug 3, 2015
e270772
Disabling DscExtensionConfigurationParsingHelperTests.cs temporarily.
eshaparmar Aug 4, 2015
0ec3e63
Merge branch 'dev' of https://github.com/Azure/azure-powershell into …
eshaparmar Aug 4, 2015
8552b1c
Replacing "v0.9.5" to "v0.9.6"
eshaparmar Aug 4, 2015
d06481d
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
vivsriaus Aug 4, 2015
1e5efcb
Re-enable the skipped test
vivsriaus Aug 4, 2015
fca68c8
Merge pull request #689 from dscsolutions/dsc_release-0.9.7
yugangw-msft Aug 4, 2015
953c4ab
Merge pull request #697 from vivsriaus/dev
yugangw-msft Aug 4, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions AzurePowershell.Test.targets
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<WebsitesTestDebug>.\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll</WebsitesTestDebug>
<RemoteAppTestDebug>.\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll</RemoteAppTestDebug>
<ServiceManagementTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</ServiceManagementTestDebug>
<ServiceManagementExtensionsTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Extensions.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.Test.dll</ServiceManagementExtensionsTestDebug>
<SqlDatabaseTestDebug>.\src\ServiceManagement\Sql\Commands.SqlDatabase.Test\bin\Debug\Microsoft.WindowsAzure.Commands.SqlDatabase.Test.dll</SqlDatabaseTestDebug>
<HDInsightTestDebug>.\src\ServiceManagement\HDInsight\Commands.HDInsight.Test\bin\Debug\Microsoft.WindowsAzure.Commands.HDInsight.Test.dll</HDInsightTestDebug>
<StorageTestDebug>.\src\ServiceManagement\Storage\Commands.Storage.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Storage.Test.dll</StorageTestDebug>
Expand All @@ -44,7 +43,7 @@
</PropertyGroup>

<ItemGroup>
<XUnitTests Include=".\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\SiteRecovery\Commands.SiteRecovery.Test\bin\Debug\Microsoft.Azure.Commands.SiteRecovery.Test.dll"/>
<XUnitTests Include=".\src\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll"/>
Expand All @@ -67,7 +66,7 @@
<XUnitTests Include=".\src\ServiceManagement\RecoveryServices\Commands.RecoveryServices.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServices.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\TrafficManager\Commands.TrafficManager2.Test\bin\Debug\Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.dll"/>
<XUnitTests Include=".\src\ServiceManagement\Network\Commands.Network.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
</ItemGroup>

<Target Name="InvokeMSTest">
Expand Down Expand Up @@ -170,12 +169,6 @@
Projects="build.proj"/>
</Target>

<Target Name="TestServiceManagementExtensions">
<MSBuild Targets="InvokeMSTest"
Properties="_testAssembly=$(ServiceManagementExtensionsTestDebug);_testSettings=$(TestSettings);_testFilter=$(TestFilter);_testResult=$(TestOutputDirectory)\ServiceManagementExtensionsDebug.trx"
Projects="build.proj"/>
</Target>

<Target Name="TestSqlDatabase">
<MSBuild Targets="InvokeMSTest"
Properties="_testAssembly=$(SqlDatabaseTestDebug);_testSettings=$(TestSettings);_testFilter=$(TestFilter);_testResult=$(TestOutputDirectory)\SqlDatabaseDebug.trx"
Expand Down Expand Up @@ -422,15 +415,6 @@
ContinueOnError="false" />
</Target>

<!-- DSC extension related targets -->
<Target Name="TestDSCExtension_x64">
<Message Importance="high" Text="Running DSC extension BVT x64 tests..." />
<Delete Files="$(TestOutputDirectory)\DSCExtensionDebug_x64.trx" />
<Exec
Command="MSTest.exe /testcontainer:$(ServiceManagementExtensionsTestDebug) /testsettings:$(TestSettings_x64) /category:x64_only /resultsfile:$(TestOutputDirectory)\DSCExtensionDebug_x64.trx"
ContinueOnError="false" />
</Target>

<ItemGroup>
<LiveTestDlls Include="$(ResourceManagerTestDebug)" />
</ItemGroup>
Expand Down
24 changes: 24 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup/azurecmd.wxs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">

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

<?define version="0.9.5" ?>
<?define version="0.9.6" ?>
<?define versionedStartMenuFolder="Microsoft Azure" ?>
<?define staleStartMenuFolder="Windows Azure" ?>

Expand Down
90 changes: 90 additions & 0 deletions setup/azurecmdfiles.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -1942,6 +1942,74 @@
<File Id="fil59FE45D1790EB33DE9F5C7E23E2F7100" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Resources\System.Spatial.dll" />
</Component>
</Directory>
<Directory Id="dir34E4B68E32D75685E557B179C38A2666" Name="SiteRecovery">
<Component Id="cmp0DD9F98F1EAD9265107E180BFB1FC40E" Guid="*">
<File Id="fil746C358AF3BFF78D4B61FE6A7820EDFA" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Hyak.Common.dll" />
</Component>
<Component Id="cmp720E5456FE6184B96FDB013EC066BB32" Guid="*">
<File Id="fil2CFB675B7D0CD69580DE12C624CB2564" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Azure.Commands.SiteRecovery.dll" />
</Component>
<Component Id="cmpB4BBE3154AE161F6B43BB8DDDAA60B03" Guid="*">
<File Id="fil7E87C0238FCF2512F53E9D95C0ADB878" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Azure.Commands.SiteRecovery.dll-help.xml" />
</Component>
<Component Id="cmp71D4786BD668BFD20B03AB80B05F7E11" Guid="*">
<File Id="filA00057A2738D770C908C96480CBDFE3E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Azure.Common.Authentication.dll" />
</Component>
<Component Id="cmp3264FFC9CADDF15989DCA32C641F18D9" Guid="*">
<File Id="fil35EF118F0936E244DED92DE62AC6512E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Azure.Common.dll" />
</Component>
<Component Id="cmp9B963BC9F05647CF581301BC7200E99F" Guid="*">
<File Id="filBF2AF31711B3BBA3963ECACFBC5C6085" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Azure.Common.NetFramework.dll" />
</Component>
<Component Id="cmp73FB031576E1C20C88BA9BBB9FC3E248" Guid="*">
<File Id="filB5BDC69B9B2A55E29712F2788B8BEF56" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Azure.Management.SiteRecovery.dll" />
</Component>
<Component Id="cmp6CB0D022248608D0C4D47C2AB6993391" Guid="*">
<File Id="filAE9A43B38DF585F90DF54C5308A0C66F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Data.Edm.dll" />
</Component>
<Component Id="cmp4C0F68E81387DFBC42C52A74B954BDFC" Guid="*">
<File Id="fil8F9B13ECC62FD14E7C65CF811B56DBDF" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Data.OData.dll" />
</Component>
<Component Id="cmp2F9BD3BDACF7301C7367BB81E84D07C5" Guid="*">
<File Id="fil8E8D16EC3DA3C2DAE8FBEDC40E94B077" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Data.Services.Client.dll" />
</Component>
<Component Id="cmpCC0E975593FE452CD28E53383FDCA6CC" Guid="*">
<File Id="fil6C4608FDCA7FB3DE1469183A87FE2F4B" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.IdentityModel.Clients.ActiveDirectory.dll" />
</Component>
<Component Id="cmp7886B3783EC4CA318C3FC1B70B2776FB" Guid="*">
<File Id="fil770E9FE333627662CF8F68987E0F6376" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Threading.Tasks.dll" />
</Component>
<Component Id="cmp7EB72BFDCED68608173EFAF47EC77E49" Guid="*">
<File Id="fil7B73273A683BA2036B07217070376A71" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Threading.Tasks.Extensions.Desktop.dll" />
</Component>
<Component Id="cmp08BF15A9163BDB63E6494854B9D1C3E9" Guid="*">
<File Id="filDA61DF3EB92F1BFF323C4D910A8189F4" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.Threading.Tasks.Extensions.dll" />
</Component>
<Component Id="cmp6932892D3EB941E513DDF7B42C800185" Guid="*">
<File Id="fil1D0B75D45EBB3D78E01D5D9F41B8BC1E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.WindowsAzure.Commands.Common.dll" />
</Component>
<Component Id="cmp876290D191477725F9995546F39CFA7C" Guid="*">
<File Id="filC3F886CA7C6E0FA53E1DD7565EDAE705" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Microsoft.WindowsAzure.Storage.dll" />
</Component>
<Component Id="cmp221776A546431A254D6AFC9C774C14CB" Guid="*">
<File Id="filFE1DD10E0939B54760057B43058A5C93" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Newtonsoft.Json.dll" />
</Component>
<Component Id="cmpFC0F305B51DB7E1FB2F0920E119CEBCA" Guid="*">
<File Id="filFF5DA7A132DBBADC329A7B68E73E59BE" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\Security.Cryptography.dll" />
</Component>
<Component Id="cmpF88DDCCB35F1D6E61990314B0C8488D9" Guid="*">
<File Id="fil8C065D0B1DAC75E774B12377860E4688" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\System.Net.Http.Extensions.dll" />
</Component>
<Component Id="cmpC44E33D73A6414F89BCFF3DC321E6ABA" Guid="*">
<File Id="filDE0990425673EDA47E878EC5E6A563FD" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\System.Net.Http.Formatting.dll" />
</Component>
<Component Id="cmpC4E6EBEA1E49EAA9D986D2F85635EBB5" Guid="*">
<File Id="fil1EA41DEEA511B44C2AE03EF8E7F1145B" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\System.Net.Http.Primitives.dll" />
</Component>
<Component Id="cmpB2C893412C4BD70AB8AB8AA3A984231F" Guid="*">
<File Id="fil3ACC065FE4F682BED30B9D4816B920A5" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\SiteRecovery\System.Spatial.dll" />
</Component>
</Directory>
<Directory Id="dir70AE8239A404E2C5D5621DBCDA6733C9" Name="Sql">
<Component Id="cmp5746A3BAD258D8EA1473730146C01F1D" Guid="*">
<File Id="filC77480943AC17C0B5A6742189E2B9D60" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Sql\Hyak.Common.dll" />
Expand Down Expand Up @@ -5273,6 +5341,28 @@
<ComponentRef Id="cmp997A920A652163E94E56A412D2BEC28C" />
<ComponentRef Id="cmp353F25E254A7722E3CADF046790D3C4D" />
<ComponentRef Id="cmpCADE67F2ED98E9D37A3889AE074E65ED" />
<ComponentRef Id="cmp0DD9F98F1EAD9265107E180BFB1FC40E" />
<ComponentRef Id="cmp720E5456FE6184B96FDB013EC066BB32" />
<ComponentRef Id="cmpB4BBE3154AE161F6B43BB8DDDAA60B03" />
<ComponentRef Id="cmp71D4786BD668BFD20B03AB80B05F7E11" />
<ComponentRef Id="cmp3264FFC9CADDF15989DCA32C641F18D9" />
<ComponentRef Id="cmp9B963BC9F05647CF581301BC7200E99F" />
<ComponentRef Id="cmp73FB031576E1C20C88BA9BBB9FC3E248" />
<ComponentRef Id="cmp6CB0D022248608D0C4D47C2AB6993391" />
<ComponentRef Id="cmp4C0F68E81387DFBC42C52A74B954BDFC" />
<ComponentRef Id="cmp2F9BD3BDACF7301C7367BB81E84D07C5" />
<ComponentRef Id="cmpCC0E975593FE452CD28E53383FDCA6CC" />
<ComponentRef Id="cmp7886B3783EC4CA318C3FC1B70B2776FB" />
<ComponentRef Id="cmp7EB72BFDCED68608173EFAF47EC77E49" />
<ComponentRef Id="cmp08BF15A9163BDB63E6494854B9D1C3E9" />
<ComponentRef Id="cmp6932892D3EB941E513DDF7B42C800185" />
<ComponentRef Id="cmp876290D191477725F9995546F39CFA7C" />
<ComponentRef Id="cmp221776A546431A254D6AFC9C774C14CB" />
<ComponentRef Id="cmpFC0F305B51DB7E1FB2F0920E119CEBCA" />
<ComponentRef Id="cmpF88DDCCB35F1D6E61990314B0C8488D9" />
<ComponentRef Id="cmpC44E33D73A6414F89BCFF3DC321E6ABA" />
<ComponentRef Id="cmpC4E6EBEA1E49EAA9D986D2F85635EBB5" />
<ComponentRef Id="cmpB2C893412C4BD70AB8AB8AA3A984231F" />
<ComponentRef Id="cmp5746A3BAD258D8EA1473730146C01F1D" />
<ComponentRef Id="cmp56F52674BB946225BB64533814DCF37F" />
<ComponentRef Id="cmp499092B04619C0EDE4686B78E1128605" />
Expand Down
8 changes: 1 addition & 7 deletions src/AzurePowershell.sln
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.DataFactories.Test
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Sql.Test", "ResourceManager\Sql\Commands.Sql.Test\Commands.Sql.Test.csproj", "{56ED8C97-53B9-4DF6-ACB5-7E6800105BF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ServiceManagement.Extensions.Test", "ServiceManagement\Compute\Commands.ServiceManagement.Extensions.Test\Commands.ServiceManagement.Extensions.Test.csproj", "{7A9D7758-A1AB-4BE8-BD09-3FAF446314F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.RedisCache", "ResourceManager\RedisCache\Commands.RedisCache\Commands.RedisCache.csproj", "{C972E3EF-4461-4758-BA31-93E0947B1253}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.RedisCache.Test", "ResourceManager\RedisCache\Commands.RedisCache.Test\Commands.RedisCache.Test.csproj", "{4AE5705F-62CF-461D-B72E-DD9DCD9B3609}"
Expand Down Expand Up @@ -232,6 +230,7 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HDInsight", "ServiceManagement\HDInsight\Commands.HDInsight\HDInsight.csproj", "{137D404A-865A-43DB-930C-6DA67DA048DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.HDInsight", "ResourceManager\HDInsight\Commands.HDInsight\Commands.HDInsight.csproj", "{6B7540C5-8AB3-4011-864B-0BE76F282F9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.SiteRecovery", "ResourceManager\SiteRecovery\Commands.SiteRecovery\Commands.SiteRecovery.csproj", "{7C879645-31EE-4A78-AD81-5512300FA104}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.SiteRecovery.Test", "ResourceManager\SiteRecovery\Commands.SiteRecovery.Test\Commands.SiteRecovery.Test.csproj", "{6C7D3D81-37AB-445E-8081-78A1FEC0A773}"
Expand Down Expand Up @@ -398,10 +397,6 @@ Global
{56ED8C97-53B9-4DF6-ACB5-7E6800105BF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56ED8C97-53B9-4DF6-ACB5-7E6800105BF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56ED8C97-53B9-4DF6-ACB5-7E6800105BF8}.Release|Any CPU.Build.0 = Release|Any CPU
{7A9D7758-A1AB-4BE8-BD09-3FAF446314F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A9D7758-A1AB-4BE8-BD09-3FAF446314F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A9D7758-A1AB-4BE8-BD09-3FAF446314F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A9D7758-A1AB-4BE8-BD09-3FAF446314F2}.Release|Any CPU.Build.0 = Release|Any CPU
{C972E3EF-4461-4758-BA31-93E0947B1253}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C972E3EF-4461-4758-BA31-93E0947B1253}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C972E3EF-4461-4758-BA31-93E0947B1253}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -614,7 +609,6 @@ Global
{C1BDA476-A5CC-4394-914D-48B0EC31A710} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
{D4EDAD6F-6A1D-4295-9A88-CD3F69EAD42B} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
{56ED8C97-53B9-4DF6-ACB5-7E6800105BF8} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
{7A9D7758-A1AB-4BE8-BD09-3FAF446314F2} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
{4AE5705F-62CF-461D-B72E-DD9DCD9B3609} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
{F4ABAD68-64A5-4B23-B09C-42559A7524DE} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
{FDB897BD-FCB4-44A1-8D66-AC99F22EC737} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
Expand Down
Loading