diff --git a/schemas/2019-11-01/Microsoft.StorageCache.json b/schemas/2019-11-01/Microsoft.StorageCache.json index 2c27735232..b7b699f229 100644 --- a/schemas/2019-11-01/Microsoft.StorageCache.json +++ b/schemas/2019-11-01/Microsoft.StorageCache.json @@ -351,6 +351,22 @@ ], "description": "ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property." }, + "targetType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "nfs3", + "clfs", + "unknown" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Type of the Storage Target." + }, "unknown": { "oneOf": [ {