-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #710 from huangpf/dev
AzureRT S52 PR #1
- Loading branch information
Showing
22 changed files
with
122,482 additions
and
714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
src/Common/Commands.ScenarioTest/Resources/ServiceManagement/Files/OneWebOneWorker.cscfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
********************************************************************************************** | ||
This file was generated by a tool from the project file: ServiceConfiguration.Cloud.cscfg | ||
Changes to this file may cause incorrect behavior and will be lost if the file is regenerated. | ||
********************************************************************************************** | ||
--> | ||
<ServiceConfiguration serviceName="OneWebOneWorker" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="2" osVersion="*" schemaVersion="2012-10.1.8"> | ||
<Role name="WebRole1"> | ||
<Instances count="1" /> | ||
<ConfigurationSettings> | ||
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" /> | ||
</ConfigurationSettings> | ||
</Role> | ||
<Role name="WorkerRole1"> | ||
<Instances count="1" /> | ||
<ConfigurationSettings> | ||
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" /> | ||
</ConfigurationSettings> | ||
</Role> | ||
</ServiceConfiguration> |
Binary file added
BIN
+6.05 MB
src/Common/Commands.ScenarioTest/Resources/ServiceManagement/Files/OneWebOneWorker.cspkg
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,673 changes: 1,673 additions & 0 deletions
1,673
...ands.ScenarioTest.ServiceManagementTests/RunAutoGeneratedServiceExtensionCmdletTests.json
Large diffs are not rendered by default.
Oops, something went wrong.
5,049 changes: 5,049 additions & 0 deletions
5,049
...ommands.ScenarioTest.ServiceManagementTests/RunServiceDeploymentExtensionCmdletTests.json
Large diffs are not rendered by default.
Oops, something went wrong.
6,149 changes: 6,149 additions & 0 deletions
6,149
...Azure.Commands.ScenarioTest.ServiceManagementTests/RunServiceExtensionSetCmdletTests.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.