From 52d214f4baac2d149b566204a7c2740f98dab7f3 Mon Sep 17 00:00:00 2001 From: William Anton Rohm Date: Mon, 19 Mar 2018 15:48:06 -0700 Subject: [PATCH] added descriptions to include ARM template values per task 1158120 https://mseng.visualstudio.com/TechnicalContent/_queries/edit/1158120/?triage=true --- .../Microsoft.DocumentDB/stable/2015-04-08/cosmos-db.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2015-04-08/cosmos-db.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2015-04-08/cosmos-db.json index 2caf1cb8747e..4862ff3d075c 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2015-04-08/cosmos-db.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2015-04-08/cosmos-db.json @@ -1685,7 +1685,7 @@ "properties": { "name": { "type": "string", - "description": "Name of the Cosmos DB capability" + "description": "Name of the Cosmos DB capability. For example, \"name\": \"EnableCassandra\". Current values also include \"EnableTable\" and \"EnableGremlin\"." } } }, @@ -1694,7 +1694,7 @@ "additionalProperties": { "type": "string" }, - "description": "Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters." + "description": "Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\"." }, "ProvisioningState": { "type": "string",