Skip to content

Commit 9e09f31

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent fa0067d commit 9e09f31

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

schemas/2020-08-01-preview/Microsoft.Storage.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,6 +1894,19 @@
18941894
],
18951895
"description": "Sets the IP ACL rules"
18961896
},
1897+
"resourceAccessRules": {
1898+
"oneOf": [
1899+
{
1900+
"type": "array",
1901+
"items": {
1902+
"$ref": "#/definitions/ResourceAccessRule"
1903+
}
1904+
},
1905+
{
1906+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1907+
}
1908+
]
1909+
},
18971910
"virtualNetworkRules": {
18981911
"oneOf": [
18991912
{
@@ -2123,6 +2136,20 @@
21232136
},
21242137
"description": "The properties of a storage account’s Queue service."
21252138
},
2139+
"ResourceAccessRule": {
2140+
"type": "object",
2141+
"properties": {
2142+
"resourceId": {
2143+
"type": "string",
2144+
"description": "Resource Id"
2145+
},
2146+
"tenantId": {
2147+
"type": "string",
2148+
"description": "Tenant Id"
2149+
}
2150+
},
2151+
"description": "Resource Access Rule."
2152+
},
21262153
"RestorePolicyProperties": {
21272154
"type": "object",
21282155
"properties": {

0 commit comments

Comments
 (0)