Skip to content

Commit 9389b6d

Browse files
Merge pull request #43636 from dotnet/main
Merge main into live
2 parents 4890ca0 + 900fcf6 commit 9389b6d

File tree

82 files changed

+265
-155
lines changed

Some content is hidden

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

82 files changed

+265
-155
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,28 @@ updates:
800800
dotnet:
801801
patterns:
802802
- "*" # Prefer a single PR per project update.
803+
- package-ecosystem: "nuget"
804+
directory: "/docs/azure/sdk/snippets/aspnetcore-guidance/BlazorSample" #BlazorSample.csproj
805+
schedule:
806+
interval: "weekly"
807+
day: "wednesday"
808+
open-pull-requests-limit: 5
809+
groups:
810+
# Group .NET updates together for projects.
811+
dotnet:
812+
patterns:
813+
- "*" # Prefer a single PR per project update.
814+
- package-ecosystem: "nuget"
815+
directory: "/docs/azure/sdk/snippets/aspnetcore-guidance/MinApiSample" #MinApiSample.csproj
816+
schedule:
817+
interval: "weekly"
818+
day: "wednesday"
819+
open-pull-requests-limit: 5
820+
groups:
821+
# Group .NET updates together for projects.
822+
dotnet:
823+
patterns:
824+
- "*" # Prefer a single PR per project update.
803825
- package-ecosystem: "nuget"
804826
directory: "/docs/azure/sdk/snippets/logging" #LoggingSampleApp.csproj
805827
schedule:
@@ -2175,25 +2197,3 @@ updates:
21752197
dotnet:
21762198
patterns:
21772199
- "*" # Prefer a single PR per project update.
2178-
- package-ecosystem: "nuget"
2179-
directory: "/docs/orleans/deployment/snippets/consul/Silo" #Silo.csproj
2180-
schedule:
2181-
interval: "weekly"
2182-
day: "wednesday"
2183-
open-pull-requests-limit: 5
2184-
groups:
2185-
# Group .NET updates together for projects.
2186-
dotnet:
2187-
patterns:
2188-
- "*" # Prefer a single PR per project update.
2189-
- package-ecosystem: "nuget"
2190-
directory: "/docs/orleans/deployment/snippets/service-fabric/stateless" #Orleans.ServiceFabric.Stateless.csproj
2191-
schedule:
2192-
interval: "weekly"
2193-
day: "wednesday"
2194-
open-pull-requests-limit: 5
2195-
groups:
2196-
# Group .NET updates together for projects.
2197-
dotnet:
2198-
patterns:
2199-
- "*" # Prefer a single PR per project update.

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
egress-policy: audit
2828

2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30-
- uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16.0.0
30+
- uses: DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0 # v18.0.0
3131
with:
3232
config: ".markdownlint-cli2.jsonc"
3333
globs: "**/*.md"

.github/workflows/profanity-filter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Profanity filter
2727
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]' }}
28-
uses: IEvangelist/profanity-filter@840020b719c619d953959e59c47185689e831a27 # main
28+
uses: IEvangelist/profanity-filter@39d3039e84ca8c15d36528551149cb9de3046876 # main
2929
id: profanity-filter
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
74+
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
7575
with:
7676
sarif_file: results.sarif

.openpublishing.redirection.azure.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
{
120120
"source_path_from_root": "/docs/azure/ai/get-started-app-chat-scaling-with-azure-container-apps.md",
121121
"redirect_url": "/dotnet/ai/get-started-app-chat-scaling-with-azure-container-apps"
122+
},
123+
{
124+
"source_path_from_root": "/docs/azure/sdk/azure-sdk-configure-proxy.md",
125+
"redirect_url": "/dotnet/azure/sdk/configure-proxy"
122126
}
123127
]
124128
}

docs/ai/conceptual/rag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Integrate Your Data into AI Apps with Retrieval-Augmented Generation"
3-
description: "Learn how retreival-augmented generation lets you use your data with LLMs to generate better completions in .NET."
3+
description: "Learn how retrieval-augmented generation lets you use your data with LLMs to generate better completions in .NET."
44
author: catbutler
55
ms.topic: concept-article #Don't change.
66
ms.date: 04/15/2024

docs/ai/how-to/snippets/semantic-kernel/semantic-kernel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
1616
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" />
1717
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0" />
18-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.28.0" />
18+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.29.0" />
1919
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AzureAISearch" Version="1.9.0-alpha" />
2020
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Redis" Version="1.9.0-alpha" />
2121
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.9.0-alpha" />

docs/ai/quickstarts/quickstart-local-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Quickstart - Connect to and chat with a local AI using .NET and Semantic Kernel
3-
description: Set up a local AI model and chat with it using a .NET consle app and the Semantic Kernel SDK
3+
description: Set up a local AI model and chat with it using a .NET console app and the Semantic Kernel SDK
44
ms.date: 06/04/2024
55
ms.topic: quickstart
66
ms.custom: devx-track-dotnet, devx-track-dotnet-ai

docs/ai/quickstarts/snippets/local-ai/ollama.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.28.0" />
11+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.29.0" />
1212
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Ollama" Version="1.22.0-alpha" />
1313
</ItemGroup>
1414

docs/ai/tutorials/snippets/llm-eval/llm-eval.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0" />
15-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.28.0" />
15+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.29.0" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)