Skip to content

Commit

Permalink
[arm-sql] update SQL RP description fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacy committed Nov 10, 2016
1 parent 776b457 commit 94f22db
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions arm-sql/2014-04-01/swagger/firewallRules.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"schema": {
"$ref": "#/definitions/ServerFirewallRule"
},
"description": "The required parameters for createing or updating a firewall rule."
"description": "The required parameters for creating or updating a firewall rule."
}
],
"responses": {
Expand Down Expand Up @@ -238,7 +238,7 @@
"id": {
"readOnly": true,
"type": "string",
"description": "Resource Id"
"description": "Resource ID"
}
}
}
Expand All @@ -249,7 +249,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The subscription id that identifies an Azure subscription."
"description": "The subscription ID that identifies an Azure subscription."
},
"ApiVersionParameter": {
"name": "api-version",
Expand Down
18 changes: 9 additions & 9 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 @@ -48,7 +48,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The id of the replication link to be deleted."
"description": "The ID of the replication link to be deleted."
}
],
"responses": {
Expand Down Expand Up @@ -91,7 +91,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The replication link id to be retrieved."
"description": "The replication link ID to be retrieved."
}
],
"responses": {
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 @@ -136,7 +136,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The id of the replication link to be failed over."
"description": "The ID of the replication link to be failed over."
}
],
"responses": {
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 @@ -182,7 +182,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The id of the replication link to be failed over."
"description": "The ID of the replication link to be failed over."
}
],
"responses": {
Expand Down Expand Up @@ -354,7 +354,7 @@
"id": {
"readOnly": true,
"type": "string",
"description": "Resource Id"
"description": "Resource ID"
}
}
}
Expand All @@ -365,7 +365,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The subscription id that identifies an Azure subscription."
"description": "The subscription ID that identifies an Azure subscription."
},
"ApiVersionParameter": {
"name": "api-version",
Expand Down
30 changes: 15 additions & 15 deletions arm-sql/2014-04-01/swagger/sql.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"Databases"
],
"operationId": "Databases_CreateOrUpdate",
"description": "Creates a new Azure SQL database or updates an existing Azure SQL database. Location is a required property in the request body and it must be the same as the location of the Sql Server.",
"description": "Creates a new Azure SQL database or updates an existing Azure SQL database. Location is a required property in the request body, and it must be the same as the location of the SQL Server.",
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -404,7 +404,7 @@
"schema": {
"$ref": "#/definitions/Server"
},
"description": "The required parameters for createing or updating a server."
"description": "The required parameters for creating or updating a server."
}
],
"responses": {
Expand Down Expand Up @@ -678,7 +678,7 @@
"schema": {
"$ref": "#/definitions/ElasticPool"
},
"description": "The required parameters for createing or updating an Elastic Pool."
"description": "The required parameters for creating or updating an Elastic Pool."
}
],
"responses": {
Expand Down Expand Up @@ -1477,7 +1477,7 @@
"dtu": {
"type": "number",
"format": "double",
"description": "Gets or sets the DTUs (Database Transaction Units). See https://azure.microsoft.com/en-us/documentation/articles/sql-database-what-is-a-dtu/"
"description": "Gets or sets the DTUs (Database Transaction Units). See https://azure.microsoft.com/en-us/documentation/articles/sql-database-what-is-a-dtu/"
},
"sizeGB": {
"type": "number",
Expand Down Expand Up @@ -2132,7 +2132,7 @@
"Drop",
"Rebuild"
],
"description": "The proposed index action. We suggest user to create missing index, drop unused index or to rebuild already existing index to improve its performance. Possible values are 'Create', 'Drop', 'Rebuild'.",
"description": "The proposed index action. You can create a missing index, drop an unused index, or rebuild an existing index to improve its performance. Possible values are 'Create', 'Drop', 'Rebuild'.",
"x-ms-enum": {
"name": "RecommendedIndexActions"
}
Expand All @@ -2153,7 +2153,7 @@
"Success"
],
"type": "string",
"description": "The state recommendation is in. Current options are: 'Active', 'Pending', 'Executing', 'Verifying', 'Pending Revert', 'Reverting', 'Reverted', 'Ignored', 'Expired', 'Blocked', 'Success'.",
"description": "The current recommendation state. Current options are: 'Active', 'Pending', 'Executing', 'Verifying', 'Pending Revert', 'Reverting', 'Reverted', 'Ignored', 'Expired', 'Blocked', 'Success'.",
"x-ms-enum": {
"name": "RecommendedIndexStates"
}
Expand Down Expand Up @@ -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"
Expand All @@ -2322,7 +2322,7 @@
"databaseId": {
"readOnly": true,
"type": "string",
"description": "The Id of the Azure SQL Database."
"description": "The ID of the Azure SQL Database."
},
"earliestRestoreDate": {
"readOnly": true,
Expand All @@ -2349,11 +2349,11 @@
},
"sourceDatabaseId": {
"type": "string",
"description": "Conditional. Specifies the resource Id of the source database. If createMode is not set to Default, then this value must be specified. The name of the source database must be the same. NOTE: Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored."
"description": "Conditional. Specifies the resource ID of the source database. If createMode is not set to Default, then this value must be specified. The name of the source database must be the same. NOTE: Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored."
},
"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",
Expand Down Expand Up @@ -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"
Expand All @@ -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,
Expand Down Expand Up @@ -3136,7 +3136,7 @@
"id": {
"readOnly": true,
"type": "string",
"description": "Resource Id"
"description": "Resource ID"
},
"type": {
"readOnly": true,
Expand Down Expand Up @@ -3171,7 +3171,7 @@
"id": {
"readOnly": true,
"type": "string",
"description": "Resource Id"
"description": "The resource ID."
}
}
}
Expand All @@ -3182,7 +3182,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The subscription id that identifies an Azure subscription."
"description": "The subscription ID that identifies an Azure subscription."
},
"ApiVersionParameter": {
"name": "api-version",
Expand Down

0 comments on commit 94f22db

Please sign in to comment.