diff --git a/sdk/compute/azure-mgmt-avs/MANIFEST.in b/sdk/compute/azure-mgmt-avs/MANIFEST.in index 2c31e8da0cb1..d8641d8d8725 100644 --- a/sdk/compute/azure-mgmt-avs/MANIFEST.in +++ b/sdk/compute/azure-mgmt-avs/MANIFEST.in @@ -4,3 +4,4 @@ include *.md include azure/__init__.py include azure/mgmt/__init__.py include LICENSE +include azure/mgmt/avs/py.typed diff --git a/sdk/compute/azure-mgmt-avs/setup.py b/sdk/compute/azure-mgmt-avs/setup.py index 48f4812c1415..723e637ae478 100644 --- a/sdk/compute/azure-mgmt-avs/setup.py +++ b/sdk/compute/azure-mgmt-avs/setup.py @@ -65,6 +65,10 @@ 'azure', 'azure.mgmt', ]), + include_package_data=True, + package_data={ + 'pytyped': ['py.typed'], + }, install_requires=[ 'msrest>=0.6.21', 'azure-common~=1.1', diff --git a/sdk/compute/azure-mgmt-imagebuilder/MANIFEST.in b/sdk/compute/azure-mgmt-imagebuilder/MANIFEST.in index 2c31e8da0cb1..b7f573c1d712 100644 --- a/sdk/compute/azure-mgmt-imagebuilder/MANIFEST.in +++ b/sdk/compute/azure-mgmt-imagebuilder/MANIFEST.in @@ -4,3 +4,4 @@ include *.md include azure/__init__.py include azure/mgmt/__init__.py include LICENSE +include azure/mgmt/imagebuilder/py.typed diff --git a/sdk/compute/azure-mgmt-imagebuilder/setup.py b/sdk/compute/azure-mgmt-imagebuilder/setup.py index e8622043c209..cff498414466 100644 --- a/sdk/compute/azure-mgmt-imagebuilder/setup.py +++ b/sdk/compute/azure-mgmt-imagebuilder/setup.py @@ -65,6 +65,10 @@ 'azure', 'azure.mgmt', ]), + include_package_data=True, + package_data={ + 'pytyped': ['py.typed'], + }, install_requires=[ 'msrest>=0.6.21', 'azure-common~=1.1', diff --git a/sdk/compute/azure-mgmt-vmwarecloudsimple/MANIFEST.in b/sdk/compute/azure-mgmt-vmwarecloudsimple/MANIFEST.in index 2c31e8da0cb1..fda8948e8363 100644 --- a/sdk/compute/azure-mgmt-vmwarecloudsimple/MANIFEST.in +++ b/sdk/compute/azure-mgmt-vmwarecloudsimple/MANIFEST.in @@ -4,3 +4,4 @@ include *.md include azure/__init__.py include azure/mgmt/__init__.py include LICENSE +include azure/mgmt/vmwarecloudsimple/py.typed diff --git a/sdk/compute/azure-mgmt-vmwarecloudsimple/setup.py b/sdk/compute/azure-mgmt-vmwarecloudsimple/setup.py index 288188cb0f46..6b318301b735 100644 --- a/sdk/compute/azure-mgmt-vmwarecloudsimple/setup.py +++ b/sdk/compute/azure-mgmt-vmwarecloudsimple/setup.py @@ -65,6 +65,10 @@ 'azure', 'azure.mgmt', ]), + include_package_data=True, + package_data={ + 'pytyped': ['py.typed'], + }, install_requires=[ 'msrest>=0.6.21', 'azure-common~=1.1',