Skip to content

Commit 1c26d15

Browse files
committed
Merge pull request Azure#35 from huangpf/vmss1
Vmss1
2 parents 170c30e + 27dbac4 commit 1c26d15

File tree

2,496 files changed

+130274
-79709
lines changed

Some content is hidden

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

2,496 files changed

+130274
-79709
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,5 @@ UpgradeLog*.htm
192192

193193
# Microsoft Fakes
194194
FakesAssemblies/
195+
196+
.vs/

AzurePowershell.Test.targets

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<PropertyGroup>
66
<TestSettings>.\src\Local.testsettings</TestSettings>
77
<TestSettings_x64>.\src\Local.x64.testsettings</TestSettings_x64>
8-
<ScenarioTestDebug>.\src\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll</ScenarioTestDebug>
9-
<CommonTestDebug>.\src\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll</CommonTestDebug>
8+
<ScenarioTestDebug>.\src\ServiceManagement\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll</ScenarioTestDebug>
9+
<CommonTestDebug>.\src\ServiceManagement\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll</CommonTestDebug>
1010
<BackupTestDebug>.\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll</BackupTestDebug>
1111
<SiteRecoveryTestDebug>.\src\ResourceManager\SiteRecovery\Commands.SiteRecovery.Test\bin\Debug\Microsoft.Azure.Commands.SiteRecovery.Test.dll</SiteRecoveryTestDebug>
1212
<SqlTestDebug>.\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll</SqlTestDebug>
@@ -16,7 +16,7 @@
1616
<AzureRTTestSettings>.\src\AzureRT.testsettings</AzureRTTestSettings>
1717
<AzureRTSeqTestSettings>.\src\AzureRTSeq.testsettings</AzureRTSeqTestSettings>
1818
<AzureRTTestContainer>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</AzureRTTestContainer>
19-
<StorageScenarioTestDebug>src\ServiceManagement\Storage\Commands.Storage.ScenarioTest\bin\Debug\CLITest.dll</StorageScenarioTestDebug>
19+
<StorageScenarioTestDebug>src\Common\Storage\Commands.Storage.ScenarioTest\bin\Debug\CLITest.dll</StorageScenarioTestDebug>
2020
<ManagementTestDebug>.\src\ServiceManagement\Services\Commands.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Test.dll</ManagementTestDebug>
2121
<ResourceManagerTestDebug>.\src\ResourceManager\Resources\Commands.Resources.Test\bin\Debug\Microsoft.Azure.Commands.Resources.Test.dll</ResourceManagerTestDebug>
2222
<DataFactoryManagerTestDebug>.\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll</DataFactoryManagerTestDebug>
@@ -28,9 +28,9 @@
2828
<ServiceManagementTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</ServiceManagementTestDebug>
2929
<SqlDatabaseTestDebug>.\src\ServiceManagement\Sql\Commands.SqlDatabase.Test\bin\Debug\Microsoft.WindowsAzure.Commands.SqlDatabase.Test.dll</SqlDatabaseTestDebug>
3030
<HDInsightTestDebug>.\src\ServiceManagement\HDInsight\Commands.HDInsight.Test\bin\Debug\Microsoft.WindowsAzure.Commands.HDInsight.Test.dll</HDInsightTestDebug>
31-
<StorageTestDebug>.\src\ServiceManagement\Storage\Commands.Storage.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Storage.Test.dll</StorageTestDebug>
31+
<StorageTestDebug>.\src\Common\Storage\Commands.Storage.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Storage.Test.dll</StorageTestDebug>
3232
<KeyVaultTestDebug>.\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll</KeyVaultTestDebug>
33-
<UsageAggregationTestDebug>.\src\ResourceManager\Commerce\Commands.UsageAggregates.Test\bin\Debug\Microsoft.Azure.Commands.UsageAggregates.Test.dll</UsageAggregationTestDebug>
33+
<UsageAggregationTestDebug>.\src\ResourceManager\UsageAggregates\Commands.UsageAggregates.Test\bin\Debug\Microsoft.Azure.Commands.UsageAggregates.Test.dll</UsageAggregationTestDebug>
3434
<TestFilter>"!Functional&#x26;!Scenario&#x26;!AzureRTScenario&#x26;!Sequential&#x26;!PIRTest&#x26;!Preview&#x26;!ADDomain&#x26;!Network&#x26;!AzureRTUpload&#x26;!AzureRTCleanUp"</TestFilter>
3535
<ScenarioTestFilter>All</ScenarioTestFilter>
3636
<OneSDKCITFilter>"OneSDK&#x26;CIT"</OneSDKCITFilter>
@@ -44,8 +44,8 @@
4444

4545
<ItemGroup>
4646
<XUnitTests Include=".\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll"/>
47-
<XUnitTests Include=".\src\ResourceManager\SiteRecovery\Commands.SiteRecovery.Test\bin\Debug\Microsoft.Azure.Commands.SiteRecovery.Test.dll"/>
48-
<XUnitTests Include=".\src\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll"/>
47+
<XUnitTests Include=".\src\ResourceManager\SiteRecovery\Commands.SiteRecovery.Test\bin\Debug\Microsoft.Azure.Commands.SiteRecovery.Test.dll"/>
48+
<XUnitTests Include=".\src\ServiceManagement\Common\Commands.Common.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Common.Test.dll"/>
4949
<XUnitTests Include=".\src\ResourceManager\Sql\Commands.Sql.Test\bin\Debug\Microsoft.Azure.Commands.Sql.Test.dll"/>
5050
<XUnitTests Include=".\src\ServiceManagement\Services\Commands.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Test.dll"/>
5151
<XUnitTests Include=".\src\ServiceManagement\StorSimple\Commands.StorSimple.Test\bin\Debug\Microsoft.WindowsAzure.Commands.StorSimple.Test.dll"/>
@@ -59,14 +59,15 @@
5959
<XUnitTests Include=".\src\ResourceManager\AzureBatch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll"/>
6060
<XUnitTests Include=".\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll"/>
6161
<XUnitTests Include=".\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll"/>
62-
<XUnitTests Include=".\src\ResourceManager\Commerce\Commands.UsageAggregates.Test\bin\Debug\Microsoft.Azure.Commands.UsageAggregates.Test.dll"/>
62+
<XUnitTests Include=".\src\ResourceManager\UsageAggregates\Commands.UsageAggregates.Test\bin\Debug\Microsoft.Azure.Commands.UsageAggregates.Test.dll"/>
6363
<XUnitTests Include=".\src\ServiceManagement\ManagedCache\Commands.ManagedCache.Test\bin\Debug\Microsoft.Azure.Commands.ManagedCache.Test.dll"/>
6464
<XUnitTests Include=".\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll"/>
65-
<XUnitTests Include=".\src\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll"/>
65+
<XUnitTests Include=".\src\ServiceManagement\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll"/>
6666
<XUnitTests Include=".\src\ServiceManagement\RecoveryServices\Commands.RecoveryServices.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServices.Test.dll"/>
6767
<XUnitTests Include=".\src\ResourceManager\TrafficManager\Commands.TrafficManager2.Test\bin\Debug\Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.dll"/>
6868
<XUnitTests Include=".\src\ServiceManagement\Network\Commands.Network.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Test.dll"/>
6969
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
70+
<XUnitTests Include=".\src\ResourceManager\Profile\Commands.Profile.Test\bin\Debug\Microsoft.Azure.Commands.Profile.Test.dll"/>
7071
</ItemGroup>
7172

7273
<Target Name="InvokeMSTest">
@@ -81,7 +82,7 @@
8182
<Message Importance="high" Text="Running XUnit tests" />
8283
<MakeDir Directories="$(TestOutputDirectory)" ContinueOnError="false" />
8384
<Exec
84-
Command="$(MSBuildProjectDirectory)\packages\xunit.runner.console.2.0.0\tools\xunit.console.x86.exe &quot;%(XUnitTests.Identity)&quot; -trait &quot;AcceptanceType=CheckIn&quot; -html &quot;$(TestOutputDirectory)\%(XUnitTests.Filename).html&quot;"
85+
Command="$(MSBuildProjectDirectory)\packages\xunit.runner.console.2.0.0\tools\xunit.console.x86.exe &quot;%(XUnitTests.Identity)&quot; -parallel none -maxthreads 0 -trait &quot;AcceptanceType=CheckIn&quot; -html &quot;$(TestOutputDirectory)\%(XUnitTests.Filename).html&quot;"
8586
Timeout="$(TestTimeout)" ContinueOnError="false"/>
8687
<OnError ExecuteTargets="TimeoutErrorHandler"/>
8788
</Target>

