diff --git a/schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json b/schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json index af9b384178..441ef13ba0 100644 --- a/schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json +++ b/schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json @@ -612,6 +612,20 @@ } ], "description": "The deny assignment excluded actions." + }, + "allowedDataActions": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The deny assignment excluded data actions." } }, "description": "Managed application locking policy." diff --git a/schemas/2020-08-21-preview/Microsoft.Solutions.resourcesolutions.json b/schemas/2020-08-21-preview/Microsoft.Solutions.resourcesolutions.json index 2ba9e4da45..9880cbff9d 100644 --- a/schemas/2020-08-21-preview/Microsoft.Solutions.resourcesolutions.json +++ b/schemas/2020-08-21-preview/Microsoft.Solutions.resourcesolutions.json @@ -616,6 +616,20 @@ } ], "description": "The deny assignment excluded actions." + }, + "allowedDataActions": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The deny assignment excluded data actions." } }, "description": "Managed application locking policy."