Skip to content

Commit

Permalink
Fix incorrect declaration of 'tags' in the Microsoft.Cache/redis swag…
Browse files Browse the repository at this point in the history
…ger specs (declared in wrong scope). Should address Azure#1152.
  • Loading branch information
TimLovellSmith committed Oct 13, 2017
1 parent 765c5a6 commit 2cd2405
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit 2cd2405

Please sign in to comment.