Skip to content

Commit 94410b4

Browse files
authored
Merge pull request dotnet-architecture#567 from dotnet-architecture/xamarin-settings
Simplified SettingsService in Xamarin Client
2 parents 0e119ea + e519fbd commit 94410b4

77 files changed

Lines changed: 1006 additions & 1297 deletions

File tree

Some content is hidden

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

deploy/az/servicebus/readme.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The ARM template `sbusdeploy.json` and its parameter file (`sbusdeploy.parameters.json`) are used to deploy following resources:
44

55
1. One Service Bus namespace
6-
2. One Service Bus
6+
2. One Service Bus topic
77
3. Subscriptions used by application
88

99
## Editing sbusdeploy.parameters.json file
@@ -17,17 +17,8 @@ be set is:
1717

1818
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
1919

20-
i. e. if you are in windows, to deploy sql databases in a new resourcegroup located in westus, go to `deploy\az` folder and type:
20+
i. e. if you are in windows, to deploy servicebus in a new resourcegroup located in westus, go to `deploy\az` folder and type:
2121

2222
```
2323
create-resources.cmd servicebus\sbusdeploy newResourceGroup -c westus
24-
```
25-
26-
27-
28-
29-
30-
31-
32-
33-
24+
```

deploy/az/storage/marketing/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once parameter file is edited you can deploy it using [create-resources script](
2424
i. e. if you are in windows, to deploy a Storage account in a new resourcegroup located in westus, go to `deploy\az` folder and type:
2525

2626
```
27-
create-resources.cmd marketing\deploystorage newResourceGroup -c westus
27+
create-resources.cmd storage\marketing\deploystorage newResourceGroup -c westus
2828
```
2929

3030

docker-compose-external.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.3'
1+
version: '3.4'
22

33
services:
44
sql.data:

docker-compose-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.3'
1+
version: '3.4'
22

33
services:
44
sql.data:

docker-compose-windows.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.3'
1+
version: '3.4'
22

33
# The Production docker-compose file has to have the external/real IPs or DNS names for the services
44
# The ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like:

docker-compose-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.3'
1+
version: '3.4'
22

33
services:
44
basket.api:

docker-compose.ci.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.3'
1+
version: '3.4'
22

33
services:
44
ci-build:

docker-compose.nobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.3'
1+
version: '3.4'
22

33
services:
44
basket.api:

docker-compose.override.windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.3'
1+
version: '3.4'
22

33
# ONLY NEEDED WHEN RUNNING WINDOWS CONTAINERS
44
#

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.3'
1+
version: '3.4'
22

33
# The Production docker-compose file has to have the external/real IPs or DNS names for the services
44
# The ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like:

0 commit comments

Comments
 (0)