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

add support for listing system containers when listing containers #1362

Commits on Sep 7, 2023

  1. add support for listing system containers when listing containers

    From the documentation:
    > -system: Version 2020-10-02 and later. Specifies if system containers are to be included in the response. Including this option will list system containers, such as $logs and $changefeed. Note that the specific system containers returned will vary, based on which service features are enabled on the storage account.
    
    ref: https://learn.microsoft.com/en-us/rest/api/storageservices/list-containers2?tabs=azure-ad
    Brian Caswell committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    66ecd5f View commit details
    Browse the repository at this point in the history
  2. regenerate test transactions

    Brian Caswell committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c553f9c View commit details
    Browse the repository at this point in the history
  3. update emulator used in integration tests

    Brian Caswell committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    134ca0a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge branch 'main' into add-support-for-including-system-during-list…

    …-containers
    Brian Caswell committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a2149a4 View commit details
    Browse the repository at this point in the history