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

[Azure Search] Upgrade Management SDK to version 2.0 #3993

Merged
merged 10 commits into from
Jan 11, 2018

Commits on Jan 9, 2018

  1. Configuration menu
    Copy the full SHA
    44ca20b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a026f27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c812db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb04f07 View commit details
    Browse the repository at this point in the history
  5. [Azure Search] Adding useful script for regenerating management SDK

    The stock generate.cmd script takes way too many parameters to be useful
    when iterating on a private Swagger spec.
    brjohnstmsft committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    a6a846a View commit details
    Browse the repository at this point in the history
  6. [Azure Search] Generating new code for PATCH services and adding tests

    Also re-recording all session records.
    brjohnstmsft committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    4901c4c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. [Azure Search] Adding support for Operations API

    Added new generated code, plus a scenario test and corresponding session
    record.
    brjohnstmsft committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    7234edd View commit details
    Browse the repository at this point in the history
  2. [Azure Search] Bumping major version number of management SDK

    A major version bump is necessary because the behavior of
    Services.CreateOrUpdate has changed. Specifically, service creation and
    scaling is now synchronous instead of asynchronous. Also, there is new API
    surface area that represents breaking changes from the .NET point of view
    (i.e. -- new methods added to existing interfaces).
    brjohnstmsft committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    cb31adb View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Fixing generate.cmd to point to the correct azure-rest-api-specs branch

    Since the refactor, the default branch is master, not current.
    brjohnstmsft committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    eedef3d View commit details
    Browse the repository at this point in the history
  2. [Azure Search] Regenerating management SDK from the latest spec

    This includes some minor doc changes.
    brjohnstmsft committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    0a3702b View commit details
    Browse the repository at this point in the history