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

[tcgc] add @clientInitialization decorator #1398

Merged
merged 30 commits into from
Sep 3, 2024
Merged

Commits on Aug 16, 2024

  1. add clientInitialization decorator

    iscai-msft committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    35d7068 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. remove onClient

    iscai-msft committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    70c1e00 View commit details
    Browse the repository at this point in the history
  2. add decorator and initial test

    iscai-msft committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d0b9fee View commit details
    Browse the repository at this point in the history
  3. base test passing

    iscai-msft committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    48a726b View commit details
    Browse the repository at this point in the history
  4. start working on subclients

    iscai-msft committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    420ca61 View commit details
    Browse the repository at this point in the history
  5. format

    iscai-msft committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    78c701b View commit details
    Browse the repository at this point in the history
  6. add changeset

    iscai-msft committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    11668ac View commit details
    Browse the repository at this point in the history
  7. fix build

    iscai-msft committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c40d9a3 View commit details
    Browse the repository at this point in the history
  8. pnpm format

    iscai-msft committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c1b0574 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Merge branch 'main' of https://github.com/Azure/typespec-azure into a…

    …dd_client_initialization
    iscai-msft committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d193e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54a72b7 View commit details
    Browse the repository at this point in the history
  3. add more tests

    iscai-msft committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6a4667b View commit details
    Browse the repository at this point in the history
  4. format

    iscai-msft committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b8dca8f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge branch 'main' of https://github.com/Azure/typespec-azure into a…

    …dd_client_initialization
    iscai-msft committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ea89417 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge branch 'main' of https://github.com/Azure/typespec-azure into a…

    …dd_client_initialization
    iscai-msft committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3ee9d50 View commit details
    Browse the repository at this point in the history
  2. add tests for og groups with parent clients

    iscai-msft committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0f5fe39 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge branch 'main' of https://github.com/Azure/typespec-azure into a…

    …dd_client_initialization
    iscai-msft committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    15ced83 View commit details
    Browse the repository at this point in the history
  2. format

    iscai-msft committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    61ab4f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29eb08d View commit details
    Browse the repository at this point in the history
  4. add alias decorator

    iscai-msft committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9137d21 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. introduce @paramAlias

    iscai-msft committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a04c95b View commit details
    Browse the repository at this point in the history
  2. format

    iscai-msft committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    12dc1d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix initialization access for inferred ogs

    iscai-msft committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1b3da09 View commit details
    Browse the repository at this point in the history
  2. fix initialization access for inferred ogs

    iscai-msft committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c6041e6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/Azure/typespec-azure into a…

    …dd_client_initialization
    iscai-msft committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ba1e2b3 View commit details
    Browse the repository at this point in the history
  4. format

    iscai-msft committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    657b17d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge branch 'main' of https://github.com/Azure/typespec-azure into a…

    …dd_client_initialization
    iscai-msft committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9cf543b View commit details
    Browse the repository at this point in the history
  2. remove check for og

    iscai-msft committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ad2d001 View commit details
    Browse the repository at this point in the history
  3. add test for client reorganization

    iscai-msft committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e456785 View commit details
    Browse the repository at this point in the history
  4. rebuild

    iscai-msft committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8629642 View commit details
    Browse the repository at this point in the history