Skip to content

Commit

Permalink
workbook (#7141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing-song committed Jan 19, 2024
1 parent cf183a4 commit 469c5da
Show file tree
Hide file tree
Showing 17 changed files with 4,921 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/application-insights/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

1.2.0
++++++++++++++++++
* `az monitor app-insights`: Add new command group `workbook` to support managing workbook.

1.1.0
++++++++++++++++++
* `az monitor app-insights component`: Add new command group `favorite` to support managing favorite.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
# flake8: noqa

from .__cmd_group import *
from ._create import *
from ._delete import *
from ._list import *
from ._show import *
from ._update import *
Loading

0 comments on commit 469c5da

Please sign in to comment.