diff --git a/sdk/storage/azure-mgmt-storage/MANIFEST.in b/sdk/storage/azure-mgmt-storage/MANIFEST.in index 2c31e8da0cb1..bcd63177d8d3 100644 --- a/sdk/storage/azure-mgmt-storage/MANIFEST.in +++ b/sdk/storage/azure-mgmt-storage/MANIFEST.in @@ -4,3 +4,4 @@ include *.md include azure/__init__.py include azure/mgmt/__init__.py include LICENSE +include azure/mgmt/storage/py.typed diff --git a/sdk/storage/azure-mgmt-storagecache/MANIFEST.in b/sdk/storage/azure-mgmt-storagecache/MANIFEST.in index 2c31e8da0cb1..38a92d203c2e 100644 --- a/sdk/storage/azure-mgmt-storagecache/MANIFEST.in +++ b/sdk/storage/azure-mgmt-storagecache/MANIFEST.in @@ -4,3 +4,4 @@ include *.md include azure/__init__.py include azure/mgmt/__init__.py include LICENSE +include azure/mgmt/storagecache/py.typed diff --git a/sdk/storage/azure-mgmt-storageimportexport/MANIFEST.in b/sdk/storage/azure-mgmt-storageimportexport/MANIFEST.in index 2c31e8da0cb1..671b7a45408d 100644 --- a/sdk/storage/azure-mgmt-storageimportexport/MANIFEST.in +++ b/sdk/storage/azure-mgmt-storageimportexport/MANIFEST.in @@ -4,3 +4,4 @@ include *.md include azure/__init__.py include azure/mgmt/__init__.py include LICENSE +include azure/mgmt/storageimportexport/py.typed diff --git a/sdk/storage/azure-mgmt-storagesync/MANIFEST.in b/sdk/storage/azure-mgmt-storagesync/MANIFEST.in index 3a9b6517412b..c8fd92625cc2 100644 --- a/sdk/storage/azure-mgmt-storagesync/MANIFEST.in +++ b/sdk/storage/azure-mgmt-storagesync/MANIFEST.in @@ -3,4 +3,4 @@ recursive-include tests *.py *.yaml include *.md include azure/__init__.py include azure/mgmt/__init__.py - +include azure/mgmt/storagesync/py.typed