ChangeLog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## 2015.09.03 version 0.9.8
2+
* Azure Redis Cache cmdlets
3+
* New-AzureRMRedisCache - 'RedisVersion' parameter is deprecated.
24
* Azure Compute (ARM) Cmdlets
35
* Added -Launch parameter for Get-AzureRemoteDesktopFile cmdlet
46
* Added Id parameter for VM cmdlets to support piping scenario without ResourceGroupName parameter
@@ -7,7 +9,6 @@
79
* Changed the output format of Get image cmdlets as a table
810
* Fixed Set-AzureVMAccessExtension cmdlet
911
* Azure Compute (Service Management) cmdlets
10-
* Changed the warning message to a non-terminating error message for ResourceNotFound in VM cmdlets
1112
* Exposed ComputeImageConfig in Get-AzurePlatformVMImage cmdlet
1213
* Fixed Publish-AzurePlatformExtension and Set-AzurePlatformExtension cmdlets
1314
* Azure Backup - added the following cmdlets
@@ -35,6 +36,21 @@
3536
* Stop-AzureBatchJob
3637
* Stop-AzureBatchJobSchedule
3738
* Stop-AzureBatchTask
39+
* Azure Data Factory
40+
* Update SDK reference to 3.0.0 to use API version 2015-09-01
41+
* Imposes message size limits for all authoring types. Pipelines must be 200 KB or less in size and all others must be 30 KB or less.
42+
* TeradataLinkedService no longer accepts the obsolete properties "database" and "schema".
43+
* Obsolete copy-related properties are no longer returned from the service.
44+
* Azure Sql (ARM) Cmdlets - added the following cmdlets
45+
* Get-AzureSqlServerActiveDirectoryAdministrator
46+
* Set-AzureSqlServerActiveDirectoryAdministrator
47+
* Remove-AzureSqlServerActiveDirectoryAdministrator
48+
* SQL Server VM cmdlets (ARM)
49+
* New-AzureVMSqlServerAutoPatchingConfig
50+
* New-AzureVMSqlServerAutoBackupConfig
51+
* Set-AzureVMSqlServerExtension
52+
* Get-AzureVMSqlServerExtension
53+
* Remove-AzureVMSqlServerExtension
3854

3955
## 2015.08.17 version 0.9.7
4056
* Azure Profile cmdlets

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ This repository contains a set of PowerShell cmdlets for developers and administ
6969
* PowerShell remoting
7070
* Manage extension
7171
* BG Info
72+
* Chef
7273
* Puppet
7374
* Custom Script
7475
* Access

build.proj

Lines changed: 61 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,37 @@
2020
<BuildInParallel Condition="'$(BuildInParallel)' == ''">true</BuildInParallel>
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<AzurePowerShellSln Include=".\src\AzurePowerShell.sln" />
23+
<AzureResourceManagerSln Include=".\src\ResourceManager.sln" />
24+
<AzureServiceManagementSln Include=".\src\ServiceManagement.sln" />
2425
<SetupSln Include=".\setup\azurepowershell.sln" />
26+
<SetupPowershellGetSln Include=".\setup-powershellget\powershellget.sln" />
2527
</ItemGroup>
2628

2729
<UsingTask
28-
AssemblyFile="$(MSBuildProjectDirectory)\packages\xunit.runner.console.2.0.0\tools\xunit.runner.msbuild.dll"
30+
AssemblyFile="$(MSBuildProjectDirectory)\src\packages\xunit.MSBuild.2.0.0.0\tools\xunit.runner.msbuild.dll"
2931
TaskName="Xunit.Runner.MSBuild.xunit" />
3032

3133
<!-- Clean the build in all configurations -->
3234
<Target Name="Clean">
3335
<!-- Clean the solutions -->
3436
<Message Importance="high" Text="Cleaning Cmdlets..." ContinueOnError="false" />
3537
<MSBuild
36-
Projects="@(AzurePowerShellSln)"
38+
Projects="@(AzureResourceManagerSln)"
3739
Targets="Clean"
3840
Properties="$(DebugBuildConfig)"
3941
ContinueOnError="false" />
4042
<MSBuild
41-
Projects="@(AzurePowerShellSln)"
43+
Projects="@(AzureResourceManagerSln)"
44+
Targets="Clean"
45+
Properties="$(ReleaseBuildConfig)"
46+
ContinueOnError="false" />
47+
<MSBuild
48+
Projects="@(AzureServiceManagementSln)"
49+
Targets="Clean"
50+
Properties="$(DebugBuildConfig)"
51+
ContinueOnError="false" />
52+
<MSBuild
53+
Projects="@(AzureServiceManagementSln)"
4254
Targets="Clean"
4355
Properties="$(ReleaseBuildConfig)"
4456
ContinueOnError="false" />
@@ -47,7 +59,7 @@
4759
Targets="Clean"
4860
Properties="$(DebugBuildConfig)"
4961
ContinueOnError="false" />
50-
62+
5163
<!-- Delete the publish files -->
5264
<Message Importance="high" Text="Cleaning publish files..." ContinueOnError="false" />
5365
<ItemGroup>
@@ -74,9 +86,9 @@
7486
</Target>
7587

7688
<PropertyGroup>
77-
<NuGetCommand>$(MSBuildProjectDirectory)\src\.nuget\NuGet.exe</NuGetCommand>
78-
<NuGetRestoreConfigFile>$(MSBuildProjectDirectory)\restore.config</NuGetRestoreConfigFile>
79-
<NuGetRestoreConfigSwitch>-ConfigFile &quot;$(NuGetRestoreConfigFile)&quot;</NuGetRestoreConfigSwitch>
89+
<NuGetCommand>$(MSBuildProjectDirectory)\src\.nuget\NuGet.exe</NuGetCommand>
90+
<NuGetRestoreConfigFile>$(MSBuildProjectDirectory)\restore.config</NuGetRestoreConfigFile>
91+
<NuGetRestoreConfigSwitch>-ConfigFile &quot;$(NuGetRestoreConfigFile)&quot;</NuGetRestoreConfigSwitch>
8092
</PropertyGroup>
8193

8294
<!--
@@ -88,7 +100,7 @@
88100
<NuGetCache Include="$(LOCALAPPDATA)\NuGet\Cache\*.nupkg"/>
89101
</ItemGroup>
90102

91-
<!-- Delete NuGet cache-->
103+
<!-- Delete NuGet cache-->
92104
<Delete Files="@(NuGetCache)" />
93105

94106
<Delete Files="$(NuGetRestoreConfigFile)" />
@@ -101,7 +113,8 @@
101113
<Exec Command="$(NuGetCommand) sources add -Name LocalFeed -Source &quot;$(MSBuildProjectDirectory)\tools\LocalFeed&quot; $(NuGetRestoreConfigSwitch)"/>
102114

103115
<!-- Restore packages -->
104-
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\src\AzurePowerShell.sln $(NuGetRestoreConfigSwitch)" ContinueOnError="false" />
116+
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\src\ResourceManager.sln $(NuGetRestoreConfigSwitch)" ContinueOnError="false" />
117+
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\src\ServiceManagement.sln $(NuGetRestoreConfigSwitch)" ContinueOnError="false" />
105118

