Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Aspire.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<Project Path="src/Aspire.Hosting.Dotnet/Aspire.Hosting.Dotnet.csproj" />
<Project Path="src/Aspire.Hosting.EntityFrameworkCore/Aspire.Hosting.EntityFrameworkCore.csproj" />
<Project Path="src/Aspire.Hosting.Garnet/Aspire.Hosting.Garnet.csproj" />
<Project Path="src/Aspire.Hosting.GitHub.Models/Aspire.Hosting.GitHub.Models.csproj" />
<Project Path="src/Aspire.Hosting.Go/Aspire.Hosting.Go.csproj" />
<Project Path="src/Aspire.Hosting.Integration.Analyzers/Aspire.Hosting.Integration.Analyzers.csproj" />
<Project Path="src/Aspire.Hosting.Java/Aspire.Hosting.Java.csproj" />
Expand Down Expand Up @@ -274,10 +273,6 @@
<Project Path="playground/FoundryAgents/FoundryAgents.AppHost/FoundryAgents.AppHost.csproj" />
<Project Path="playground/FoundryAgents/PromptAgentChat/PromptAgentChat.csproj" />
</Folder>
<Folder Name="/playground/GitHubModelsEndToEnd/">
<Project Path="playground/GitHubModelsEndToEnd/GitHubModelsEndToEnd.AppHost/GitHubModelsEndToEnd.AppHost.csproj" />
<Project Path="playground/GitHubModelsEndToEnd/GitHubModelsEndToEnd.WebStory/GitHubModelsEndToEnd.WebStory.csproj" />
</Folder>
<Folder Name="/playground/ExternalServices/">
<Project Path="playground/ExternalServices/ExternalServices.AppHost/ExternalServices.AppHost.csproj" />
<Project Path="playground/ExternalServices/WebFrontEnd/WebFrontEnd.csproj" />
Expand Down Expand Up @@ -547,7 +542,6 @@
<Project Path="tests/Aspire.Hosting.EntityFrameworkCore.Tests/Aspire.Hosting.EntityFrameworkCore.Tests.csproj" />
<Project Path="tests/Aspire.Hosting.Foundry.Tests/Aspire.Hosting.Foundry.Tests.csproj" />
<Project Path="tests/Aspire.Hosting.Garnet.Tests/Aspire.Hosting.Garnet.Tests.csproj" />
<Project Path="tests/Aspire.Hosting.GitHub.Models.Tests/Aspire.Hosting.GitHub.Models.Tests.csproj" />
<Project Path="tests/Aspire.Hosting.Go.Tests/Aspire.Hosting.Go.Tests.csproj" />
<Project Path="tests/Aspire.Hosting.Java.Tests/Aspire.Hosting.Java.Tests.csproj" />
<Project Path="tests/Aspire.Hosting.JavaScript.Tests/Aspire.Hosting.JavaScript.Tests.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions docs/specs/connection-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

