diff --git a/arm-sql/2014-04-01/swagger/firewallRules.json b/arm-sql/2014-04-01/swagger/firewallRules.json index 15881410b860..2705f94060be 100644 --- a/arm-sql/2014-04-01/swagger/firewallRules.json +++ b/arm-sql/2014-04-01/swagger/firewallRules.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Server Firewall Rule APIs", - "description": "Provides create, read, update and delete functionality for Azure SQL Server firewall rules.", + "description": "Provides create, read, update, and delete functionality for Azure SQL server firewall rules.", "version": "2014-04-01" }, "host": "management.azure.com", @@ -41,7 +41,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Server Firewall Rule." + "description": "The name of the Azure SQL server firewall rule." }, { "name": "parameters", @@ -92,7 +92,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Server Firewall Rule." + "description": "The name of the Azure SQL server firewall rule." } ], "responses": { @@ -128,7 +128,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Server Firewall Rule." + "description": "The name of the Azure SQL server firewall rule." } ], "responses": { @@ -181,14 +181,14 @@ "properties": { "startIpAddress": { "type": "string", - "description": "The start IP address of the Azure SQL Database Server Firewall Rule. Must be IPv4 format." + "description": "The start IP address of the Azure SQL server firewall rule. Must be IPv4 format." }, "endIpAddress": { "type": "string", - "description": "The end IP address of the Azure SQL Database Server Firewall Rule. Must be IPv4 format." + "description": "The end IP address of the Azure SQL server firewall rule. Must be IPv4 format." } }, - "description": "Represents the properties of an Azure SQL Server Firewall Rule." + "description": "Represents the properties of an Azure SQL server firewall rule." }, "ServerFirewallRule": { "properties": { @@ -213,7 +213,7 @@ "$ref": "#/definitions/SqlSubResource" } ], - "description": "Represents an Azure SQL Server Firewall Rule." + "description": "Represents an Azure SQL server firewall rule." }, "ServerFirewallRuleListResult": { "properties": { @@ -222,7 +222,7 @@ "items": { "$ref": "#/definitions/ServerFirewallRule" }, - "description": "The list of Azure SQL Server firewall rules for the server." + "description": "The list of Azure SQL server firewall rules for the server." } }, "description": "Represents the response to a List Firewall Rules request." @@ -271,7 +271,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Server.", + "description": "The name of the Azure SQL server.", "x-ms-parameter-location": "method" } } diff --git a/arm-sql/2014-04-01/swagger/replicationLinks.json b/arm-sql/2014-04-01/swagger/replicationLinks.json index df840b8b6a51..5e18252234c2 100644 --- a/arm-sql/2014-04-01/swagger/replicationLinks.json +++ b/arm-sql/2014-04-01/swagger/replicationLinks.json @@ -22,7 +22,7 @@ "DatabaseReplicationLinks" ], "operationId": "Databases_DeleteReplicationLink", - "description": "Deletes the Azure SQL Database Replication Link with the given ID. Cannot be done during failover.", + "description": "Deletes the Azure SQL database replication link with the given ID. Cannot be done during failover.", "parameters": [ { "$ref": "#/parameters/ApiVersionParameter" @@ -41,7 +41,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database that has the replication link to be dropped." + "description": "The name of the Azure SQL database that has the replication link to be dropped." }, { "name": "linkId", @@ -65,7 +65,7 @@ "DatabaseReplicationLinks" ], "operationId": "Databases_GetReplicationLink", - "description": "Gets information about an Azure SQL Database Replication Link.", + "description": "Gets information about an Azure SQL database replication link.", "parameters": [ { "$ref": "#/parameters/ApiVersionParameter" @@ -84,7 +84,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database to get the link for." + "description": "The name of the Azure SQL database to get the link for." }, { "name": "linkId", @@ -110,7 +110,7 @@ "DatabaseReplicationLinks" ], "operationId": "Databases_FailoverReplicationLink", - "description": "Failover the Azure SQL Database Replication Link with the given ID.", + "description": "Failover the Azure SQL database replication link with the given ID.", "parameters": [ { "$ref": "#/parameters/ApiVersionParameter" @@ -129,7 +129,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database that has the replication link to be failed over." + "description": "The name of the Azure SQL database that has the replication link to be failed over." }, { "name": "linkId", @@ -156,7 +156,7 @@ "DatabaseReplicationLinks" ], "operationId": "Databases_FailoverReplicationLinkAllowDataLoss", - "description": "Force failover the Azure SQL Database Replication Link with the given ID which may result in data loss.", + "description": "Force failover the Azure SQL database replication link with the given ID which may result in data loss.", "parameters": [ { "$ref": "#/parameters/ApiVersionParameter" @@ -175,7 +175,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database that has the replication link to be failed over." + "description": "The name of the Azure SQL database that has the replication link to be failed over." }, { "name": "linkId", @@ -202,7 +202,7 @@ "DatabaseReplicationLinks" ], "operationId": "Databases_ListReplicationLinks", - "description": "Gets information about Azure SQL Database Replication Links.", + "description": "Gets information about Azure SQL database replication links.", "parameters": [ { "$ref": "#/parameters/ApiVersionParameter" @@ -221,7 +221,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database to retrieve links for." + "description": "The name of the Azure SQL database to retrieve links for." } ], "responses": { @@ -259,7 +259,7 @@ "role": { "readOnly": true, "type": "string", - "description": "The role of the Azure SQL Database in the replication link.", + "description": "The role of the Azure SQL database in the replication link.", "enum": [ "Primary", "Secondary", @@ -314,7 +314,7 @@ } } }, - "description": "Represents the properties of an Azure SQL Database Replication Link." + "description": "Represents the properties of an Azure SQL database replication link." }, "ReplicationLink": { "properties": { @@ -329,7 +329,7 @@ "$ref": "#/definitions/SqlSubResource" } ], - "description": "Represents an Azure SQL Database Replication Link." + "description": "Represents an Azure SQL database replication link." }, "ReplicationLinkListResult": { "properties": { @@ -338,10 +338,10 @@ "items": { "$ref": "#/definitions/ReplicationLink" }, - "description": "The list of Azure SQL Database Replication Links housed in the database." + "description": "The list of Azure SQL database replication links housed in the database." } }, - "description": "Represents the response to a List Azure SQL Database Replication Link request." + "description": "Represents the response to a List Azure SQL database replication link request." }, "SqlSubResource": { "description": "Subresource properties", diff --git a/arm-sql/2014-04-01/swagger/sql.core.json b/arm-sql/2014-04-01/swagger/sql.core.json index fbb019a3af84..32b3be0b8d61 100644 --- a/arm-sql/2014-04-01/swagger/sql.core.json +++ b/arm-sql/2014-04-01/swagger/sql.core.json @@ -119,7 +119,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database from which to retrieve available restore points." + "description": "The name of the Azure SQL database from which to retrieve available restore points." } ], "responses": { @@ -160,7 +160,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database to be operated on (Updated or created)." + "description": "The name of the Azure SQL database to be operated on (updated or created)." }, { "name": "parameters", @@ -218,7 +218,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database to be deleted." + "description": "The name of the Azure SQL database to be deleted." } ], "responses": { @@ -254,7 +254,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database to be retrieved." + "description": "The name of the Azure SQL database to be retrieved." }, { "name": "$expand", @@ -280,7 +280,7 @@ "Databases" ], "operationId": "Databases_ListByServer", - "description": "Returns information about an Azure SQL Database.", + "description": "Returns information about an Azure SQL database.", "parameters": [ { "$ref": "#/parameters/ApiVersionParameter" @@ -314,7 +314,7 @@ "Databases" ], "operationId": "Databases_ListUsages", - "description": "Returns information about Azure SQL Database usages.", + "description": "Returns information about Azure SQL database usages.", "parameters": [ { "$ref": "#/parameters/ApiVersionParameter" @@ -333,7 +333,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database." + "description": "The name of the Azure SQL database." } ], "responses": { @@ -924,7 +924,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database to be retrieved." + "description": "The name of the Azure SQL database to be retrieved." } ], "responses": { @@ -1022,7 +1022,7 @@ "RecommendedElasticPools" ], "operationId": "RecommendedElasticPools_GetDatabases", - "description": "Gets information about an Azure SQL Database inside of an Azure SQL Recommended Elastic Pool.", + "description": "Gets information about an Azure SQL database inside of an Azure SQL Recommended Elastic Pool.", "parameters": [ { "$ref": "#/parameters/ApiVersionParameter" @@ -1048,7 +1048,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database to be retrieved." + "description": "The name of the Azure SQL database to be retrieved." } ], "responses": { @@ -1101,7 +1101,7 @@ "RecommendedElasticPools" ], "operationId": "RecommendedElasticPools_ListDatabases", - "description": "Returns information about an Azure SQL Database inside of an Azure SQL Recommended Elastic Pool.", + "description": "Returns information about an Azure SQL database inside of an Azure SQL Recommended Elastic Pool.", "parameters": [ { "$ref": "#/parameters/ApiVersionParameter" @@ -1269,7 +1269,7 @@ "ServiceObjectives" ], "operationId": "Servers_GetServiceObjective", - "description": "Gets information about an Azure SQL Database Service Objective.", + "description": "Gets information about an Azure SQL database Service Objective.", "parameters": [ { "$ref": "#/parameters/ApiVersionParameter" @@ -1307,7 +1307,7 @@ "ServiceObjectives" ], "operationId": "Servers_ListServiceObjectives", - "description": "Returns information about Azure SQL Database Service Objectives.", + "description": "Returns information about Azure SQL database Service Objectives.", "parameters": [ { "$ref": "#/parameters/ApiVersionParameter" @@ -1360,7 +1360,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database for which setting the Transparent Data Encryption applies." + "description": "The name of the Azure SQL database for which setting the Transparent Data Encryption applies." }, { "name": "parameters", @@ -1411,7 +1411,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database for which the Transparent Data Encryption applies." + "description": "The name of the Azure SQL database for which the Transparent Data Encryption applies." } ], "responses": { @@ -1449,7 +1449,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the Azure SQL Database for which the Transparent Data Encryption applies." + "description": "The name of the Azure SQL database for which the Transparent Data Encryption applies." } ], "responses": { @@ -1611,11 +1611,11 @@ "properties": { "Name": { "type": "string", - "description": "The name of the Azure SQL Database being upgraded." + "description": "The name of the Azure SQL database being upgraded." }, "TargetEdition": { "type": "string", - "description": "The target edition for the Azure SQL Database being upgraded.", + "description": "The target edition for the Azure SQL database being upgraded.", "enum": [ "Basic", "Standard", @@ -1631,7 +1631,7 @@ }, "TargetServiceLevelObjective": { "type": "string", - "description": "The target Service Level Objective for the Azure SQL Database being upgraded." + "description": "The target Service Level Objective for the Azure SQL database being upgraded." } }, "description": "Represents the properties of a recommended Azure SQL Database being upgraded." @@ -2285,19 +2285,19 @@ "properties": { "collation": { "type": "string", - "description": "The collation of the Azure SQL Database." + "description": "The collation of the Azure SQL database." }, "creationDate": { "readOnly": true, "type": "string", "format": "date-time", - "description": "The creation date of the Azure SQL Database (ISO8601 format)." + "description": "The creation date of the Azure SQL database (ISO8601 format)." }, "containmentState": { "readOnly": true, "type": "integer", "format": "int64", - "description": "The containment state of the Azure SQL Database." + "description": "The containment state of the Azure SQL database." }, "currentServiceObjectiveId": { "readOnly": true, @@ -2313,7 +2313,7 @@ "a7d1b92d-c987-4375-b54d-2b1d0e0f5bb0", "a7c4c615-cfb1-464b-b252-925be0a19446" ], - "description": "The current Service Level Objective ID of the Azure SQL Database. This is the ID of the Service Level Objective that is currently active.", + "description": "The current Service Level Objective ID of the Azure SQL database. This is the ID of the Service Level Objective that is currently active.", "x-ms-enum": { "modelAsString": true, "name": "ServiceObjectiveId" @@ -2322,13 +2322,13 @@ "databaseId": { "readOnly": true, "type": "string", - "description": "The ID of the Azure SQL Database." + "description": "The ID of the Azure SQL database." }, "earliestRestoreDate": { "readOnly": true, "type": "string", "format": "date-time", - "description": "The recovery period start date of the Azure SQL Database. This records the start date and time when recovery is available for this Azure SQL Database (ISO8601 format)." + "description": "The recovery period start date of the Azure SQL database. This records the start date and time when recovery is available for this Azure SQL Database (ISO8601 format)." }, "createMode": { "type": "string", @@ -2353,7 +2353,7 @@ }, "edition": { "type": "string", - "description": "The edition of the Azure SQL Database. The DatabaseEditions enumeration contains all the valid editions.", + "description": "The edition of the Azure SQL database. The DatabaseEditions enumeration contains all the valid editions.", "enum": [ "Web", "Business", @@ -2371,7 +2371,7 @@ }, "maxSizeBytes": { "type": "string", - "description": "The max size of the Azure SQL Database expressed in bytes. Note: Only the following sizes are supported (in addition to limitations being placed on each edition): { 100 MB | 500 MB |1 GB | 5 GB | 10 GB | 20 GB | 30 GB … 150 GB | 200 GB … 500 GB }" + "description": "The max size of the Azure SQL database expressed in bytes. Note: Only the following sizes are supported (in addition to limitations being placed on each edition): { 100 MB | 500 MB |1 GB | 5 GB | 10 GB | 20 GB | 30 GB … 150 GB | 200 GB … 500 GB }" }, "requestedServiceObjectiveId": { "type": "string", @@ -2386,7 +2386,7 @@ "a7d1b92d-c987-4375-b54d-2b1d0e0f5bb0", "a7c4c615-cfb1-464b-b252-925be0a19446" ], - "description": "The configured Service Level Objective ID of the Azure SQL Database. This is the Service Level Objective that is in the process of being applied to the Azure SQL Database. Once successfully updated, it will match the value of currentServiceObjectiveId property.", + "description": "The configured Service Level Objective ID of the Azure SQL database. This is the Service Level Objective that is in the process of being applied to the Azure SQL database. Once successfully updated, it will match the value of currentServiceObjectiveId property.", "x-ms-enum": { "modelAsString": true, "name": "ServiceObjectiveId" @@ -2408,7 +2408,7 @@ "modelAsString": true, "name": "ServiceObjectiveName" }, - "description": "The name of the configured Service Level Objective of the Azure SQL Database. This is the Service Level Objective that is in the process of being applied to the Azure SQL Database. Once successfully updated, it will match the value of serviceLevelObjective property." + "description": "The name of the configured Service Level Objective of the Azure SQL database. This is the Service Level Objective that is in the process of being applied to the Azure SQL database. Once successfully updated, it will match the value of serviceLevelObjective property." }, "serviceLevelObjective": { "readOnly": true, @@ -2427,12 +2427,12 @@ "modelAsString": true, "name": "ServiceObjectiveName" }, - "description": "The current Service Level Objective of the Azure SQL Database." + "description": "The current Service Level Objective of the Azure SQL database." }, "status": { "readOnly": true, "type": "string", - "description": "The status of the Azure SQL Database." + "description": "The status of the Azure SQL database." }, "elasticPoolName": { "type": "string", @@ -2848,7 +2848,7 @@ "restorePointType": { "readOnly": true, "type": "string", - "description": "The restore point type of the Azure SQL Database restore point.", + "description": "The restore point type of the Azure SQL database restore point.", "enum": [ "DISCRETE", "CONTINUOUS" @@ -3078,7 +3078,7 @@ "status": { "readOnly": true, "type": "string", - "description": "The status of the Azure SQL Database.", + "description": "The status of the Azure SQL database.", "enum": [ "Encrypting", "Decrypting"