diff --git a/specification/storage/data-plane/Microsoft.StorageDataLake/stable/2019-12-12/DataLakeStorage.json b/specification/storage/data-plane/Microsoft.StorageDataLake/stable/2019-12-12/DataLakeStorage.json index e7434b4afc1b..aebe5c36ba6f 100644 --- a/specification/storage/data-plane/Microsoft.StorageDataLake/stable/2019-12-12/DataLakeStorage.json +++ b/specification/storage/data-plane/Microsoft.StorageDataLake/stable/2019-12-12/DataLakeStorage.json @@ -680,7 +680,11 @@ "set", "modify", "remove" - ] + ], + "x-ms-enum": { + "name": "PathSetAccessControlRecursiveMode", + "modelAsString": false + } }, { "name": "maxRecords", @@ -1709,7 +1713,11 @@ "set", "modify", "remove" - ] + ], + "x-ms-enum": { + "name": "PathSetAccessControlRecursiveMode", + "modelAsString": false + } }, { "name": "maxRecords", @@ -2531,7 +2539,7 @@ } }, "definitions": { - "AclFailedEntryList": { + "AclFailedEntry": { "type": "object", "properties": { "name": { @@ -2563,7 +2571,7 @@ "failedEntries": { "type": "array", "items": { - "$ref": "#/definitions/AclFailedEntryList" + "$ref": "#/definitions/AclFailedEntry" } } }