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

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Sep 7, 2023

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 added 2 commits September 7, 2023 13:44
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
@demoray
Copy link
Contributor Author

demoray commented Sep 7, 2023

Note for whomever reviews this: As this required bumping the API version, the transactions used during mock testing had to be rebuilt. The changes to the API are in the first commit, the regenerating of the transaction records is the second commit.

@demoray demoray merged commit 5ff5fe3 into Azure:main Sep 8, 2023
16 checks passed
@demoray demoray deleted the add-support-for-including-system-during-list-containers branch September 8, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants