Update package index with latest published versions#53685
Merged
dotnet-policy-service[bot] merged 1 commit intoMay 12, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure .NET package index include to reflect the latest published NuGet versions for a few entries.
Changes:
- Bumps
Azure.Connectors.Sdkfrom0.9.0-preview.1to0.10.0-preview.1. - Bumps SQL extension packages from
3.1.527to3.1.536for both in-process and isolated worker variants.
Comments suppressed due to low confidence (1)
docs/azure/includes/dotnet-all.md:492
- The package name column still shows "Unknown Display Name" for
Azure.Connectors.Sdk, which makes the package index harder to scan and search. Replace it with a meaningful display name (or, if the name is generated, update the generation/mapping so it falls back to the package ID instead of "Unknown Display Name").
| Unknown Display Name | NuGet [0.10.0-preview.1](https://www.nuget.org/packages/Azure.Connectors.Sdk/0.10.0-preview.1) | | |
| Unknown Display Name | NuGet [0.4.0](https://www.nuget.org/packages/Azure.Functions.Sdk/0.4.0) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Iot.Operations.ProtocolCompiler/1.0.0) | | |
| Unknown Display Name | NuGet [0.8.0-preview.1](https://www.nuget.org/packages/Microsoft.Azure.Connectors.Sdk/0.8.0-preview.1) | | |
| Unknown Display Name | NuGet [0.1.0-ci.26217.6](https://www.nuget.org/packages/Microsoft.Azure.Functions.Extensions.Connector/0.1.0-ci.26217.6) | | |
b9c984e
into
dotnet:main
15 of 16 checks passed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update package index with latest published versions