From d242ac969c51534fa4acd4b79c81c2d7eb262df8 Mon Sep 17 00:00:00 2001 From: Roman Bange <13252574+rbange@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:01:12 +0200 Subject: [PATCH 1/3] Fix typo in workbook identity command group docstring --- .../monitor/app_insights/workbook/identity/__cmd_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 624de8e7850b45611b05dee39e621832f9455e0d Mon Sep 17 00:00:00 2001 From: Roman Bange <13252574+rbange@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:21:47 +0200 Subject: [PATCH 2/3] Update HISTORY.rst for release 2.0.0b2 Added release notes for version 2.0.0b2 and fixed a typo. --- src/application-insights/HISTORY.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. From 60ad76474d81f75f9d3efc913c709b0a5b7741cd Mon Sep 17 00:00:00 2001 From: Roman Bange <13252574+rbange@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:22:06 +0200 Subject: [PATCH 3/3] Bump version from 2.0.0b1 to 2.0.0b2 --- src/application-insights/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',