Closed rfernand2 closed 7 months ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @anuragdalmia, @shilpigautam, @ramaganesan-rg.
Author: | rfernand2 |
---|---|
Assignees: | - |
Labels: | `bug`, `Service Attention`, `Client`, `customer-reported`, `Subscription`, `ML-CoreUI` |
Milestone: | - |
@rfernand2 thanks for your issue, we'll take a look and get back to you.
@azureml-github
Hi @rfernand2, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.
Describe the bug Trying to create a workspace object for an existing Singularity workspace with specifying the "auth" parameter throws the following exception:
To Reproduce Steps to reproduce the behavior: run this program:
Expected behavior I expect the program to create a workspace object, print some display of it, and then exit without error.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Per the documentation, if auth is not specified, Azure client should use Azure CLI creds or prompt the user for creds. Note - omitting auth works find for most AML workspaces and some Singularity workspaces. This new workspace (see code sample) is the first time this hasn't worked.