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.26k stars 4.61k forks source link

Microsoft.Azure.CognitiveServices.Vision.ComputerVision - v3.X support #17482

Closed AlexGilliland closed 2 years ago

AlexGilliland commented 3 years ago

Query/Question Is there an ETA as to when the ComputerVision SDK will support alternate endpoints? The latest version when building the URL isn't supported by on-prem containers.

// ComputerVisionClient.cs
// Construct URL 
            var _baseUrl = BaseUri;
            var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "ocr";
            _url = _url.Replace("{Endpoint}", Endpoint);
            List<string> _queryParameters = new List<string>();

Environment:

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @ryogok, @TFR258, @tburns10.

Issue Details
**Query/Question** Is there an ETA as to when the ComputerVision SDK will support alternate endpoints? The latest version when building the URL isn't supported by on-prem containers. ``` // ComputerVisionClient.cs // Construct URL var _baseUrl = BaseUri; var _url = _baseUrl + (_baseUrl.EndsWith("/") ? "" : "/") + "ocr"; _url = _url.Replace("{Endpoint}", Endpoint); List _queryParameters = new List(); ``` **Environment:** - Name and version of the Library package used: Microsoft.Azure.CognitiveServices.Vision.ComputerVision 6.0.0 - Hosting platform or OS and .NET runtime version (`dotnet --info` output for .NET Core projects): On-prem docker containers - IDE and version : [e.g. Visual Studio 16.3] VS 16.8.2
Author: AlexGilliland
Assignees: -
Labels: `Client`, `Cognitive - Computer Vision`, `Service Attention`, `customer-reported`, `needs-team-attention`, `needs-triage`, `question`
Milestone: -
jsquire commented 3 years ago

Thank you for your feedback. Tagging and routing to the team best able to assist.

ghost commented 3 years ago

Hi @AlexGilliland. Thank you, for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days.

ghost commented 3 years ago

Hi @AlexGilliland. There was a mistake and this issue was unintentionally flagged as a stale pull request. The label has been removed and the issue will remain active; no action is needed on your part. Apologies for the inconvenience.

SaurabhSharma-MSFT commented 2 years ago

@AlexGilliland Apologies for the delayed response. I see that this issue is opened long time ago and no further activity had taken place. So wanted to check if you are still looking for assistance on this query? Please let us know .

ghost commented 2 years ago

Hi, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!