From faae33befc8642fd72bd824843de67c819fefc6a Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 25 Jan 2022 08:57:05 +0000 Subject: [PATCH] CodeGen from PR 17486 in Azure/azure-rest-api-specs Merge b39460fc3393d5c1176bb41afb3d3c653b102669 into 80e0bf225d3bb42a87d04696481b5c5ec4bef08a --- .../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."