forked from microsoftgraph/microsoft-graph-comms-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch HueBotSample from SFStateful to SFStateless. (microsoftgraph#248)
- Loading branch information
1 parent
6e69b1b
commit 8e199d1
Showing
8 changed files
with
23 additions
and
32 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
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
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
6 changes: 2 additions & 4 deletions
6
Samples/V1.0Samples/LocalMediaSamples/HueBot/HueBotSF/ApplicationParameters/Cloud.xml
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Application xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="fabric:/HueBotSF" xmlns="http://schemas.microsoft.com/2011/01/fabric"> | ||
<Parameters> | ||
<Parameter Name="HueBot_PartitionCount" Value="5" /> | ||
<Parameter Name="HueBot_MinReplicaSetSize" Value="1" /> | ||
<Parameter Name="HueBot_TargetReplicaSetSize" Value="1" /> | ||
<Parameter Name="HueBot_InstanceCount" Value="-1" /> | ||
</Parameters> | ||
</Application> | ||
</Application> |
4 changes: 1 addition & 3 deletions
4
Samples/V1.0Samples/LocalMediaSamples/HueBot/HueBotSF/ApplicationParameters/Local.1Node.xml
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Application xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="fabric:/HueBotSF" xmlns="http://schemas.microsoft.com/2011/01/fabric"> | ||
<Parameters> | ||
<Parameter Name="HueBot_PartitionCount" Value="1" /> | ||
<Parameter Name="HueBot_MinReplicaSetSize" Value="1" /> | ||
<Parameter Name="HueBot_TargetReplicaSetSize" Value="1" /> | ||
<Parameter Name="HueBot_InstanceCount" Value="-1" /> | ||
</Parameters> | ||
</Application> |
4 changes: 1 addition & 3 deletions
4
Samples/V1.0Samples/LocalMediaSamples/HueBot/HueBotSF/ApplicationParameters/Local.5Node.xml
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Application xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="fabric:/HueBotSF" xmlns="http://schemas.microsoft.com/2011/01/fabric"> | ||
<Parameters> | ||
<Parameter Name="HueBot_PartitionCount" Value="3" /> | ||
<Parameter Name="HueBot_MinReplicaSetSize" Value="3" /> | ||
<Parameter Name="HueBot_TargetReplicaSetSize" Value="3" /> | ||
<Parameter Name="HueBot_InstanceCount" Value="-1" /> | ||
</Parameters> | ||
</Application> |