We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ff259 commit afd8018Copy full SHA for afd8018
src/dataprotection/HISTORY.rst
@@ -2,6 +2,11 @@
2
3
Release History
4
===============
5
+
6
+1.7.1
7
++++++
8
+* `az dataprotection backup-instance restore initialize-for-item-recovery`: Fixed a bug where the command would fail for AKS Scenarios.
9
10
1.7.0
11
+++++
12
* Added support for Azure Data Lake Storage as a backup datasource.
src/dataprotection/setup.py
@@ -10,7 +10,7 @@
from setuptools import setup, find_packages
# HISTORY.rst entry.
13
-VERSION = '1.7.0'
+VERSION = '1.7.1'
14
15
# The full list of classifiers is available at
16
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments