Skip to content

Commit

Permalink
Generated from 633b3ddd97466d89cc2cd0556d45e65b9a9eacb4
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Sep 24, 2020
1 parent 1beac91 commit 9daed6f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions schemas/2020-08-01-preview/Microsoft.Storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,19 @@
],
"description": "Sets the IP ACL rules"
},
"resourceAccessRules": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/ResourceAccessRule"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"virtualNetworkRules": {
"oneOf": [
{
Expand Down Expand Up @@ -2123,6 +2136,20 @@
},
"description": "The properties of a storage account’s Queue service."
},
"ResourceAccessRule": {
"type": "object",
"properties": {
"resourceId": {
"type": "string",
"description": "Resource Id"
},
"tenantId": {
"type": "string",
"description": "Tenant Id"
}
},
"description": "Resource Access Rule."
},
"RestorePolicyProperties": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 9daed6f

Please sign in to comment.