diff --git a/azure-mgmt-sql/MANIFEST.in b/azure-mgmt-sql/MANIFEST.in index 6ceb27f7a96e..e4884efef41b 100644 --- a/azure-mgmt-sql/MANIFEST.in +++ b/azure-mgmt-sql/MANIFEST.in @@ -1,3 +1,4 @@ +recursive-include tests *.py *.yaml include *.rst include azure/__init__.py include azure/mgmt/__init__.py diff --git a/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance.py b/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance.py index e2e3ea06b274..cf680e0ddac0 100644 --- a/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance.py +++ b/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance.py @@ -72,7 +72,7 @@ class ManagedInstance(TrackedResource): ~azure.mgmt.sql.models.ManagedInstanceProxyOverride :param timezone_id: Id of the timezone. Allowed values are timezones supported by Windows. - Winodws keeps details on supported timezones, including the id, in + Windows keeps details on supported timezones, including the id, in registry under KEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones. diff --git a/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_py3.py b/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_py3.py index 8ecadb4d960e..9233da80dae4 100644 --- a/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_py3.py +++ b/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_py3.py @@ -72,7 +72,7 @@ class ManagedInstance(TrackedResource): ~azure.mgmt.sql.models.ManagedInstanceProxyOverride :param timezone_id: Id of the timezone. Allowed values are timezones supported by Windows. - Winodws keeps details on supported timezones, including the id, in + Windows keeps details on supported timezones, including the id, in registry under KEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones. diff --git a/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_update.py b/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_update.py index 7e7095a35d29..e3c543f0a6b1 100644 --- a/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_update.py +++ b/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_update.py @@ -57,7 +57,7 @@ class ManagedInstanceUpdate(Model): ~azure.mgmt.sql.models.ManagedInstanceProxyOverride :param timezone_id: Id of the timezone. Allowed values are timezones supported by Windows. - Winodws keeps details on supported timezones, including the id, in + Windows keeps details on supported timezones, including the id, in registry under KEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones. diff --git a/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_update_py3.py b/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_update_py3.py index 044ca87343d9..4a2e6aa0bd78 100644 --- a/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_update_py3.py +++ b/azure-mgmt-sql/azure/mgmt/sql/models/managed_instance_update_py3.py @@ -57,7 +57,7 @@ class ManagedInstanceUpdate(Model): ~azure.mgmt.sql.models.ManagedInstanceProxyOverride :param timezone_id: Id of the timezone. Allowed values are timezones supported by Windows. - Winodws keeps details on supported timezones, including the id, in + Windows keeps details on supported timezones, including the id, in registry under KEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones.