diff --git a/specification/redis/resource-manager/Microsoft.Cache/2016-04-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/2016-04-01/redis.json index 63023aa32e0e..e30af2a9161a 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/2016-04-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/2016-04-01/redis.json @@ -1017,13 +1017,6 @@ "sku": { "$ref": "#/definitions/Sku", "description": "The SKU of the Redis cache to deploy." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." } }, "allOf": [ @@ -1092,6 +1085,13 @@ "x-ms-client-flatten": true, "$ref": "#/definitions/RedisUpdateProperties", "description": "Redis cache properties." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." } }, "description": "Parameters supplied to the Update Redis operation." diff --git a/specification/redis/resource-manager/Microsoft.Cache/2017-02-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/2017-02-01/redis.json index fd6e54558288..a584ad79f627 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/2017-02-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/2017-02-01/redis.json @@ -1215,13 +1215,6 @@ "sku": { "$ref": "#/definitions/Sku", "description": "The SKU of the Redis cache to deploy." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Resource tags." } }, "allOf": [ @@ -1317,6 +1310,13 @@ "x-ms-client-flatten": true, "$ref": "#/definitions/RedisUpdateProperties", "description": "Redis cache properties." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Resource tags." } }, "description": "Parameters supplied to the Update Redis operation."