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

[WIP] Draft of Java Track 2 conversion #323

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpwatrous
Copy link
Contributor

No description provided.

@dpwatrous
Copy link
Contributor Author

Some difficulties I had while converting this sample:

  • Lack of image list mgmt API means no ability to pass ImageReference into BatchManager.
  • Naming conflict between pool.name() on the management plane and poolId on the data plane. Alias poolId to poolName in the SDKs? Using pool.id() gives the full ARM ID. Alternatively we could allow passing an ARM ID.
  • How do we extract error details from error responses?
  • Lack of BatchManager.pools().exists() method (HEAD request)
  • BatchFailureInfo.toString() should print out error details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant