MicrosoftDocs / feedback

📢 docs.microsoft.com site feedback
https://learn.microsoft.com
Creative Commons Attribution 4.0 International
239 stars 160 forks source link

Azure.ServiceBus documentation is missing #2153

Open vanillajonathan opened 4 years ago

vanillajonathan commented 4 years ago

Describe the bug There is no documentation for the Azure ServiceBus. The API is listed, but the classes, methods and properties are not documented.

Notice though that the docs on azure.cn (China) contains full documentation. https://docs.azure.cn/en-us/dotnet/api/microsoft.azure.servicebus

To Reproduce Steps to reproduce the behavior:

  1. Go to https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.servicebus
  2. Notice the absence of documentation.
  3. Compare with https://docs.azure.cn/en-us/dotnet/api/microsoft.azure.servicebus

Expected behavior There would be API documentation. Each class, method, property, etc would be documented.

welcome[bot] commented 4 years ago

Thank you for creating the issue! One of our team members will get back to you shortly with additional information. If this is a product issue, please close this and contact the particular product's support instead (see https://support.microsoft.com/allproducts for the list of support websites).

mairaw commented 4 years ago

@CamSoper can you follow up on this?

CamSoper commented 4 years ago

@vanillajonathan Can you please verify what you're seeing? Is it a 404? From my mid-US location, it seems to be working. I'm pulling up the complete reference for that namespace.

vanillajonathan commented 4 years ago

No, it is not a 404, it is a 200 OK.

Here is a screenshot. image

Compare with the screenshot of the Chinese website. image

CamSoper commented 3 years ago

Appears fixed

mairaw commented 3 years ago

https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.servicebus?view=azure-dotnet is still empty for me @CamSoper

CamSoper commented 3 years ago

Oh, okay. I misunderstood the ask.

There's a landing page at https://docs.microsoft.com/en-us/dotnet/api/overview/azure/messaging.servicebus-readme?view=azure-dotnet . Additionally, the format of the page he links is consistent with all the other namespaces (example) so I'd recommend we just close this one. There's no bug, everything is functions as designed.

vanillajonathan commented 3 years ago

Oh, this is confusing, Azure.Messaging.ServiceBus is documented, but Microsoft.Azure.ServiceBus is not. But on the Chinese website, the Microsoft.Azure.ServiceBus (CN) is documented.