Skip to content

Commit

Permalink
Remove managedDatabases from sql package-2017-03-preview (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmoo authored and mcardosos committed Oct 30, 2017
1 parent 2e3dac1 commit c74fd57
Showing 1 changed file with 11 additions and 15 deletions.
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

0 comments on commit c74fd57

Please sign in to comment.