106119
<!--Restore the xunit runner needed to run unit tests-->
107120
<Exec Command="$(NuGetCommand) restore $(MSBuildProjectDirectory)\packages.config -PackagesDirectory $(MSBuildProjectDirectory)\packages" />
@@ -113,13 +126,25 @@
113126
<Target Name="BuildCmdlets" DependsOnTargets="ForceRestorePackages">
114127
<Message Importance="high" Text="Building Cmdlets..." />
115128
<MSBuild
116-
Projects="@(AzurePowerShellSln)"
129+
Projects="@(AzureResourceManagerSln)"
130+
Targets="Build"
131+
Properties="$(DebugBuildConfig)"
132+
BuildInParallel="$(BuildInParallel)"
133+
ContinueOnError="false" />
134+
<MSBuild
135+
Projects="@(AzureResourceManagerSln)"
136+
Targets="Build"
137+
Properties="$(ReleaseBuildConfig)"
138+
BuildInParallel="$(BuildInParallel)"
139+
ContinueOnError="false" />
140+
<MSBuild
141+
Projects="@(AzureServiceManagementSln)"
117142
Targets="Build"
118143
Properties="$(DebugBuildConfig)"
119144
BuildInParallel="$(BuildInParallel)"
120145
ContinueOnError="false" />
121146
<MSBuild
122-
Projects="@(AzurePowerShellSln)"
147+
Projects="@(AzureServiceManagementSln)"
123148
Targets="Build"
124149
Properties="$(ReleaseBuildConfig)"
125150
BuildInParallel="$(BuildInParallel)"
@@ -136,6 +161,11 @@
136161
Importance="high"
137162
Text="You are required to have installed the WiX Toolset at http://wix.codeplex.com/releases/view/115492 (Wix38.msi)"
138163
ContinueOnError="false" />
164+
<MSBuild
165+
Projects="@(SetupPowershellGetSln)"
166+
Targets="Build"
167+
Properties="$(DebugBuildConfig)"
168+
ContinueOnError="false" />
139169
<MSBuild
140170
Projects="@(SetupSln)"
141171
Targets="Build"
@@ -153,6 +183,11 @@
153183
Importance="high"
154184
Text="You are required to have installed the WiX Toolset at http://wix.codeplex.com/releases/view/115492 (Wix38.msi)"
155185
ContinueOnError="false" />
186+
<MSBuild
187+
Projects="@(SetupPowershellGetSln)"
188+
Targets="Build"
189+
Properties="$(ReleaseBuildConfig)"
190+
ContinueOnError="false" />
156191
<MSBuild
157192
Projects="@(SetupSln)"
158193
Targets="Build"
@@ -171,7 +206,13 @@
171206
<Target Name="BuildRelease" DependsOnTargets="ForceRestorePackages">
172207
<Message Importance="high" Text="Building Cmdlets in Release config..." />
173208
<MSBuild
174-
Projects="@(AzurePowerShellSln)"
209+
Projects="@(AzureResourceManagerSln)"
210+
Targets="Build"
211+
Properties="$(ReleaseBuildConfig)"
212+
BuildInParallel="$(BuildInParallel)"
213+
ContinueOnError="false" />
214+
<MSBuild
215+
Projects="@(AzureServiceManagementSln)"
175216
Targets="Build"
176217
Properties="$(ReleaseBuildConfig)"
177218
BuildInParallel="$(BuildInParallel)"
@@ -182,7 +223,13 @@
182223
<Target Name="BuildDebug" DependsOnTargets="ForceRestorePackages">
183224
<Message Importance="high" Text="Building Cmdlets in Debug config..." />
184225
<MSBuild
185-
Projects="@(AzurePowerShellSln)"
226+
Projects="@(AzureResourceManagerSln)"
227+
Targets="Build"
228+
Properties="$(DebugBuildConfig)"
229+
BuildInParallel="$(BuildInParallel)"
230+
ContinueOnError="false" />
231+
<MSBuild
232+
Projects="@(AzureServiceManagementSln)"
186233
Targets="Build"
187234
Properties="$(DebugBuildConfig)"
188235
BuildInParallel="$(BuildInParallel)"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup useLegacyV2RuntimeActivationPolicy="true">
4+
5+
<!--
6+
Use supportedRuntime tags to explicitly specify the version(s) of the .NET Framework runtime that
7+
the custom action should run on. If no versions are specified, the chosen version of the runtime
8+
will be the "best" match to what Microsoft.Deployment.WindowsInstaller.dll was built against.
9+
10+
WARNING: leaving the version unspecified is dangerous as it introduces a risk of compatibility
11+
problems with future versions of the .NET Framework runtime. It is highly recommended that you specify
12+
only the version(s) of the .NET Framework runtime that you have tested against.
13+
14+
Note for .NET Framework v3.0 and v3.5, the runtime version is still v2.0.
15+
16+
In order to enable .NET Framework version 2.0 runtime activation policy, which is to load all assemblies
17+
by using the latest supported runtime, @useLegacyV2RuntimeActivationPolicy="true".
18+
19+
For more information, see http://msdn.microsoft.com/en-us/library/bbx34a2h.aspx
20+
-->
21+
22+
<supportedRuntime version="v4.0" />
23+
<supportedRuntime version="v2.0.50727"/>
24+
25+
</startup>
26+
27+
<!--
28+
Add additional configuration settings here. For more information on application config files,
29+
see http://msdn.microsoft.com/en-us/library/kza1yk3a.aspx
30+
-->
31+
32+
</configuration>

0 commit comments

Comments
 (0)