Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove managedDatabases from sql package-2017-03-preview #1949

Merged
merged 1 commit into from
Oct 30, 2017
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
26 changes: 11 additions & 15 deletions specification/sql/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ tag: package-2017-03-preview

These settings apply only when `--tag=package-2017-03-preview` is specified on the command line.

This section contains the input swagger files that are used when generating client SDKs up to and including api-version 2017-03-01-preview. APIs should only be added to this section when the API is ready for production and the generated client code has been tested end-to-end.

``` yaml $(tag) == 'package-2017-03-preview'
input-file:
- Microsoft.Sql/2014-04-01/backupLongTermRetentionPolicies.json
Expand Down Expand Up @@ -66,7 +68,6 @@ input-file:
- Microsoft.Sql/2015-05-01-preview/syncMembers.json
- Microsoft.Sql/2015-05-01-preview/virtualNetworkRules.json
- Microsoft.Sql/2017-03-01-preview/cancelOperations.json
- Microsoft.Sql/2017-03-01-preview/managedDatabases.json
- Microsoft.Sql/2017-03-01-preview/serverDnsAliases.json

# Needed when there is more than one input file
Expand All @@ -78,6 +79,8 @@ override-info:

These settings apply only when `--tag=package-2015-05-preview` is specified on the command line.

This section contains the input swagger files that are used when generating client SDKs up to and including api-version 2015-05-01-preview. APIs should only be added to this section when the API is ready for production and the generated client code has been tested end-to-end.

``` yaml $(tag) == 'package-2015-05-preview'
input-file:
- Microsoft.Sql/2014-04-01/backupLongTermRetentionPolicies.json
Expand Down Expand Up @@ -125,20 +128,6 @@ input-file:
- Microsoft.Sql/2014-04-01/sql.core.json
- Microsoft.Sql/2014-04-01/databaseSecurityAlertPolicies.json

# Needed when there is more than one input file
override-info:
title: SqlManagementClient
```
### Tag: schema-2017-03-preview

These settings apply only when `--tag=schema-2017-03-preview` is specified on the command line.

These can be regenerated by running the following PowerShell script from this readme file's folder: `dir .\Microsoft.Sql\2017-03-01-preview\ -File | Resolve-Path -Relative | % { " - $_".Replace("\", "/") }`

``` yaml $(tag) == 'schema-2017-03-preview'
input-file:
- ./Microsoft.Sql/2017-03-01-preview/Databases.json

# Needed when there is more than one input file
override-info:
title: SqlManagementClient
Expand All @@ -148,10 +137,13 @@ override-info:

These settings apply only when `--tag=schema-2017-03-preview` is specified on the command line.

This section contains the input swagger files that are used when generating resource manager schemas for version 2017-03-01-preview. All APIs of that version must be added this section when the API is ready for production.

These can be regenerated by running the following PowerShell script from this readme file's folder: `dir .\Microsoft.Sql\2017-03-01-preview\ -File | Resolve-Path -Relative | % { " - $_".Replace("\", "/") }`

``` yaml $(tag) == 'schema-2017-03-preview'
input-file:
- ./Microsoft.Sql/2017-03-01-preview/Databases.json
- ./Microsoft.Sql/2017-03-01-preview/serverDnsAliases.json

# Needed when there is more than one input file
Expand All @@ -163,6 +155,8 @@ override-info:

These settings apply only when `--tag=schema-2015-05-preview` is specified on the command line.

This section contains the input swagger files that are used when generating resource manager schemas for version 2015-05-01-preview. All APIs of that version must be added this section when the API is ready for production.

These can be regenerated by running the following PowerShell script from this readme file's folder: `dir .\Microsoft.Sql\2015-05-01-preview\ -File | Resolve-Path -Relative | % { " - $_".Replace("\", "/") }`

``` yaml $(tag) == 'schema-2015-05-preview'
Expand All @@ -188,6 +182,8 @@ override-info:

These settings apply only when `--tag=schema-2014-04` is specified on the command line.

This section contains the input swagger files that are used when generating resource manager schemas for version 2014-04-01-preview. All APIs of that version must be added this section when the API is ready for production.

These can be regenerated by running the following PowerShell script from this readme file's folder: `dir .\Microsoft.Sql\2014-04-01\ -File | Resolve-Path -Relative | % { " - $_".Replace("\", "/") }`

``` yaml $(tag) == 'schema-2014-04'
Expand Down