Skip to content

Conversation

@weirongw23-msft
Copy link
Member

No description provided.

@weirongw23-msft weirongw23-msft marked this pull request as ready for review January 22, 2026 21:22
@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Jan 22, 2026
@github-actions
Copy link

github-actions bot commented Jan 22, 2026

API Change Check

APIView identified API level changes in this PR and created the following API reviews

azure-storage-blob
azure-storage-file-datalake
azure-storage-file-share
azure-storage-queue

@weirongw23-msft
Copy link
Member Author

/azp run python - storage - tests

@weirongw23-msft
Copy link
Member Author

The build extended failure was just bad luck :(

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

self._raw_credential = credential if credential else sas_token
self._query_str, credential = self._format_query_string(sas_token, credential)
super(ContainerClient, self).__init__(parsed_url, service='blob', credential=credential, **kwargs)
self._api_version = get_api_version(kwargs)
Copy link
Member

Choose a reason for hiding this comment

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

For consistency with async change, remove this line.

Copy link
Member Author

Choose a reason for hiding this comment

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

Left it here because we need it for _build_generated_client

)
self._client = AzureQueueStorage(self.url, base_url=self.url, pipeline=self._pipeline, loop=loop)
self._client._config.version = get_api_version(api_version) # type: ignore [assignment]
self._api_version = get_api_version(api_version)
Copy link
Member

Choose a reason for hiding this comment

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

Remove this.

@weirongw23-msft weirongw23-msft merged commit 93d2356 into Azure:feature/storage-stg101 Jan 23, 2026
20 checks passed
@weirongw23-msft weirongw23-msft deleted the weirongw23/101-release-prep branch January 23, 2026 23:09
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.

2 participants