Skip to content

Merge main into live #42181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 35 commits into from
Aug 15, 2024
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
df9b099
Bump MSTest (#42141)
dependabot[bot] Aug 14, 2024
9ba3964
Bump Microsoft.Extensions.Diagnostics.Testing (#42143)
dependabot[bot] Aug 14, 2024
74fa129
Bump Microsoft.SemanticKernel (#42145)
dependabot[bot] Aug 14, 2024
2cdaa1a
Bump Microsoft.NET.Build.Containers (#42144)
dependabot[bot] Aug 14, 2024
a0612dc
Bump Microsoft.SemanticKernel (#42146)
dependabot[bot] Aug 14, 2024
3114568
Bump NUnit.Analyzers (#42142)
dependabot[bot] Aug 14, 2024
29243eb
Bump Microsoft.Extensions.Diagnostics.HealthChecks.Common (#42147)
dependabot[bot] Aug 14, 2024
1e122ac
Bump the dotnet group (#42148)
dependabot[bot] Aug 14, 2024
7dde0bc
Bump Microsoft.ServiceFabric.Services (#42149)
dependabot[bot] Aug 14, 2024
3d01643
Bump Microsoft.Extensions.Diagnostics.ExceptionSummarization (#42150)
dependabot[bot] Aug 14, 2024
53f5591
Bump the dotnet group (#42151)
dependabot[bot] Aug 14, 2024
10f14b4
Bump Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilizatio…
dependabot[bot] Aug 14, 2024
106874f
Bump the dotnet group (#42155)
dependabot[bot] Aug 14, 2024
3bfea7d
Bump the dotnet group (#42154)
dependabot[bot] Aug 14, 2024
2316d32
Bump Microsoft.VSSDK.BuildTools (#42153)
dependabot[bot] Aug 14, 2024
0bda133
Bump Microsoft.Extensions.Diagnostics.ResourceMonitoring (#42157)
dependabot[bot] Aug 14, 2024
6806df4
Bump the dotnet group (#42156)
dependabot[bot] Aug 14, 2024
761c229
Bump the dotnet group (#42158)
dependabot[bot] Aug 14, 2024
3ff6a98
Bump Microsoft.Extensions.Http.Resilience (#42159)
dependabot[bot] Aug 14, 2024
0783d45
Bump the dotnet group (#42160)
dependabot[bot] Aug 14, 2024
9fb53e1
Bump the dotnet group (#42162)
dependabot[bot] Aug 14, 2024
50dac36
Bump Microsoft.Extensions.Localization (#42161)
dependabot[bot] Aug 14, 2024
4cf8f2a
Bump github/codeql-action from 3.26.0 to 3.26.1 (#42163)
dependabot[bot] Aug 14, 2024
79af14a
Bump NUnit.Analyzers (#42165)
dependabot[bot] Aug 14, 2024
9514b8f
Bump the dotnet group (#42164)
dependabot[bot] Aug 14, 2024
1668088
Bump the dotnet group (#42167)
dependabot[bot] Aug 14, 2024
f5e07f3
Bump the dotnet group (#42166)
dependabot[bot] Aug 14, 2024
8d8fbd5
Bump System.Drawing.Common (#42168)
dependabot[bot] Aug 14, 2024
6b115fe
Bump Microsoft.EntityFrameworkCore (#42169)
dependabot[bot] Aug 14, 2024
d6454e7
Bump Microsoft.Extensions.Resilience (#42171)
dependabot[bot] Aug 14, 2024
39f525f
Bump MSTest.TestFramework (#42170)
dependabot[bot] Aug 14, 2024
7c6100a
Update package index with latest published versions (#42125)
azure-sdk Aug 14, 2024
2c4a421
Clarify definition (#42123)
BillWagner Aug 14, 2024
403bc36
Update httpclient.md (#42030)
warrenZY Aug 14, 2024
6ff3538
Add Azure Identity library credential chains doc (#42049)
scottaddie Aug 14, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
@@ -71,6 +71,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
uses: github/codeql-action/upload-sarif@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
with:
sarif_file: results.sarif
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.16.2" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.17.1" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AzureAISearch" Version="1.9.0-alpha" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Redis" Version="1.9.0-alpha" />
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.9.0-alpha" />
2 changes: 1 addition & 1 deletion docs/ai/tutorials/snippets/llm-eval/llm-eval.csproj
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.16.2" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.17.1" />
</ItemGroup>

</Project>
4 changes: 3 additions & 1 deletion docs/azure/TOC.yml
Original file line number Diff line number Diff line change
@@ -67,6 +67,8 @@
href: ./sdk/authentication/create-token-credentials-from-configuration.md
- name: Additional auth methods
href: ./sdk/authentication/additional-methods.md
- name: Credential chains
href: ./sdk/authentication/credential-chains.md
- name: Resource management
href: ./sdk/resource-management.md
- name: Dependency injection
@@ -118,4 +120,4 @@
- name: All samples
href: /samples/browse/?languages=csharp%2Caspx-csharp%2Cfsharp%2Cvb
- name: API reference
href: /dotnet/api/overview/azure/?view=azure-dotnet&preserve-view=true
href: /dotnet/api/overview/azure/?view=azure-dotnet&preserve-view=true
6 changes: 3 additions & 3 deletions docs/azure/includes/dotnet-all.md
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@
| Maps Geolocation | NuGet [1.0.0-beta.2](https://www.nuget.org/packages/Azure.Maps.Geolocation/1.0.0-beta.2) | [docs](/dotnet/api/overview/azure/Maps.Geolocation-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.2](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Maps.Geolocation_1.0.0-beta.2/sdk/maps/Azure.Maps.Geolocation/) |
| Maps Render | NuGet [2.0.0-beta.1](https://www.nuget.org/packages/Azure.Maps.Rendering/2.0.0-beta.1) | [docs](/dotnet/api/overview/azure/Maps.Rendering-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [2.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Maps.Rendering_2.0.0-beta.1/sdk/maps/Azure.Maps.Rendering/) |
| Maps Route | NuGet [1.0.0-beta.3](https://www.nuget.org/packages/Azure.Maps.Routing/1.0.0-beta.3) | [docs](/dotnet/api/overview/azure/Maps.Routing-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.3](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Maps.Routing_1.0.0-beta.3/sdk/maps/Azure.Maps.Routing/) |
| Maps Search | NuGet [2.0.0-beta.1](https://www.nuget.org/packages/Azure.Maps.Search/2.0.0-beta.1) | [docs](/dotnet/api/overview/azure/Maps.Search-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [2.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Maps.Search_2.0.0-beta.1/sdk/maps/Azure.Maps.Search/) |
| Maps Search | NuGet [2.0.0-beta.2](https://www.nuget.org/packages/Azure.Maps.Search/2.0.0-beta.2) | [docs](/dotnet/api/overview/azure/Maps.Search-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [2.0.0-beta.2](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Maps.Search_2.0.0-beta.2/sdk/maps/Azure.Maps.Search/) |
| Media Analytics Edge | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/Azure.Media.Analytics.Edge/1.0.0-beta.1) | [docs](/dotnet/api/overview/azure/Media.Analytics.Edge-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Media.Analytics.Edge_1.0.0-beta.1/sdk/mediaservices/Azure.Media.Analytics.Edge) |
| Metrics Advisor | NuGet [1.1.0](https://www.nuget.org/packages/Azure.AI.MetricsAdvisor/1.1.0) | [docs](/dotnet/api/overview/azure/AI.MetricsAdvisor-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.MetricsAdvisor_1.1.0/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/) |
| Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents | NuGet [1.0.1](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents/1.0.1) | [docs](/dotnet/api/overview/azure/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents-readme) | GitHub [1.0.1](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.1/sdk/entra/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents/) |
@@ -426,8 +426,8 @@
| Search - Common | NuGet [10.1.0](https://www.nuget.org/packages/Microsoft.Azure.Search.Common/10.1.0) | | GitHub [10.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.Search.Common_10.1.0/sdk/search/Microsoft.Azure.Search.Common/) |
| Search - Data | NuGet [10.1.0](https://www.nuget.org/packages/Microsoft.Azure.Search.Data/10.1.0) | | GitHub [10.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.Search.Data_10.1.0/sdk/search/Microsoft.Azure.Search.Data/) |
| Search - Service | NuGet [10.1.0](https://www.nuget.org/packages/Microsoft.Azure.Search.Service/10.1.0) | | GitHub [10.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.Search.Service_10.1.0/sdk/search/Microsoft.Azure.Search.Service/) |
| Speech | NuGet [1.38.0](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech/1.38.0) | | |
| Speech Remote Conversation | NuGet [1.38.0](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech.Remoteconversation/1.38.0) | | |
| Speech | NuGet [1.40.0](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech/1.40.0) | | |
| Speech Remote Conversation | NuGet [1.40.0](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech.Remoteconversation/1.40.0) | | |
| Speech Xamarin iOS | NuGet [1.25.0](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech.Xamarin.iOS/1.25.0) | | |
| Spell Check | NuGet [4.1.0-preview.1](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.SpellCheck/4.1.0-preview.1) | | GitHub [4.1.0-preview.1](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.CognitiveServices.Language.SpellCheck_4.1.0-preview.1/sdk/cognitiveservices/Language.SpellCheck) |
| Spring Cloud Client | NuGet [2.0.0-preview.3](https://www.nuget.org/packages/Microsoft.Azure.SpringCloud.Client/2.0.0-preview.3) | | |
2 changes: 1 addition & 1 deletion docs/azure/includes/dotnet-new.md
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@
| Maps Geolocation | NuGet [1.0.0-beta.2](https://www.nuget.org/packages/Azure.Maps.Geolocation/1.0.0-beta.2) | [docs](/dotnet/api/overview/azure/Maps.Geolocation-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.2](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Maps.Geolocation_1.0.0-beta.2/sdk/maps/Azure.Maps.Geolocation/) |
| Maps Render | NuGet [2.0.0-beta.1](https://www.nuget.org/packages/Azure.Maps.Rendering/2.0.0-beta.1) | [docs](/dotnet/api/overview/azure/Maps.Rendering-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [2.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Maps.Rendering_2.0.0-beta.1/sdk/maps/Azure.Maps.Rendering/) |
| Maps Route | NuGet [1.0.0-beta.3](https://www.nuget.org/packages/Azure.Maps.Routing/1.0.0-beta.3) | [docs](/dotnet/api/overview/azure/Maps.Routing-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.3](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Maps.Routing_1.0.0-beta.3/sdk/maps/Azure.Maps.Routing/) |
| Maps Search | NuGet [2.0.0-beta.1](https://www.nuget.org/packages/Azure.Maps.Search/2.0.0-beta.1) | [docs](/dotnet/api/overview/azure/Maps.Search-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [2.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Maps.Search_2.0.0-beta.1/sdk/maps/Azure.Maps.Search/) |
| Maps Search | NuGet [2.0.0-beta.2](https://www.nuget.org/packages/Azure.Maps.Search/2.0.0-beta.2) | [docs](/dotnet/api/overview/azure/Maps.Search-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [2.0.0-beta.2](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Maps.Search_2.0.0-beta.2/sdk/maps/Azure.Maps.Search/) |
| Media Analytics Edge | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/Azure.Media.Analytics.Edge/1.0.0-beta.1) | [docs](/dotnet/api/overview/azure/Media.Analytics.Edge-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Media.Analytics.Edge_1.0.0-beta.1/sdk/mediaservices/Azure.Media.Analytics.Edge) |
| Metrics Advisor | NuGet [1.1.0](https://www.nuget.org/packages/Azure.AI.MetricsAdvisor/1.1.0) | [docs](/dotnet/api/overview/azure/AI.MetricsAdvisor-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.MetricsAdvisor_1.1.0/sdk/metricsadvisor/Azure.AI.MetricsAdvisor/) |
| Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents | NuGet [1.0.1](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents/1.0.1) | [docs](/dotnet/api/overview/azure/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents-readme) | GitHub [1.0.1](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.1/sdk/entra/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents/) |
Loading