From f68af64aa4de63fa02fbb3ae140a2588780bc1cf Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 24 Jan 2022 09:36:37 +0000 Subject: [PATCH] CodeGen from PR 17469 in Azure/azure-rest-api-specs Merge 4b4ade5a6c59b51cfe1ea7381d9c5d4134ff8efa into 0e23c192cdbcb623f97d685567e118f9ef6a724f --- .../Microsoft.Solutions.resourcesolutions.json | 14 ++++++++++++++ .../Microsoft.Solutions.resourcesolutions.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) 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."