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