Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ az ml online-endpoint create ] can not create an Endpoint with a previously used name. #7660

Open
anshgandhi opened this issue May 24, 2024 · 1 comment
Assignees
Labels
Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. extension/ml Machine Learning question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.

Comments

@anshgandhi
Copy link

Describe the bug

  1. create an endpoint -> 'endpoint_1'
  2. delete the endpoint -> 'endpoint_1'
  3. re-create an endpoint -> 'endpoint_1'

Related command

az ml online-endpoint create -n endpoint_1

Errors

"code": "NotFound",
"message": "The specified resource was not found.",
"details": [
{
"code": "InferencingClientCallFailed",
"message": "{{"title":"Not Found"}}",
"details": [],
"additionalInfo": []
}
],

Issue script & Debug output

"code": "NotFound",
"message": "The specified resource was not found.",
"details": [
{
"code": "InferencingClientCallFailed",
"message": "{{"title":"Not Found"}}",
"details": [],
"additionalInfo": []
}
],

Expected behavior

should be able to re-use an endpoint name that has already been deleted.

Environment Summary

azure-cli 2.61.0
core 2.61.0
telemetry 1.1.0

Extensions:
ml 2.26.0

Dependencies:
msal 1.28.0
azure-mgmt-resource 23.1.1

Python (Darwin) 3.11.9 (main, Apr 2 2024, 08:25:04) [Clang 15.0.0 (clang-1500.3.9.4)]

Additional context

No response

@anshgandhi anshgandhi added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label May 24, 2024
@yonzhan
Copy link
Collaborator

yonzhan commented May 24, 2024

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported Issues that are reported by GitHub users external to the Azure organization. Auto-Assign Auto assign by bot Service Attention This issue is responsible by Azure service team. Machine Learning extension/ml labels May 24, 2024
@yonzhan yonzhan removed the bug This issue requires a change to an existing behavior in the product in order to be resolved. label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. extension/ml Machine Learning question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

3 participants