Skip to content

Commit ec39134

Browse files
new generated azure cli for oracle database
1 parent 2274f53 commit ec39134

File tree

168 files changed

+33106
-1683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+33106
-1683
lines changed

src/oracle-database/azext_oracle_database/aaz/latest/oracle_database/autonomous_database/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@
99
# flake8: noqa
1010

1111
from .__cmd_group import *
12+
from ._action import *
13+
from ._change_disaster_recovery_configuration import *
1214
from ._create import *
1315
from ._delete import *
1416
from ._failover import *
17+
from ._generate_wallet import *
1518
from ._list import *
1619
from ._restore import *
1720
from ._show import *
21+
from ._shrink import *
1822
from ._switchover import *
1923
from ._update import *
2024
from ._wait import *

0 commit comments

Comments
 (0)