Skip to content

Conversation

@jguadagno
Copy link
Contributor

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

  • Is this feature complete?
    • Yes. Ready to ship.
    • No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • Yes
    • No
  • Did you add public API?
    • Yes
      • If yes, did you have an API Review for it?
        • Yes
        • No
      • Did you add <remarks /> and <code /> elements on your triple slash comments?
        • Yes
        • No
    • No
  • Does the change make any security assumptions or guarantees?
    • Yes
      • If yes, have you done a threat model and had a security review?
        • Yes
        • No
    • No
  • Does the change require an update in our Aspire docs?

@jguadagno jguadagno requested a review from radical as a code owner October 7, 2025 03:05
Copilot AI review requested due to automatic review settings October 7, 2025 03:05
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2025

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 11876

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 11876"

Copy link
Contributor

Copilot AI left a 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

@github-actions github-actions bot added the area-integrations Issues pertaining to Aspire Integrations packages label Oct 7, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Oct 7, 2025
Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@eerhardt eerhardt enabled auto-merge (squash) October 7, 2025 14:38
@eerhardt eerhardt merged commit dd5bf52 into dotnet:main Oct 7, 2025
302 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 13.0 milestone Oct 7, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Nov 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-integrations Issues pertaining to Aspire Integrations packages community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation for Queues reference Blobs

2 participants