Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions specification/postgresql/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ To see additional help and options, run:

## Configuration



### Basic Information
These are the global settings for the PostgreSQL API.

Expand All @@ -31,6 +29,14 @@ openapi-type: arm
tag: package-flexibleserver-2021-06
```

``` yaml $(package-flexibleservers)
tag: package-flexibleserver-2021-06
```

``` yaml $(package-singleservers)
tag: package-2020-01-01
```

### Tag: package-2021-06-15-privatepreview

These settings apply only when `--tag=package-2021-06-15-privatepreview` is specified on the command line.
Expand Down