Skip to content

importing libraries for azure.blob needs to be updated in master_script.py #12

Description

@kusha31

from azure.storage.blob import BlockBlobService, PageBlobService, AppendBlobService

should be changed to

from azure.storage.blob.pageblobservice import PageBlobService
from azure.storage.blob.appendblobservice import AppendBlobService
from azure.storage.blob.blockblobservice import BlockBlobService

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions