From bd51b5606d1551311633f66a754abeedaef7c8a5 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Sat, 29 Jan 2022 01:11:01 +0000 Subject: [PATCH] CodeGen from PR 17412 in Azure/azure-rest-api-specs Merge a9b7005e27ef3dc309faae88a2a4fcf5f143fa00 into b529db205d8c995edc39f70582b5530317ea0878 --- .../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."