diff --git a/src/dataprotection/HISTORY.rst b/src/dataprotection/HISTORY.rst index 9eb00075d31..8bd3449657f 100644 --- a/src/dataprotection/HISTORY.rst +++ b/src/dataprotection/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +1.5.3 ++++++ +* `az dataprotection backup-instance initialize-for-data-recovery`: Fixed a bug when trying to initialize AKS restore. + 1.5.2 +++++ * Added support for multi-user authentication for dataprotection policy updates diff --git a/src/dataprotection/azext_dataprotection/manual/custom.py b/src/dataprotection/azext_dataprotection/manual/custom.py index 6d633de0d20..03a19c9e3ae 100644 --- a/src/dataprotection/azext_dataprotection/manual/custom.py +++ b/src/dataprotection/azext_dataprotection/manual/custom.py @@ -931,7 +931,7 @@ def restore_initialize_for_data_recovery(cmd, datasource_type, source_datastore, if datasource_type == 'AzureKubernetesService': restore_request["restore_target_info"]["object_type"] = "ItemLevelRestoreTargetInfo" restore_request["restore_target_info"]["restore_criteria"] = helper.get_resource_criteria_list(datasource_type, restore_configuration, - None, None, None, None) + None, None, None, None, None) return restore_request diff --git a/src/dataprotection/setup.py b/src/dataprotection/setup.py index 81301e78376..b0947850d43 100644 --- a/src/dataprotection/setup.py +++ b/src/dataprotection/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages # HISTORY.rst entry. -VERSION = '1.5.2' +VERSION = '1.5.3' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers