Skip to content

Commit 9fd21a0

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 475c02e commit 9fd21a0

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
"2020-08-01-preview"
1414
]
1515
},
16+
"extendedLocation": {
17+
"oneOf": [
18+
{
19+
"$ref": "#/definitions/ExtendedLocation"
20+
},
21+
{
22+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
23+
}
24+
],
25+
"description": "The complex type of the extended location."
26+
},
1627
"identity": {
1728
"oneOf": [
1829
{
@@ -1379,6 +1390,30 @@
13791390
},
13801391
"description": "A list of services that support encryption."
13811392
},
1393+
"ExtendedLocation": {
1394+
"type": "object",
1395+
"properties": {
1396+
"name": {
1397+
"type": "string",
1398+
"description": "The name of the extended location."
1399+
},
1400+
"type": {
1401+
"oneOf": [
1402+
{
1403+
"type": "string",
1404+
"enum": [
1405+
"EdgeZone"
1406+
]
1407+
},
1408+
{
1409+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1410+
}
1411+
],
1412+
"description": "The type of the extended location."
1413+
}
1414+
},
1415+
"description": "The complex type of the extended location."
1416+
},
13821417
"FileServicePropertiesProperties": {
13831418
"type": "object",
13841419
"properties": {

0 commit comments

Comments
 (0)