Skip to content

Commit

Permalink
Update azure storage file-share sdk to 12.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagesh committed Jun 5, 2024
1 parent f09a115 commit 167a503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lisa/sut_orchestrator/azure/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
ContainerClient,
generate_blob_sas,
)
from azure.storage.fileshare import ShareServiceClient # type: ignore
from azure.storage.fileshare import ShareServiceClient
from dataclasses_json import dataclass_json
from marshmallow import fields, validate
from msrestazure.azure_cloud import AZURE_PUBLIC_CLOUD, Cloud # type: ignore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ azure = [
"azure-mgmt-serialconsole ~= 1.0.0",
"azure-mgmt-storage ~= 20.0.0",
"azure-storage-blob ~= 12.11.0",
"azure-storage-file-share ~= 12.4.0",
"azure-storage-file-share ~= 12.16.0",
"azure-keyvault-secrets ~= 4.7.0",
"azure-keyvault-certificates ~= 4.7.0",
"msrestazure ~= 0.6.4",
Expand Down

0 comments on commit 167a503

Please sign in to comment.