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

[Storage] BlobContainerClient, BlobServiceClient, get_container_properties, and get_service_properties API and other dependencies #2023

Draft
wants to merge 8 commits into
base: vincenttran/get_blob_props_mvp
Choose a base branch
from

Conversation

vincenttran-msft
Copy link
Member

@vincenttran-msft vincenttran-msft commented Jan 25, 2025

This PR contains the following:

  • Fleshed out implementation of BlobContainerClient and BlobServiceClient
  • get_container_properties with simple test cases (one positive, one with container not exists)
  • get_service_properties with a simple test case (positive, assert against expected field)
  • create_container which is a required dependency to make testing easier
  • delete_container falls under the same category as above

@vincenttran-msft vincenttran-msft changed the title [Storage] ContainerClient, BlobServiceClient, get_container_properties, and get_service_properties API [Storage] BlobContainerClient, BlobServiceClient, get_container_properties, and get_service_properties API Jan 25, 2025
@vincenttran-msft vincenttran-msft changed the title [Storage] BlobContainerClient, BlobServiceClient, get_container_properties, and get_service_properties API [Storage] BlobContainerClient, BlobServiceClient, get_container_properties, and get_service_properties API and other dependencies Feb 1, 2025
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.

1 participant