Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.47k stars 4.8k forks source link

Typo in code sample #30381

Closed DominicArchual closed 2 years ago

DominicArchual commented 2 years ago

The first line of the code sample should be changed from:

ItemRequestOption requestOptions = new ItemRequestOptions() { EnableContentResponseOnWrite = false };

To the following; noting the pluralization of ItemRequestOptions:

ItemRequestOptions requestOptions = new ItemRequestOptions() { EnableContentResponseOnWrite = false };

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

azure-sdk commented 2 years ago

Label prediction was below confidence level 0.6 for Model:ServiceLabels: 'Cosmos:0.5332992,Storage:0.13450119,Managed Identity:0.04962496'

ghost commented 2 years ago

Thank you for your feedback. This has been routed to the support team for assistance.

SaurabhSharma-MSFT commented 2 years ago

@DominicArchual We are looking into it and get back to you for any additional information.

SaurabhSharma-MSFT commented 2 years ago

@DominicArchual The PR for the fix has been created and it will be merged soon. Thanks again for pointing this out, I am closing the issue based on this update, please let us know if there is something else that we can help you with.