We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc8ae9 commit 924c7d4Copy full SHA for 924c7d4
specification/storagecache/resource-manager/Microsoft.StorageCache/stable/2019-11-01/storagecache.json
@@ -1434,6 +1434,7 @@
1434
"StorageTarget": {
1435
"description": "A storage system being cached by a Cache.",
1436
"type": "object",
1437
+ "discriminator": "targetType",
1438
"properties": {
1439
"name": {
1440
"description": "Name of the Storage Target.",
@@ -1454,10 +1455,6 @@
1454
1455
"x-ms-client-flatten": true,
1456
"description": "Properties of the Storage Target.",
1457
- "discriminator": "targetType",
1458
- "required": [
1459
- "targetType"
1460
- ],
1461
1462
"junctions": {
1463
"description": "List of Cache namespace junctions to target for namespace associations.",
0 commit comments