Skip to content

Commit 924c7d4

Browse files
Revert discriminator changes introduced by #8606 (#10467)
1 parent 8dc8ae9 commit 924c7d4

File tree

1 file changed

+1
-4
lines changed
  • specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2019-11-01

1 file changed

+1
-4
lines changed

specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2019-11-01/storagecache.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,6 +1434,7 @@
14341434
"StorageTarget": {
14351435
"description": "A storage system being cached by a Cache.",
14361436
"type": "object",
1437+
"discriminator": "targetType",
14371438
"properties": {
14381439
"name": {
14391440
"description": "Name of the Storage Target.",
@@ -1454,10 +1455,6 @@
14541455
"x-ms-client-flatten": true,
14551456
"description": "Properties of the Storage Target.",
14561457
"type": "object",
1457-
"discriminator": "targetType",
1458-
"required": [
1459-
"targetType"
1460-
],
14611458
"properties": {
14621459
"junctions": {
14631460
"description": "List of Cache namespace junctions to target for namespace associations.",

0 commit comments

Comments
 (0)