| Key | Description | Provided By | Notes |
| --- | --- | --- | --- |
| Uri | Service specific URI built from host, port, credentials, and scheme. | PostgreSQL, PostgresDatabase, MySQL, MySqlDatabase, Redis, Garnet, Valkey, RabbitMQ, NATS, Seq, MongoDBDatabase, Milvus, Qdrant (gRPC), GitHubModel, OpenAI. | Formatting rules per resource are listed in [URI Construction](#uri-construction). |
| Uri | Service specific URI built from host, port, credentials, and scheme. | PostgreSQL, PostgresDatabase, MySQL, MySqlDatabase, Redis, Garnet, Valkey, RabbitMQ, NATS, Seq, MongoDBDatabase, Milvus, Qdrant (gRPC), OpenAI. | Formatting rules per resource are listed in [URI Construction](#uri-construction). |
Comment thread
eerhardt marked this conversation as resolved.

### Credentials and Secrets

| Key | Description | Provided By | Notes |
| --- | --- | --- | --- |
| Username | Login user for the primary endpoint. | PostgreSQL, MySQL, SQL Server, Oracle, RabbitMQ, NATS, MongoDB. | Defaults align with respective containers (`postgres`, `root`, `sa`, etc.). |
| Password | Login password. | PostgreSQL, MySQL, SQL Server, Oracle, Redis (when configured), Garnet (when configured), Valkey (when configured), RabbitMQ, NATS (when configured). | Omitted when the resource does not manage credentials. |
| Key | API key or token parameter. | OpenAI, GitHubModel, Qdrant. | For GitHub Models the key is a PAT or minted token. |
| Key | API key or token parameter. | OpenAI, Qdrant. | |

### Database Specific Metadata

Expand Down
6 changes: 0 additions & 6 deletions playground/AspireWithMaui/AspireWithMaui.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<Project Path="../../src/Aspire.Hosting.DevTunnels/Aspire.Hosting.DevTunnels.csproj" />
<Project Path="../../src/Aspire.Hosting.Docker/Aspire.Hosting.Docker.csproj" />
<Project Path="../../src/Aspire.Hosting.Garnet/Aspire.Hosting.Garnet.csproj" />
<Project Path="../../src/Aspire.Hosting.GitHub.Models/Aspire.Hosting.GitHub.Models.csproj" />
<Project Path="../../src/Aspire.Hosting.Kafka/Aspire.Hosting.Kafka.csproj" />
<Project Path="../../src/Aspire.Hosting.Keycloak/Aspire.Hosting.Keycloak.csproj" />
<Project Path="../../src/Aspire.Hosting.Kubernetes/Aspire.Hosting.Kubernetes.csproj" />
Expand Down Expand Up @@ -200,10 +199,6 @@
<Folder Name="/playground/FoundryAgentEnterprise/">
<Project Path="../FoundryAgentEnterprise/FoundryAgentEnterprise.AppHost/FoundryAgentEnterprise.AppHost.csproj" />
</Folder>
<Folder Name="/playground/GitHubModelsEndToEnd/">
<Project Path="../GitHubModelsEndToEnd/GitHubModelsEndToEnd.AppHost/GitHubModelsEndToEnd.AppHost.csproj" />
<Project Path="../GitHubModelsEndToEnd/GitHubModelsEndToEnd.WebStory/GitHubModelsEndToEnd.WebStory.csproj" />
</Folder>
<Folder Name="/playground/ExternalServices/">
<Project Path="../ExternalServices/ExternalServices.AppHost/ExternalServices.AppHost.csproj" />
<Project Path="../ExternalServices/WebFrontEnd/WebFrontEnd.csproj" />
Expand Down Expand Up @@ -423,7 +418,6 @@
<Project Path="../../tests/Aspire.Hosting.DevTunnels.Tests/Aspire.Hosting.DevTunnels.Tests.csproj" />
<Project Path="../../tests/Aspire.Hosting.Docker.Tests/Aspire.Hosting.Docker.Tests.csproj" />
<Project Path="../../tests/Aspire.Hosting.Garnet.Tests/Aspire.Hosting.Garnet.Tests.csproj" />
<Project Path="../../tests/Aspire.Hosting.GitHub.Models.Tests/Aspire.Hosting.GitHub.Models.Tests.csproj" />
<Project Path="../../tests/Aspire.Hosting.Kafka.Tests/Aspire.Hosting.Kafka.Tests.csproj" />
<Project Path="../../tests/Aspire.Hosting.Keycloak.Tests/Aspire.Hosting.Keycloak.Tests.csproj" />
<Project Path="../../tests/Aspire.Hosting.Kubernetes.Tests/Aspire.Hosting.Kubernetes.Tests.csproj" />
Expand Down
11 changes: 0 additions & 11 deletions playground/GitHubModelsEndToEnd/.vscode/launch.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading