diff --git a/azure-mgmt-hanaonazure/dev_requirements.txt b/azure-mgmt-hanaonazure/dev_requirements.txt deleted file mode 100644 index 331cfed8ea26..000000000000 --- a/azure-mgmt-hanaonazure/dev_requirements.txt +++ /dev/null @@ -1 +0,0 @@ --e ../azure-sdk-tools diff --git a/azure-mgmt-hanaonazure/HISTORY.rst b/sdk/hanaonazure/azure-mgmt-hanaonazure/HISTORY.rst similarity index 96% rename from azure-mgmt-hanaonazure/HISTORY.rst rename to sdk/hanaonazure/azure-mgmt-hanaonazure/HISTORY.rst index f8f80c524182..3ab964a7eea7 100644 --- a/azure-mgmt-hanaonazure/HISTORY.rst +++ b/sdk/hanaonazure/azure-mgmt-hanaonazure/HISTORY.rst @@ -3,12 +3,19 @@ Release History =============== +0.6.0 (2019-05-20) +++++++++++++++++++ + +**Features** + +- Adding new Skus to enums + 0.5.1 (2019-04-26) ++++++++++++++++++ **Bugfixes** -- Fixing incorrect RestAPI descriptio +- Fixing incorrect RestAPI description 0.5.0 (2019-04-15) ++++++++++++++++++ diff --git a/azure-mgmt-hanaonazure/MANIFEST.in b/sdk/hanaonazure/azure-mgmt-hanaonazure/MANIFEST.in similarity index 100% rename from azure-mgmt-hanaonazure/MANIFEST.in rename to sdk/hanaonazure/azure-mgmt-hanaonazure/MANIFEST.in diff --git a/azure-mgmt-hanaonazure/README.rst b/sdk/hanaonazure/azure-mgmt-hanaonazure/README.rst similarity index 100% rename from azure-mgmt-hanaonazure/README.rst rename to sdk/hanaonazure/azure-mgmt-hanaonazure/README.rst diff --git a/azure-mgmt-hanaonazure/azure/__init__.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/__init__.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/__init__.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/__init__.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/__init__.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/__init__.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/__init__.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/__init__.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/__init__.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/__init__.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/__init__.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/__init__.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/hana_management_client.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/hana_management_client.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/hana_management_client.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/hana_management_client.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/__init__.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/__init__.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/__init__.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/__init__.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/disk.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/disk.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/disk.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/disk.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/disk_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/disk_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/disk_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/disk_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/display.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/display.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/display.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/display.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/display_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/display_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/display_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/display_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/error_response.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/error_response.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/error_response.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/error_response.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/error_response_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/error_response_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/error_response_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/error_response_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance_paged.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance_paged.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance_paged.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance_paged.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_instance_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_management_client_enums.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_management_client_enums.py similarity index 91% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_management_client_enums.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_management_client_enums.py index ae4ad333dbcf..72ad74754619 100644 --- a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_management_client_enums.py +++ b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hana_management_client_enums.py @@ -38,6 +38,11 @@ class HanaInstanceSizeNamesEnum(str, Enum): s768m = "S768m" s768xm = "S768xm" s960m = "S960m" + s224o = "S224o" + s224m = "S224m" + s224om = "S224om" + s224oxm = "S224oxm" + s224oxxm = "S224oxxm" class HanaInstancePowerStateEnum(str, Enum): diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile.py similarity index 95% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile.py index 773868c26f1b..1c66d7d83331 100644 --- a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile.py +++ b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile.py @@ -25,7 +25,7 @@ class HardwareProfile(Model): :ivar hana_instance_size: Specifies the HANA instance SKU. Possible values include: 'S72m', 'S144m', 'S72', 'S144', 'S192', 'S192m', 'S192xm', 'S96', 'S384', 'S384m', 'S384xm', 'S384xxm', 'S576m', 'S576xm', 'S768', 'S768m', - 'S768xm', 'S960m' + 'S768xm', 'S960m', 'S224o', 'S224m', 'S224om', 'S224oxm', 'S224oxxm' :vartype hana_instance_size: str or ~azure.mgmt.hanaonazure.models.HanaInstanceSizeNamesEnum """ diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile_py3.py similarity index 95% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile_py3.py index 3b26032f6133..efc91a21fdc1 100644 --- a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile_py3.py +++ b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/hardware_profile_py3.py @@ -25,7 +25,7 @@ class HardwareProfile(Model): :ivar hana_instance_size: Specifies the HANA instance SKU. Possible values include: 'S72m', 'S144m', 'S72', 'S144', 'S192', 'S192m', 'S192xm', 'S96', 'S384', 'S384m', 'S384xm', 'S384xxm', 'S576m', 'S576xm', 'S768', 'S768m', - 'S768xm', 'S960m' + 'S768xm', 'S960m', 'S224o', 'S224m', 'S224om', 'S224oxm', 'S224oxxm' :vartype hana_instance_size: str or ~azure.mgmt.hanaonazure.models.HanaInstanceSizeNamesEnum """ diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/ip_address.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/ip_address.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/ip_address.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/ip_address.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/ip_address_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/ip_address_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/ip_address_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/ip_address_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/monitoring_details.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/monitoring_details.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/monitoring_details.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/monitoring_details.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/monitoring_details_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/monitoring_details_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/monitoring_details_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/monitoring_details_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/network_profile.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/network_profile.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/network_profile.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/network_profile.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/network_profile_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/network_profile_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/network_profile_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/network_profile_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation_paged.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation_paged.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation_paged.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation_paged.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/operation_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/os_profile.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/os_profile.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/os_profile.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/os_profile.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/os_profile_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/os_profile_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/os_profile_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/os_profile_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/resource.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/resource.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/resource.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/resource.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/resource_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/resource_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/resource_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/resource_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/storage_profile.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/storage_profile.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/storage_profile.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/storage_profile.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/storage_profile_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/storage_profile_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/storage_profile_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/storage_profile_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/tags.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/tags.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/tags.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/tags.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/tags_py3.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/tags_py3.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/tags_py3.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/models/tags_py3.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/__init__.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/__init__.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/__init__.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/__init__.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/hana_instances_operations.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/hana_instances_operations.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/hana_instances_operations.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/hana_instances_operations.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/operations.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/operations.py similarity index 100% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/operations.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/operations/operations.py diff --git a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/version.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/version.py similarity index 96% rename from azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/version.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/version.py index c9fea7678df4..5a7feab42d26 100644 --- a/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/version.py +++ b/sdk/hanaonazure/azure-mgmt-hanaonazure/azure/mgmt/hanaonazure/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.5.1" +VERSION = "0.6.0" diff --git a/sdk/hanaonazure/azure-mgmt-hanaonazure/dev_requirements.txt b/sdk/hanaonazure/azure-mgmt-hanaonazure/dev_requirements.txt new file mode 100644 index 000000000000..1f0e0d86b735 --- /dev/null +++ b/sdk/hanaonazure/azure-mgmt-hanaonazure/dev_requirements.txt @@ -0,0 +1 @@ +-e ../../../azure-sdk-tools diff --git a/azure-mgmt-hanaonazure/sdk_packaging.toml b/sdk/hanaonazure/azure-mgmt-hanaonazure/sdk_packaging.toml similarity index 100% rename from azure-mgmt-hanaonazure/sdk_packaging.toml rename to sdk/hanaonazure/azure-mgmt-hanaonazure/sdk_packaging.toml diff --git a/azure-mgmt-hanaonazure/setup.cfg b/sdk/hanaonazure/azure-mgmt-hanaonazure/setup.cfg similarity index 100% rename from azure-mgmt-hanaonazure/setup.cfg rename to sdk/hanaonazure/azure-mgmt-hanaonazure/setup.cfg diff --git a/azure-mgmt-hanaonazure/setup.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/setup.py similarity index 100% rename from azure-mgmt-hanaonazure/setup.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/setup.py diff --git a/azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_get.yaml b/sdk/hanaonazure/azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_get.yaml similarity index 100% rename from azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_get.yaml rename to sdk/hanaonazure/azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_get.yaml diff --git a/azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_list.yaml b/sdk/hanaonazure/azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_list.yaml similarity index 100% rename from azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_list.yaml rename to sdk/hanaonazure/azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_list.yaml diff --git a/azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_list_by_resource_group.yaml b/sdk/hanaonazure/azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_list_by_resource_group.yaml similarity index 100% rename from azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_list_by_resource_group.yaml rename to sdk/hanaonazure/azure-mgmt-hanaonazure/tests/recordings/test_azure_mgmt_hanaonazure.test_hanainstance_list_by_resource_group.yaml diff --git a/azure-mgmt-hanaonazure/tests/test_azure_mgmt_hanaonazure.py b/sdk/hanaonazure/azure-mgmt-hanaonazure/tests/test_azure_mgmt_hanaonazure.py similarity index 100% rename from azure-mgmt-hanaonazure/tests/test_azure_mgmt_hanaonazure.py rename to sdk/hanaonazure/azure-mgmt-hanaonazure/tests/test_azure_mgmt_hanaonazure.py