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

[Stream Analytics] Add Subscription Level APIs #13322

Merged
merged 29 commits into from
Jul 7, 2021

Commits on Mar 8, 2021

  1. add query testing apis

    Roslyn Lu committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    a17ac88 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. add operationId and outputURI

    Roslyn Lu committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    9fa9fa0 View commit details
    Browse the repository at this point in the history
  2. fix some linter errors

    Roslyn Lu committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    80e6fb3 View commit details
    Browse the repository at this point in the history
  3. fix model validation

    Roslyn Lu committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    66b57b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. address some PR comments

    Roslyn Lu committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    d8901e0 View commit details
    Browse the repository at this point in the history
  2. address some comments

    Roslyn Lu committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    f68a943 View commit details
    Browse the repository at this point in the history
  3. delete getoperationresults example

    Roslyn Lu committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    92a858f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. try adding raw input datasource wrappers

    Roslyn Lu committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    011afb0 View commit details
    Browse the repository at this point in the history
  2. add inputs

    Roslyn Lu committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    39bbfcb View commit details
    Browse the repository at this point in the history
  3. refactor input structure

    Roslyn Lu committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    8b18c5e View commit details
    Browse the repository at this point in the history
  4. add outputs

    Roslyn Lu committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    85f1d43 View commit details
    Browse the repository at this point in the history
  5. modify some descriptions

    Roslyn Lu committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2d9a1a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. address more comments

    Roslyn Lu committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    8f3a9f5 View commit details
    Browse the repository at this point in the history
  2. add 200 response

    Roslyn Lu committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    dfb1d2a View commit details
    Browse the repository at this point in the history
  3. fix formatting

    Roslyn Lu committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    3dbb616 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Delete package-lock.json

    roslynlu authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a4779ca View commit details
    Browse the repository at this point in the history
  2. restore package-lock.json

    Roslyn Lu committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d6ebfb5 View commit details
    Browse the repository at this point in the history
  3. merge

    Roslyn Lu committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    5f61bfc View commit details
    Browse the repository at this point in the history
  4. address final comments

    Roslyn Lu committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    c7e303f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. add compile query

    Roslyn Lu committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    7493ff5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. add sample input api

    Roslyn Lu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    df95394 View commit details
    Browse the repository at this point in the history
  2. add test input and test output apis

    Roslyn Lu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    66ddd06 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. fix validation errors

    Roslyn Lu committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6c9986b View commit details
    Browse the repository at this point in the history
  2. update testQuery and compileQuery

    Roslyn Lu committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5249e06 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. update sample input and test input/output

    Roslyn Lu committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    a65c1a9 View commit details
    Browse the repository at this point in the history
  2. final fixes

    Roslyn Lu committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    4974d12 View commit details
    Browse the repository at this point in the history
  3. fix linter errors pt1

    Roslyn Lu committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    287c36d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. fix small bugs

    Roslyn Lu committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    68ba23e View commit details
    Browse the repository at this point in the history
  2. remove duplicate operations def

    Roslyn Lu committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    c18917b View commit details
    Browse the repository at this point in the history