Skip to content

Commit

Permalink
[arm-sql] update SQL RP description fields (integrate iteration 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacy committed Nov 11, 2016
1 parent 94f22db commit 67890d9
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
20 changes: 10 additions & 10 deletions arm-sql/2014-04-01/swagger/firewallRules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand All @@ -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."
Expand Down Expand Up @@ -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"
}
}
Expand Down
30 changes: 15 additions & 15 deletions arm-sql/2014-04-01/swagger/replicationLinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand All @@ -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"
Expand All @@ -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",
Expand All @@ -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"
Expand All @@ -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",
Expand All @@ -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"
Expand All @@ -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",
Expand All @@ -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"
Expand All @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 67890d9

Please sign in to comment.