Skip to content

Commit

Permalink
CodeGen from PR 17469 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 4b4ade5a6c59b51cfe1ea7381d9c5d4134ff8efa into 0e23c192cdbcb623f97d685567e118f9ef6a724f
  • Loading branch information
SDKAuto committed Jan 24, 2022
1 parent 71c22bd commit f68af64
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 f68af64

Please sign in to comment.