Skip to content

Commit

Permalink
Generated from eb835f618f791a74a3a2b85b7fcf3425229aed58
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Sep 25, 2020
1 parent 1beac91 commit d375564
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions schemas/2020-08-01-preview/Microsoft.Storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
"2020-08-01-preview"
]
},
"extendedLocation": {
"oneOf": [
{
"$ref": "#/definitions/ExtendedLocation"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The complex type of the extended location."
},
"identity": {
"oneOf": [
{
Expand Down Expand Up @@ -1379,6 +1390,30 @@
},
"description": "A list of services that support encryption."
},
"ExtendedLocation": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the extended location."
},
"type": {
"oneOf": [
{
"type": "string",
"enum": [
"EdgeZone"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The type of the extended location."
}
},
"description": "The complex type of the extended location."
},
"FileServicePropertiesProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1894,6 +1929,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 +2171,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 d375564

Please sign in to comment.