Merged
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 11876Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 11876" |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes documentation inconsistencies in Azure Storage Queues components where references to "blob" services were incorrectly used instead of "queue" services, addressing copy-paste errors from blob storage documentation.
- Corrects XML documentation comments to reference queue services instead of blob services
- Updates class member documentation to use appropriate terminology for queue operations
- Fixes method return type documentation to reference the correct Azure provisioning type
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| AzureStorageQueuesSettings.cs | Updated connection string documentation to reference queue service instead of blob service |
| AzureStorageQueueSettings.cs | Corrected property documentation to describe queue name instead of blob container |
| AzureQueueStorageQueueResource.cs | Fixed return type documentation to reference StorageQueue instead of BlobContainer |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
There are a few places with the documentation for Queues reference Blobs, probably a copy and paste issue. This is just a documentation update.
Fixes #11875
Checklist
<remarks />and<code />elements on your triple slash comments?doc-ideatemplatebreaking-changetemplatediagnostictemplate