Skip to content

Commit

Permalink
add cli.md for postgresql (Azure#8492)
Browse files Browse the repository at this point in the history
* add cli.md for postgresql

* remove  and update description
  • Loading branch information
00Kai0 authored and microsoft-rin committed Feb 27, 2020
1 parent f06134e commit 1c5548c
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions specification/postgresql/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
## CLI

These settings don't need to apply `--cli` on the command line.

``` yaml
cli:
cli-name: postgresql
package-name: azure-mgmt-rdbms-postgresql
namespace: azure.mgmt.rdbms.postgresql
test-scenario:
- name: Create a new server
- name: Create a server as a geo restore
- name: Create a replica server
- name: Create a database as a point in time restore
- name: DatabaseCreate
- name: FirewallRuleCreate
- name: ConfigurationCreateOrUpdate
- name: Create or update a virtual network rule
- name: Update a server's threat detection policy with all parameters
- name: Update a server's threat detection policy with minimal parameters
- name: Get a server's threat detection policy
- name: Gets a virtual network rule
- name: ConfigurationGet
- name: FirewallRuleGet
- name: DatabaseGet
- name: List virtual network rules
- name: ConfigurationList
- name: FirewallRuleList
- name: DatabaseList
- name: LogFileList
- name: ReplicasListByServer
- name: ServerGet
- name: PerformanceTiersList
- name: ServerListByResourceGroup
- name: ServerList
- name: OperationList
- name: ServerRestart
- name: ServerUpdate
- name: NameAvailability
- name: Delete a virtual network rule
- name: FirewallRuleDelete
- name: DatabaseDelete
- name: ServerDelete
```

0 comments on commit 1c5548c

Please sign in to comment.