For Azure.Core and maybe other track 2 libraries:
For example https://docs.microsoft.com/en-us/dotnet/api/azure.core.retriablestream?view=azure-dotnet doesn't exist in GA package.
And all types miss xml docs.
cc @scbedd @kaerm
@pakrym you mean that this class was a part of the previews but not of the release?
For xml docs: can you show me an example of the page where it doesn't exist and link to where it is described in the library
@pakrym you mean that this class was a part of the previews but not of the release?
Yep
For xml docs: can you show me an example of the page where it doesn't exist and link to where it is described in the library
https://docs.microsoft.com/en-us/dotnet/api/azure.core.pipeline.clientoptions?view=azure-dotnet vs https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/core/Azure.Core/src/ClientOptions.cs
@scbedd can you make sure GA versions get pulled in the docs system and not preview?
I will file an issue on the XML
I didn't actually update the source of these GA docs, just the location in ToC. I will check the CI definition of this.
@pakrym This is a doc rendering issue, not any issue with the configuration.
I have completely removed the Azure.Core folder from the smoke-test branch, and re-run the CI to ensure that we're not keeping around any old files. I got the _exact same_ file set generated.
(Screenshot of CI Config for Azure.Core):

I have reached out to the documentation with a bunch of this information. This issue will be re-titled to better fit the situation.
Also, for the RetriableStream that doesn't exist anymore, it does, but it may be rendering in the wrong place. In repo
Also, for the RetriableStream that doesn't exist anymore, it does, but it may be rendering in the wrong place. In repo
It's internal now, so from docs perspective it doesn't exist.
Is there any updates about this issue?
Not at this time.
Latest discussion on this item present here: .
Have a lock on what the issue is, but no response so far on what I can do to resolve this.