From cbb70e726496dd8eccb14188c0fe79ab5296234c Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Fri, 20 Oct 2017 16:08:21 -0500 Subject: [PATCH] Remove erroneous reference to 'uris' credentials field in cloudfoundry cloud connector docs, which is only supported by AMQP services. --- .../spring-cloud-cloud-foundry-connector.adoc | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc b/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc index 058e2c8..cf7b2e5 100644 --- a/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc +++ b/docs/src/main/asciidoc/spring-cloud-cloud-foundry-connector.adoc @@ -52,7 +52,6 @@ For each service, the connector will consider the following fields: |`tags` |Attributes or names of backing technologies behind the service. |`label` |The service offering’s name (not to be confused with a service _instance’s_ name). |`credentials.uri` |A URI pertaining to the service instance. -|`credentials.uris` |URIs pertaining to the service instance. |=========================================================================================================================================================================== If they are present, it will also consider the following fields: @@ -80,7 +79,7 @@ The connector will check for: * `tags` including `sqldb`, `dashDB`, or `db2` * `label` beginning with the `sqldb`, `dashDB`, or `db2` tags -* `uri` or `uris` using the scheme `db2` +* `uri` using the scheme `db2` * `jdbcUrl` field in `credentials` using the subprotocol `db2` in the JDBC URL * `db2Uri`, `db2uri`, `db2Url`, or `db2url` fields in `credentials` @@ -90,7 +89,7 @@ The connector will check for: * `tags` including `mongodb` * `label` beginning with the `mongodb` tag -* `uri` or `uris` using the scheme `mongodb` +* `uri` using the scheme `mongodb` * `mongodbUri`, `mongodburi`, `mongodbUrl`, or `mongodburl` fields in `credentials` ==== MySQL @@ -99,7 +98,7 @@ The connector will check for: * `tags` including `mysql` * `label` beginning with the `mysql` tag -* `uri` or `uris` using the scheme `mysql` +* `uri` using the scheme `mysql` * `jdbcUrl` field in `credentials` using the subprotocol `mysql` in the JDBC URL * `mysqlUri`, `mysqluri`, `mysqlUrl`, or `mysqlurl` fields in `credentials` @@ -107,7 +106,7 @@ The connector will check for: The connector will check for: -* `uri` or `uris` using the scheme `oracle` +* `uri` using the scheme `oracle` * `jdbcUrl` field in `credentials` using the subprotocol `oracle` in the JDBC URL * `oracleUri`, `oracleuri`, `oracleUrl`, or `oracleurl` fields in `credentials` @@ -117,7 +116,7 @@ The connector will check for: * `tags` including `postgresql` * `label` beginning with the `postgresql` tag -* `uri` or `uris` using the scheme `postgres` +* `uri` using the scheme `postgres` * `jdbcUrl` field in `credentials` using the subprotocol `postgres` in the JDBC URL * `postgresUri`, `postgresuri`, `postgresUrl`, or `postgresurl` fields in `credentials` @@ -136,7 +135,7 @@ The connector will check for: * `tags` including `redis` * `label` beginning with the `redis` tag -* `uri` or `uris` using the scheme `redis` +* `uri` using the scheme `redis` * `redisUri`, `redisuri`, `redisUrl`, or `redisurl` fields in `credentials` ==== SMTP @@ -145,13 +144,13 @@ The connector will check for: * `tags` including `smtp` * `label` beginning with the `smtp` tag -* `uri` or `uris` using the scheme `smtp` +* `uri` using the scheme `smtp` * `smtpUri`, `smtpuri`, `smtpUrl`, or `smtpurl` fields in `credentials` ==== SQL Server The connector will check for: -* `uri` or `uris` using the scheme `sqlserver` +* `uri` using the scheme `sqlserver` * `jdbcUrl` field in `credentials` using the subprotocol `sqlserver` in the JDBC URL * `sqlserverUri`, `sqlserveruri`, `sqlserverUrl`, or `sqlserverurl` fields in `credentials`