Skip to content

Commit

Permalink
CodeGen from PR 17486 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge b39460fc3393d5c1176bb41afb3d3c653b102669 into 80e0bf225d3bb42a87d04696481b5c5ec4bef08a
  • Loading branch information
SDKAuto committed Jan 25, 2022
1 parent b4aa7d3 commit faae33b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions schemas/2019-07-01/Microsoft.Solutions.resourcesolutions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit faae33b

Please sign in to comment.