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] stage_block, commit_block_list for BlobClient, get_container_properties for ContainerClient, get_service_properties for ServiceClient #2273

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vincenttran-msft
Copy link
Member

No description provided.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Mar 4, 2025
Comment on lines +135 to +147
// Currently blocked by generated code, uncomment when we can consume newest definition
// pub async fn get_block_list(
// &self,
// list_type: BlockListType,
// options: Option<BlobBlockBlobClientGetBlockListOptions<'_>>,
// ) -> Result<Response<BlockList>> {
// let response = self
// .client
// .get_blob_block_blob_client(self.container_name.clone(), self.blob_name.clone())
// .get_block_list(list_type, options)
// .await?;
// Ok(response)
// }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was fully working E2E against a forked copy of the generated code that contained the necessary fixes. This will be fixed when we can regenerate and get the necessary generated code changes (emitter currently is broken by newest .tsp definition).

Same comment applies to get_service_properties for BlobServiceClient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant