Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/application-insights/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -129,4 +133,4 @@ remove ADAL dependencies
0.1.0
++++++++++++++++++

* Initial release.
* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"monitor app-insights workbook identity",
)
class __CMDGroup(AAZCommandGroup):
"""Manage workbook idneity
"""Manage workbook identity
"""
pass

Expand Down
2 changes: 1 addition & 1 deletion src/application-insights/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading