-
Notifications
You must be signed in to change notification settings - Fork 733
Queue document update #11876
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
Queue document update #11876
Conversation
|
🚀 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
eerhardt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
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