Skip to content

Commit 7c7f77e

Browse files
committed
add list sku and list vcores
1 parent 4ccae4d commit 7c7f77e

File tree

13 files changed

+674
-5
lines changed

13 files changed

+674
-5
lines changed

src/powerbidedicated/HISTORY.rst

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
1.0.0b1
6+
++++++
7+
* Add commands `az powerbi list-auto-scale-v-core` and `az powerbi embedded-capacity list-sku`
8+
59
0.2.2
610
++++++
711
* Migrate to atomic commands

src/powerbidedicated/azext_powerbidedicated/aaz/latest/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
#
55
# Code generated by aaz-dev-tools
66
# --------------------------------------------------------------------------------------------
7+
8+
# pylint: skip-file
9+
# flake8: noqa
10+

src/powerbidedicated/azext_powerbidedicated/aaz/latest/powerbi/__cmd_group.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
@register_command_group(
1515
"powerbi",
16-
is_preview=True,
1716
)
1817
class __CMDGroup(AAZCommandGroup):
1918
"""Manage PowerBI resources.

src/powerbidedicated/azext_powerbidedicated/aaz/latest/powerbi/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
# flake8: noqa
1010

1111
from .__cmd_group import *
12+
from ._list_auto_scale_v_core import *

0 commit comments

Comments
 (0)