a util that can parse arm id #32449
Labels
Azure.Core
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Machine Learning
Mgmt
This issue is related to a management-plane library.
needs-author-feedback
Workflow: More information is needed from author to address the issue.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Is your feature request related to a problem? Please describe.
If I want to get a machine learning workspace using a workspace id. I need to extract the subscriptionId, resourcegroup,workspacename from the id first then use js sdk to get it. In this case it would be helpful if there is a util that can parse the id for me.
The .net and go sdk already has a util resourceIdentifier that can help parse the arm id but js doesn't.
Describe the solution you'd like
The js sdk has a util just like resourceIdentifier.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: