Skip to content

Commit

Permalink
Revert discriminator changes introduced by #8606 (#10467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Aug 17, 2020
1 parent 8dc8ae9 commit 924c7d4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,7 @@
"StorageTarget": {
"description": "A storage system being cached by a Cache.",
"type": "object",
"discriminator": "targetType",
"properties": {
"name": {
"description": "Name of the Storage Target.",
Expand All @@ -1454,10 +1455,6 @@
"x-ms-client-flatten": true,
"description": "Properties of the Storage Target.",
"type": "object",
"discriminator": "targetType",
"required": [
"targetType"
],
"properties": {
"junctions": {
"description": "List of Cache namespace junctions to target for namespace associations.",
Expand Down

0 comments on commit 924c7d4

Please sign in to comment.