From c74fd5746daebe252075de08a81a3eb15de90332 Mon Sep 17 00:00:00 2001 From: Jared Moore Date: Mon, 30 Oct 2017 15:38:12 -0700 Subject: [PATCH] Remove managedDatabases from sql package-2017-03-preview (#1949) --- specification/sql/resource-manager/readme.md | 26 +++++++++----------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/specification/sql/resource-manager/readme.md b/specification/sql/resource-manager/readme.md index d5fb3a4fbfcb..17936ac35010 100644 --- a/specification/sql/resource-manager/readme.md +++ b/specification/sql/resource-manager/readme.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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' @@ -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'