From 23f6a211751371ca773d1eed18a0a997d043b479 Mon Sep 17 00:00:00 2001 From: hemarina Date: Wed, 17 Jul 2024 10:13:57 -0700 Subject: [PATCH 1/2] update tags --- website/static/templates.json | 36 +++++++++++++---------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/website/static/templates.json b/website/static/templates.json index d1ce092d..97250613 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1636,7 +1636,7 @@ "website": "https://github.com/Azure/azure-dev", "author": "Azure Dev", "source": "https://github.com/Azure-Samples/azd-ai-starter", - "tags": ["bicep", "ai", "azureai", "openai", "msft", "new"] + "tags": ["bicep", "ai", "azureai", "openai", "msft"] }, { "title": "Azure AI Studio Starter", @@ -1645,7 +1645,7 @@ "website": "https://github.com/Azure/azure-dev", "author": "Azure Dev", "source": "https://github.com/Azure-Samples/azd-aistudio-starter", - "tags": ["bicep", "ai", "azureai", "openai", "msft", "new"] + "tags": ["bicep", "ai", "azureai", "openai", "msft"] }, { "title": "Simple Chat Application using Azure OpenAI (Python)", @@ -1661,8 +1661,7 @@ "openai", "aca", "bicep", - "ai", - "new" + "ai" ] }, { @@ -1680,8 +1679,7 @@ "aca", "bicep", "ai", - "azuredb-postgreSQL", - "new" + "azuredb-postgreSQL" ] }, { @@ -1699,8 +1697,7 @@ "aks", "terraform", "ai", - "aisearch", - "new" + "aisearch" ] }, { @@ -1717,8 +1714,7 @@ "openai", "aca", "bicep", - "ai", - "new" + "ai" ] }, { @@ -1735,8 +1731,7 @@ "openai", "aistudio", "bicep", - "ai", - "new" + "ai" ] }, { @@ -1754,7 +1749,7 @@ "aistudio", "bicep", "ai", - "new" + "pinecone" ] }, { @@ -1773,8 +1768,7 @@ "bicep", "cosmosdb", "aisearch", - "ai", - "new" + "ai" ] }, { @@ -1794,8 +1788,7 @@ "appinsights", "loganalytics", "diagnosticsettings", - "typescript", - "new" + "typescript" ] }, { @@ -1811,8 +1804,7 @@ "apicenter", "swa", "serviceprincipal", - "typescript", - "new" + "typescript" ] }, { @@ -1838,8 +1830,7 @@ "logicapps", "apim", "dotnetCsharp", - "typescript", - "new" + "typescript" ] }, { @@ -1856,8 +1847,7 @@ "cosmosdb", "azuredatafactory", "blobstorage", - "ai", - "new" + "ai" ] }, { From fa2275dc1a798acfb39e5f84c5dfd8ecd51e37e3 Mon Sep 17 00:00:00 2001 From: hemarina Date: Wed, 17 Jul 2024 10:15:04 -0700 Subject: [PATCH 2/2] update devcontainer docker in docker --- .devcontainer/devcontainer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c81e48d3..1e1f284f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,11 +2,7 @@ "name": "Awesome AZD", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { - "ghcr.io/devcontainers/features/docker-in-docker:1": { - "version": "latest", - "moby": true - }, - "ghcr.io/devcontainers/features/azure-cli:1": {}, + "ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {}