-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I just now saw #186, I didn't realize before that there was an effort in place to do this work. There are parts of that PR that look good—@luisquintanilla how should we proceed? I pulled in the changes from the PR that I liked. ~Let's add the CPM in a separate PR, since versions weren't bumped~. I've bumped the versions, and I'm updating this PR to utilize the CPM feature since it does improve the `PacakgeReference` experience. --------- Co-authored-by: XiaoYun Zhang <xiaoyuz@microsoft.com>
- Loading branch information
1 parent
bd0a6c9
commit 092e1db
Showing
38 changed files
with
368 additions
and
335 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,45 @@ | ||
{ | ||
"name": "Azure Developer CLI", | ||
"image": "mcr.microsoft.com/devcontainers/dotnet:0-7.0-bullseye", | ||
"features": { | ||
"ghcr.io/devcontainers/features/docker-in-docker:2": {}, | ||
"ghcr.io/devcontainers/features/azure-cli:1.2.1": {}, | ||
"ghcr.io/devcontainers/features/github-cli:1.0.9": {}, | ||
"ghcr.io/azure/azure-dev/azd:latest": {} | ||
"name": "Azure Search OpenAI Demo - C#", | ||
"image": "mcr.microsoft.com/devcontainers/base:jammy", | ||
"features": { | ||
"ghcr.io/devcontainers/features/docker-in-docker:2": {}, | ||
"ghcr.io/devcontainers/features/azure-cli:1.2.1": {}, | ||
"ghcr.io/devcontainers/features/github-cli:1.0.9": {}, | ||
"ghcr.io/devcontainers/features/powershell:1.1.0": {}, | ||
"ghcr.io/azure/azure-dev/azd:latest": {}, | ||
"ghcr.io/devcontainers/features/dotnet:2": { | ||
"version": "8.0" | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"ms-azuretools.azure-dev", | ||
"ms-azuretools.vscode-bicep", | ||
"ms-azuretools.vscode-docker", | ||
"ms-vscode.vscode-node-azure-pack", | ||
"ms-dotnettools.csharp", | ||
"ms-dotnettools.vscode-dotnet-runtime", | ||
"ms-azuretools.vscode-azurefunctions", | ||
"ms-azuretools.vscode-cosmosdb", | ||
"ms-azuretools.vscode-azurestorage", | ||
"ms-vscode.azurecli", | ||
"ms-kubernetes-tools.vscode-aks-tools", | ||
"ms-kubernetes-tools.aks-devx-tools", | ||
"ms-azuretools.vscode-azurecontainerapps", | ||
"ms-azuretools.vscode-azureeventgrid", | ||
"ms-kubernetes-tools.vscode-kubernetes-tools", | ||
"ipedrazas.kubernetes-snippets", | ||
"redhat.vscode-yaml", | ||
"GitHub.vscode-github-actions" | ||
] | ||
} | ||
}, | ||
"forwardPorts": [ | ||
5000 | ||
], | ||
"postCreateCommand": "", | ||
"remoteUser": "vscode", | ||
"hostRequirements": { | ||
"memory": "8gb" | ||
"ghcr.io/devcontainers/features/node:1": { | ||
"version": "20.6.1" | ||
} | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"ms-azuretools.vscode-docker", | ||
"ms-azuretools.vscode-azurefunctions", | ||
"ms-azuretools.vscode-azurestorage", | ||
"ms-azuretools.vscode-azurecontainerapps", | ||
"ms-dotnettools.csdevkit", | ||
"ms-dotnettools.vscode-dotnet-runtime", | ||
"ms-dotnettools.blazorwasm-companion", | ||
"ms-kubernetes-tools.vscode-aks-tools", | ||
"ms-kubernetes-tools.aks-devx-tools", | ||
"ms-kubernetes-tools.vscode-kubernetes-tools", | ||
"ipedrazas.kubernetes-snippets", | ||
"redhat.vscode-yaml", | ||
"GitHub.vscode-github-actions", | ||
"esbenp.prettier-vscode" | ||
] | ||
} | ||
} | ||
}, | ||
"forwardPorts": [ | ||
5000 | ||
], | ||
"postCreateCommand": "", | ||
"remoteUser": "vscode", | ||
"hostRequirements": { | ||
"memory": "8gb" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
{ | ||
"recommendations": [ | ||
"ms-azuretools.azure-dev", | ||
"ms-azuretools.vscode-bicep", | ||
"ms-dotnettools.blazorwasm-companion", | ||
"ms-dotnettools.csharp", | ||
"ms-dotnettools.vscode-dotnet-runtime", | ||
"ms-azuretools.vscode-azurefunctions", | ||
"ms-dotnettools.csharp", | ||
"ms-azuretools.vscode-docker", | ||
"ms-azuretools.vscode-azurestorage", | ||
"ms-azuretools.vscode-azurecontainerapps", | ||
"ms-dotnettools.csdevkit", | ||
"ms-dotnettools.vscode-dotnet-runtime", | ||
"ms-dotnettools.blazorwasm-companion", | ||
"ms-kubernetes-tools.vscode-aks-tools", | ||
"ms-kubernetes-tools.aks-devx-tools", | ||
"ms-kubernetes-tools.vscode-kubernetes-tools", | ||
"ipedrazas.kubernetes-snippets", | ||
"redhat.vscode-yaml", | ||
"GitHub.vscode-github-actions", | ||
"esbenp.prettier-vscode" | ||
] | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
{ | ||
"[javascript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
}, | ||
"[typescript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
}, | ||
"[css]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": true | ||
}, | ||
"search.exclude": { | ||
"static": true | ||
"static": true | ||
}, | ||
"dotnet.defaultSolution": "app/app.sln" | ||
} | ||
"dotnet.defaultSolution": "app/app.sln", | ||
"azureFunctions.deploySubpath": "app/functions/EmbedFunctions/bin/Release/net8.0/publish", | ||
"azureFunctions.projectLanguage": "C#", | ||
"azureFunctions.projectRuntime": "~4", | ||
"debug.internalConsoleOptions": "neverOpen", | ||
"azureFunctions.projectSubpath": "app/functions/EmbedFunctions", | ||
"azureFunctions.preDeployTask": "publish (functions)" | ||
} |
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,47 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="Azure.AI.FormRecognizer" Version="4.1.0" /> | ||
<PackageVersion Include="Azure.AI.OpenAI" Version="1.0.0-beta.8" /> | ||
<PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.2.2" /> | ||
<PackageVersion Include="Azure.Identity" Version="1.10.2" /> | ||
<PackageVersion Include="Azure.Search.Documents" Version="11.5.0-beta.5" /> | ||
<PackageVersion Include="Azure.Storage.Blobs" Version="12.18.0" /> | ||
<PackageVersion Include="Azure.Storage.Files.Shares" Version="12.16.0" /> | ||
<PackageVersion Include="Azure.Storage.Queues" Version="12.16.0" /> | ||
<PackageVersion Include="Blazor.LocalStorage.WebAssembly" Version="8.0.0-rc.2.23480.2" /> | ||
<PackageVersion Include="Blazor.SessionStorage.WebAssembly" Version="8.0.0-rc.2.23480.2" /> | ||
<PackageVersion Include="Blazor.SpeechRecognition.WebAssembly" Version="8.0.0-rc.2.23480.2" /> | ||
<PackageVersion Include="Blazor.SpeechSynthesis.WebAssembly" Version="8.0.0-rc.2.23480.2" /> | ||
<PackageVersion Include="bunit" Version="1.24.10" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.0" /> | ||
<PackageVersion Include="Markdig" Version="0.33.0" /> | ||
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0-beta3" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0-rc.2.23480.2" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.0-rc.2.23480.2" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0-rc.2.23480.2" /> | ||
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Storage" Version="6.2.0" /> | ||
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.15.1" /> | ||
<PackageVersion Include="Microsoft.Azure.Functions.Worker" Version="1.19.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Azure" Version="1.7.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.0-rc.2.23480.2" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0-rc.2.23479.6" /> | ||
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0-rc.2.23479.6" /> | ||
<PackageVersion Include="Microsoft.Extensions.Http" Version="8.0.0-rc.2.23479.6" /> | ||
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0-rc.2.23479.6" /> | ||
<PackageVersion Include="Microsoft.ML" Version="2.0.1" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> | ||
<PackageVersion Include="Microsoft.SemanticKernel" Version="0.24.230918.1-preview" /> | ||
<PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" /> | ||
<PackageVersion Include="MudBlazor" Version="6.11.0" /> | ||
<PackageVersion Include="PdfSharpCore" Version="1.3.62" /> | ||
<PackageVersion Include="Pinecone.NET" Version="1.3.0" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" /> | ||
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" /> | ||
<PackageVersion Include="System.Linq.Async" Version="6.0.1" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.3" /> | ||
<PackageVersion Include="xunit" Version="2.5.2" /> | ||
</ItemGroup> | ||
</Project> |
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
Oops, something went wrong.