Skip to content
Merged
Show file tree
Hide file tree
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

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions specification/postgresql/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@ batch:
- tag: package-2017-12-01
```

### Tag: package-flexibleserver-2022-03-privatepreview and go

These settings apply only when `--tag=package-flexibleserver-2022-03-privatepreview --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-flexibleserver-2022-03-privatepreview' && $(go)
rpname: postgresql
namespace: postgresqlflexibleservers
output-folder: $(go-sdk-folder)/services/$(rpname)/mgmt/2022-03-08-privatepreview/$(namespace)
```


### Tag: package-flexibleserver-2021-06 and go

These settings apply only when `--tag=package-flexibleserver-2021-06 --go` is specified on the command line.
Expand Down
12 changes: 0 additions & 12 deletions specification/postgresql/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@ tag: package-flexibleserver-2021-06
tag: package-2020-01-01
```

### Tag: package-flexibleserver-2022-03-privatepreview

These settings apply only when `--tag=package-flexibleserver-2022-03-privatepreview` is specified on the command line.

``` yaml $(tag) == 'flexibleserver-2022-03-privatepreview'
input-file:
- Microsoft.DBforPostgreSQL/preview/2022-03-08-privatepreview/getCachedServerName.json
- Microsoft.DBforPostgreSQL/stable/2021-06-01/postgresql.json
- Microsoft.DBforPostgreSQL/stable/2021-06-01/Databases.json
- Microsoft.DBforPostgreSQL/stable/2021-06-01/PrivateDnsZone.json
```

### 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
11 changes: 0 additions & 11 deletions specification/postgresql/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ batch:
- tag: package-2020-01-01
```

### Tag: package-flexibleserver-2022-03-privatepreview and python

These settings apply only when `--tag=package-flexibleserver-2022-03-privatepreview --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-flexibleserver-2022-03-privatepreview' && $(python)
namespace: azure.mgmt.rdbms.postgresql_flexibleservers
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers
```


### Tag: package-flexibleserver-2021-06 and python

These settings apply only when `--tag=package-flexibleserver-2021-06 --python` is specified on the command line.
Expand Down
12 changes: 0 additions & 12 deletions specification/postgresql/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ typescript:
generate-metadata: true
```

### Tag: package-flexibleserver-2022-03-privatepreview and TypeScript

These settings apply only when `--tag=package-flexibleserver-2022-03-privatepreview --typescript` is specified on the command line.
Please also specify `--typescript-sdks-folder=<path to the root directory of your azure-sdk-for-typescript clone>`.

``` yaml $(tag) == 'package-flexibleserver-2022-03-privatepreview' && $(typescript)
title: PostgreSQLManagementFlexibleServerClient
package-name: "@azure/arm-postgresql-flexible"
output-folder: "$(typescript-sdks-folder)/sdk/postgresql/arm-postgresql-flexible/"
```


### Tag: package-flexibleserver-2021-06 and TypeScript

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