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

Revert "[EventHub] Raise error when primary key is rotated" #37587

Closed

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    09a4f46 View commit details
    Browse the repository at this point in the history
  2. Nest column_mapping in evaluator_config (#37551)

    * evaluator config
    
    * add a change log entry
    
    * fix changelog wording
    
    * fix another thing in changelog
    
    * fix typing issue
    
    * add to __init__
    
    * fix some tests
    
    * fix a spell check issue
    
    * fix tests again
    
    * fix last failing test
    
    * clean up changelog
    needuv authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2baa02a View commit details
    Browse the repository at this point in the history
  3. Repair livetest (#37590)

    * fix livetest targeting
    
    * remove extra parameter
    scbedd authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0fa6eee View commit details
    Browse the repository at this point in the history
  4. Update CodeownersLinter to 1.0.0-dev.20240926.2 (#37589)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6e3961b View commit details
    Browse the repository at this point in the history
  5. Fix for docstrings for Command.command setter and getter (#36520)

    Setter and getter docstrings were reversed.
    dunnkers authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a03b840 View commit details
    Browse the repository at this point in the history
  6. Bugfix for query/response based simulator (#37575)

    * Update prompty
    
    * use a non preview version of API
    
    * Remove odb
    
    * Remove prints
    
    * Update tests and fix the type conversion of response
    
    * Reformmated with tox run -e black -c ../../../eng/tox/tox.ini -- .
    
    * Update test
    
    ---------
    
    Co-authored-by: Nagkumar Arkalgud <nagkumar@naarkalgworkmac.lan>
    nagkumar91 and Nagkumar Arkalgud authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9e1164a View commit details
    Browse the repository at this point in the history
  7. Fix azure-sdk-tools tests bitrot, add tools gh action check (#37580)

    * encode the fact that azure-eventhub does not support pypy machines
    * add azure-sdk-tools test workflow
    * update cspell to account for new workflow
    * fix matrix generation when no direct packages are present
    * fix a test relying on folder ordering to NOT depend on that folder ordering
    scbedd authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f322ad3 View commit details
    Browse the repository at this point in the history
  8. Docs onboarding: ValidatePackageForOnboarding2 -> PackageIsValidForDo…

    …csOnboarding (#37588)
    
    Co-authored-by: Daniel Jurek <djurek@microsoft.com>
    azure-sdk and danieljurek authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    57b1576 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7f2cc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Fix statistics for released MGMT SDK (#37603)

    * fix statistics
    
    * remove useless code
    
    * remove useless env var
    
    * remove useless code
    msyyc authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2bfcd9f View commit details
    Browse the repository at this point in the history
  2. [AutoRelease] t2-mongocluster-2024-09-25-24276(can only be merged by …

    …SDK owner) (#37563)
    
    * code and test
    
    * update-testcase
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: azure-sdk <PythonSdkPipelines>
    Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
    Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    4 people authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a61273f View commit details
    Browse the repository at this point in the history
  3. Handle when no "direct" packages are changed (#37599)

    * ensure the default isn't "scan the entire repo"
    scbedd authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5f5ab59 View commit details
    Browse the repository at this point in the history
  4. [Identity] Update README regarding user-assigned MI (#37595)

    Examples were added to demonstrate how to authenticate with a
    user-assigned managed identity using and object ID and resource ID.
    
    Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
    pvaneck authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    703aa82 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary variable defaults (#37604)

    * apply black and prepare for parsing the ci.yml so that we can understand if testproxy is enabled or disabled
    * The language specific cert trust in Language-Settings has been updated to no longer globally set environment variables SSL_CERT_DIR, SSL_CERT_FILE, and REQUEST_CA_BUNDLE. These are dynamically set in proxy_startup.py
    scbedd authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    689bac0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfbd891 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59e903e View commit details
    Browse the repository at this point in the history
  8. Adjust tooling github action to only trigger when tools are changed (#…

    …37619)
    
    * filter the trigger for the workflow to only changes that include azure-sdk-tools
    * extend the number of directories that can trigger the 'other' packages properly
    scbedd authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8fb9287 View commit details
    Browse the repository at this point in the history
  9. Nice (#37621)

    vincenttran-msft authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d58cf54 View commit details
    Browse the repository at this point in the history
  10. Disable pypy for azure-storage-file-share (#37618)

    * disable pypy running against azure-storage-file-share, azure-storage-file-datalake, azure-storage-queue
    scbedd authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    912602b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    99c7fd7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ca02fc View commit details
    Browse the repository at this point in the history
  13. skip windows tests

    swathipil committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b47a0a7 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'revert-36245-swathipil/eh/rotate-primary-key-bug' of ht…

    …tps://github.com/Azure/azure-sdk-for-python into revert-36245-swathipil/eh/rotate-primary-key-bug
    swathipil committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6c0b756 View commit details
    Browse the repository at this point in the history