Azure / azure-sdk-for-python

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

Error while trying to delete local endpoint #35809

Open alexmpm opened 1 month ago

alexmpm commented 1 month ago

Describe the bug When trying to delete a local deployed endpoint using its name, the package gives an error saying that the local endpoint does not exist. See attached print screen - it shows that the endpoint I am trying to delete does exist.

To Reproduce Steps to reproduce the behavior:

  1. Create a local endpoint
  2. get the endpoint details
  3. try to delete the local endpoint using the command _ml_client.online_endpoints.begindelete(local=True, name=)

Expected behavior If all parameters are correct and endpoint does exists, that the endpoint gets deleted

Screenshots Error image

Package and Python version image

github-actions[bot] commented 1 month ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-ml-sdk @azureml-github.