Skip to content

Commit 6600e36

Browse files
author
SDKAuto
committed
CodeGen from PR 17064 in Azure/azure-rest-api-specs
Merge dbcc8481ae21f0cd096469c8e146adedd3323578 into 949388b9dfddc435859fda2850c5bb5019aa217b
1 parent ffe3eb0 commit 6600e36

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,20 @@
612612
}
613613
],
614614
"description": "The deny assignment excluded actions."
615+
},
616+
"allowedDataActions": {
617+
"oneOf": [
618+
{
619+
"type": "array",
620+
"items": {
621+
"type": "string"
622+
}
623+
},
624+
{
625+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
626+
}
627+
],
628+
"description": "The deny assignment excluded data actions."
615629
}
616630
},
617631
"description": "Managed application locking policy."

schemas/2020-08-21-preview/Microsoft.Solutions.resourcesolutions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,20 @@
616616
}
617617
],
618618
"description": "The deny assignment excluded actions."
619+
},
620+
"allowedDataActions": {
621+
"oneOf": [
622+
{
623+
"type": "array",
624+
"items": {
625+
"type": "string"
626+
}
627+
},
628+
{
629+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
630+
}
631+
],
632+
"description": "The deny assignment excluded data actions."
619633
}
620634
},
621635
"description": "Managed application locking policy."

0 commit comments

Comments
 (0)