Skip to content

[WIP] Draft of Java Track 2 conversion - #323

Draft
David Watrous (dpwatrous) wants to merge 2 commits into
masterfrom
dpwatrous/java-track2
Draft

[WIP] Draft of Java Track 2 conversion#323
David Watrous (dpwatrous) wants to merge 2 commits into
masterfrom
dpwatrous/java-track2

Conversation

@dpwatrous

Copy link
Copy Markdown
Contributor

No description provided.

@dpwatrous

Copy link
Copy Markdown
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.

2 participants