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

[cosmosdb-preview] Add support for Priority Based Execution, cross account container copy, api-version 2023-09-15-preview #6703

Merged
merged 44 commits into from
Oct 13, 2023

Commits on Aug 29, 2023

  1. init changes for 20230915-preview api

    Achint Agrawal committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9dbb596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    997e00b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Removed isPreview flag from CMK related properties and added key-uri …

    …to cosmosdb update operation.
    AdrianSibajaRetana committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fbfcca2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Added test and test recording for priority based execution

    Achint Agrawal committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cc2b6a5 View commit details
    Browse the repository at this point in the history
  2. corrected resource group name and whitespace corrections

    Achint Agrawal committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    db8f723 View commit details
    Browse the repository at this point in the history
  3. white space corrections

    Achint Agrawal committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    820598f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    afeeb43 View commit details
    Browse the repository at this point in the history
  2. Add tests

    niteshvijay-ms committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4b94d16 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from niteshvijay1995/dts/cross-account-copy

    [DTS] Cross account copy
    Achint-Agrawal committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    74ea880 View commit details
    Browse the repository at this point in the history
  4. Dts/cross account copy (#3)

    * Deprecate old command
    
    * Add test recording for dts
    
    ---------
    
    Co-authored-by: Nitesh Vijay <niteshvijay@microsoft.com>
    niteshvijay1995 and niteshvijay-ms committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4cafea1 View commit details
    Browse the repository at this point in the history
  5. Fix build error

    niteshvijay-ms committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b4cfbc7 View commit details
    Browse the repository at this point in the history
  6. Fix Static Analysis

    niteshvijay-ms committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    3b7a3f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Use boolean type

    niteshvijay-ms committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f4403a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Change help text

    niteshvijay-ms committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    84aff79 View commit details
    Browse the repository at this point in the history
  2. Update help text

    niteshvijay-ms committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1ab9a82 View commit details
    Browse the repository at this point in the history
  3. Updated Vendored SDK

    Achint Agrawal committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f59ec30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    507199e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Updated test account name in test_cosmosdb-merge-scenario.py

    Achint Agrawal committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c103101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e14dc View commit details
    Browse the repository at this point in the history
  3. Updated linter_exclusions

    Achint Agrawal committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f6d31f6 View commit details
    Browse the repository at this point in the history
  4. Remove id part

    niteshvijay-ms committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6d55d96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ad68b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Corrected account name in test_cosmosdb-merge-scenario.py and generat…

    …ed test recordings
    Achint Agrawal committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    76a74b9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ag.achint-RPAPI20230915-preview' of https://github.com/…

    …Achint-Agrawal/azure-cli-extensions into ag.achint-RPAPI20230915-preview
    Achint Agrawal committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e71a53a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c555f78 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    5c9af2d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Add -n for jobname

    niteshvijay-ms committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6108ce4 View commit details
    Browse the repository at this point in the history
  2. Fix breaking change

    niteshvijay-ms committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d5510c0 View commit details
    Browse the repository at this point in the history
  3. Modified setup.py and history.rst

    Achint Agrawal committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0c38709 View commit details
    Browse the repository at this point in the history
  4. Fix static check

    niteshvijay-ms committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d3e2829 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'ag.achint-RPAPI20230915-preview' of https://github.com/…

    …Achint-Agrawal/azure-cli-extensions into ag.achint-RPAPI20230915-preview
    Achint Agrawal committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e770730 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge pull request #4 from guanzhousongmicrosoft/main

    Add support for MI Cassandra in 2023-09-15
    Achint-Agrawal committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5f0d379 View commit details
    Browse the repository at this point in the history
  2. Whitespace correction

    Achint Agrawal committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6b50c4f View commit details
    Browse the repository at this point in the history
  3. Re-recorded tests

    Achint Agrawal committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8a229ec View commit details
    Browse the repository at this point in the history
  4. rerecorded test test_cosmosdb_sql_materializedview_scenario

    Achint Agrawal committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a2e11b5 View commit details
    Browse the repository at this point in the history
  5. removed linter exclusion for enable_priority_based_execution

    Achint Agrawal committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c2b01d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6639176 View commit details
    Browse the repository at this point in the history
  7. Rerecorded all tests

    Achint Agrawal committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c8d4357 View commit details
    Browse the repository at this point in the history
  8. Updated HISTORY.rst

    Achint Agrawal committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1b966c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    f0855da View commit details
    Browse the repository at this point in the history
  2. Rerecorded tests

    Achint Agrawal committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b21c2ec View commit details
    Browse the repository at this point in the history
  3. rerecorded test_cosmosdb_sql_materializedview_scenario

    Achint Agrawal committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    10e82c2 View commit details
    Browse the repository at this point in the history
  4. rerecorded test_cosmosdb_sql_materializedview_scenario

    Achint Agrawal committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2e32a65 View commit details
    Browse the repository at this point in the history
  5. rerecorded tests

    Achint Agrawal committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e5c11a6 View commit details
    Browse the repository at this point in the history