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

Java doc , annotation, method naming scrub for compute, redis, batch, networking #1106

Merged
merged 14 commits into from
Sep 27, 2016
Merged

Java doc , annotation, method naming scrub for compute, redis, batch, networking #1106

merged 14 commits into from
Sep 27, 2016

Commits on Sep 23, 2016

  1. language annotation refinements in compute

    unknown authored and unknown committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    20e2fc3 View commit details
    Browse the repository at this point in the history
  2. renaming VirtualMachineDataDisk#createOption() as creationMethod() fo…

    …r better clarity, since the current naming (verb) indicates a method not a property
    unknown authored and unknown committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    df1b52c View commit details
    Browse the repository at this point in the history
  3. adding "get" or "list" prefix to VMSS methods that call Azure, otherw…

    …ise they look like properties which they aren't.
    unknown authored and unknown committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    36cc6f7 View commit details
    Browse the repository at this point in the history
  4. javadoc and method naming cleanup in compute

    unknown authored and unknown committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    cfc60ea View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master' into martin-plumbing

    unknown authored and unknown committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    ebc9f44 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2016

  1. Merge remote-tracking branch 'upstream/master' into martin-plumbing

    unknown authored and unknown committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    a04301a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. Merge remote-tracking branch 'upstream/master' into martin-plumbing

    unknown authored and unknown committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    629cfcb View commit details
    Browse the repository at this point in the history
  2. annotation polish

    unknown authored and unknown committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    af38e52 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into martin-plumbing

    unknown authored and unknown committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    7f8d2f3 View commit details
    Browse the repository at this point in the history
  4. more annotation cleanup

    unknown authored and unknown committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    fb7649c View commit details
    Browse the repository at this point in the history
  5. annotation simplification in Redis

    unknown authored and unknown committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    11d02b0 View commit details
    Browse the repository at this point in the history
  6. adding missing @method to Redis

    unknown authored and unknown committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    9343133 View commit details
    Browse the repository at this point in the history
  7. adding missing @method to batch

    unknown authored and unknown committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    84b6c65 View commit details
    Browse the repository at this point in the history
  8. renaming RedisCachePremium#getPatchSchedules() as listPatchSchedules(…

    …) for consistency with the naming of methods that return a collection
    unknown authored and unknown committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    d8a5976 View commit details
    Browse the repository at this point in the history