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

manager.computes().listNodes() giving 400 error saying ComputeListNodes with computeType ComputeInstance is not supported. #5127

Open
2 of 9 tasks
PraveenAppsoc opened this issue Oct 31, 2024 · 0 comments
Labels
customer-reported question Further information is requested

Comments

@PraveenAppsoc
Copy link

Link to sample

https://learn.microsoft.com/en-us/rest/api/azureml/compute/list-nodes?view=rest-azureml-2024-04-01&tabs=Java#examples

Library name and version

azure-resourcemanager-machinelearning 1.1.0

Language of the Sample

  • C#/.NET
  • Java
  • JavaScript/TypedScript
  • Python
  • Golang
  • Other - Please specify in Issue details field

Sample Issue Type

  • Sample not working
  • Sample missing
  • Do not understand sample

Issue details

public static void getComputeNodesInformationForACompute(
com.azure.resourcemanager.machinelearning.MachineLearningManager manager) {
manager.computes().listNodes("testrg123", "workspaces123", "compute123", com.azure.core.util.Context.NONE);
}

This code giving errorwith code 400 and message is : "ComputeListNodes with computeType ComputeInstance is not supported.",

Expected behavior

Should give nodes list

Actual behavior

giving error

Reproduction Steps

No response

Environment

No response

@microsoft-github-policy-service microsoft-github-policy-service bot added question Further information is requested customer-reported labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant