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 dpwatrous force-pushed the dpwatrous/java-track2 branch from 5793411 to 43b7f8f Compare November 14, 2023 20:07
@dpwatrous dpwatrous force-pushed the dpwatrous/java-track2 branch from 43b7f8f to 58d97ae Compare April 13, 2024 19:36
@dpwatrous dpwatrous force-pushed the dpwatrous/java-track2 branch from 58d97ae to 6f331e8 Compare April 14, 2024 01:00
@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