diff --git a/src/application-insights/HISTORY.rst b/src/application-insights/HISTORY.rst index 60cfd7fe10c..ed56a103c9e 100644 --- a/src/application-insights/HISTORY.rst +++ b/src/application-insights/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +2.0.0b2 +++++++++++++++++++ +* `az monitor app-insights workbook --help`: Fix typo in description + 2.0.0b1 ++++++++++++++++++ * `az monitor app-insights events/metrics/query`: Migrate data-plane using codegen tool @@ -129,4 +133,4 @@ remove ADAL dependencies 0.1.0 ++++++++++++++++++ -* Initial release. \ No newline at end of file +* Initial release. diff --git a/src/application-insights/azext_applicationinsights/aaz/latest/monitor/app_insights/workbook/identity/__cmd_group.py b/src/application-insights/azext_applicationinsights/aaz/latest/monitor/app_insights/workbook/identity/__cmd_group.py index 574bf9f9e08..6cffde6eb18 100644 --- a/src/application-insights/azext_applicationinsights/aaz/latest/monitor/app_insights/workbook/identity/__cmd_group.py +++ b/src/application-insights/azext_applicationinsights/aaz/latest/monitor/app_insights/workbook/identity/__cmd_group.py @@ -15,7 +15,7 @@ "monitor app-insights workbook identity", ) class __CMDGroup(AAZCommandGroup): - """Manage workbook idneity + """Manage workbook identity """ pass diff --git a/src/application-insights/setup.py b/src/application-insights/setup.py index 337572f9c12..4476f07695d 100644 --- a/src/application-insights/setup.py +++ b/src/application-insights/setup.py @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "2.0.0b1" +VERSION = "2.0.0b2" CLASSIFIERS = [ 'Development Status :: 4 - Beta',