Skip to content

Commit

Permalink
Generated from 9bb89e6b2919a42994312b5a340971392c88a5ab
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Sep 23, 2020
1 parent a95b821 commit 35748e1
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 35748e1

Please sign in to comment.