Skip to content

Commit

Permalink
Fix pattern attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun committed Aug 31, 2023
1 parent 5d93634 commit 354d46f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/attribute-array/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Attribute array pattern",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer:latest",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer-base:latest",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace/attribute-array/source/",
"postAttachCommand": "dotnet build Cosmos_Patterns_Attribute.sln",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/data-binning/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Data binning pattern",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer:latest",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer-base:latest",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace/data-binning/source/",
"postAttachCommand": "dotnet build Cosmos_Patterns_Bucketing.csproj",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/distributed-counter/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Distributed counter pattern",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer:latest",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer-base:latest",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace/distributed-counter/source/",
"postAttachCommand": "dotnet build Cosmos_Patterns_DistributedCounter.sln",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/distributed-lock/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Distributed lock pattern",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer:latest",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer-base:latest",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace/distributed-lock/source/",
"postAttachCommand": "dotnet build consoleapp/Cosmos_Patterns_GlobalLock.sln",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/document-versioning/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Document versioning pattern",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer:latest",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer-base:latest",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace/document-versioning/source/",
"postAttachCommand": "dotnet build function-app/function-app.csproj && dotnet build website/website.csproj",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/event-sourcing/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Event sourcing pattern",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer:latest",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer-base:latest",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace/event-sourcing/source/",
"postAttachCommand": "dotnet build Cosmos_Patterns_EventSourcing.csproj",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/materialized-view/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Materialized view pattern",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer:latest",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer-base:latest",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace/materialized-view/source/",
"postAttachCommand": "dotnet build data-generator/data-generator.csproj && dotnet build function-app/MaterializeViews.csproj",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/preallocation/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Preallocation pattern",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer:latest",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer-base:latest",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace/preallocation/source/",
"postAttachCommand": "dotnet build Cosmos_Patterns_Preallocation.csproj",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/schema-versioning/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Schema versioning pattern",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer:latest",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer-base:latest",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
"workspaceFolder": "/workspace/schema-versioning/source/",
"postAttachCommand": "dotnet build data-generator/data-generator.csproj && dotnet build website/website.csproj",
Expand Down

0 comments on commit 354d46f

Please sign in to comment.