Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vsramki committed Jul 8, 2024
1 parent ff346c2 commit 1a3b7c2
Show file tree
Hide file tree
Showing 46 changed files with 30 additions and 5,493 deletions.
2 changes: 1 addition & 1 deletion src/oracle-database/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Release History
===============

1.0.0b1
1.0.0
++++++
* Initial release.
11 changes: 10 additions & 1 deletion src/oracle-database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@
This is an extension to Azure CLI to manage OracleDatabase resources.

## How to use ##
Please add commands usage here.
Install this extension using the below CLI command
```
az extension add --name oracle-database
```

### Included Features ###
### Autonomous Databases ###
```
az oracle-database add --name confluent
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from ._create import *
from ._delete import *
from ._failover import *
from ._generate_wallet import *
from ._list import *
from ._restore import *
from ._show import *
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@

from .__cmd_group import *
from ._list import *
from ._show import *
Loading

0 comments on commit 1a3b7c2

Please sign in to comment.