File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
schemas/2020-08-01-preview Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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 {
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" : {
You can’t perform that action at this time.
0 commit comments