Skip to content

Commit 70675cf

Browse files
authored
[PostgreSQL] Update Readme File to Support Non-Multi API (#15420)
* fix readme file for multi api not supporting SDKs * fix typo
1 parent cc8bda0 commit 70675cf

File tree

1 file changed

+8
-2
lines changed
  • specification/postgresql/resource-manager

1 file changed

+8
-2
lines changed

specification/postgresql/resource-manager/readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ To see additional help and options, run:
1919

2020
## Configuration
2121

22-
23-
2422
### Basic Information
2523
These are the global settings for the PostgreSQL API.
2624

@@ -31,6 +29,14 @@ openapi-type: arm
3129
tag: package-flexibleserver-2021-06
3230
```
3331
32+
``` yaml $(package-flexibleservers)
33+
tag: package-flexibleserver-2021-06
34+
```
35+
36+
``` yaml $(package-singleservers)
37+
tag: package-2020-01-01
38+
```
39+
3440
### Tag: package-2021-06-15-privatepreview
3541
3642
These settings apply only when `--tag=package-2021-06-15-privatepreview` is specified on the command line.

0 commit comments

Comments
 (0)