File tree Expand file tree Collapse file tree 2 files changed +62
-6
lines changed Expand file tree Collapse file tree 2 files changed +62
-6
lines changed Original file line number Diff line number Diff line change 334
334
}
335
335
},
336
336
"definitions" : {
337
+ "CommunityGalleryInfo" : {
338
+ "type" : " object" ,
339
+ "properties" : {
340
+ "eula" : {
341
+ "type" : " string" ,
342
+ "description" : " Community gallery publisher eula"
343
+ },
344
+ "publicNamePrefix" : {
345
+ "type" : " string" ,
346
+ "description" : " Community gallery public name prefix"
347
+ },
348
+ "publisherContact" : {
349
+ "type" : " string" ,
350
+ "description" : " Community gallery publisher contact email"
351
+ },
352
+ "publisherUri" : {
353
+ "type" : " string" ,
354
+ "description" : " Community gallery publisher uri"
355
+ }
356
+ },
357
+ "description" : " Information of community gallery if current gallery is shared to community"
358
+ },
337
359
"DataDiskImageEncryption" : {
338
360
"type" : " object" ,
339
361
"properties" : {
1537
1559
"type" : " object" ,
1538
1560
"properties" : {
1539
1561
"communityGalleryInfo" : {
1540
- "type" : " object" ,
1541
- "properties" : {},
1542
- "description" : " Information of community gallery if current gallery is shared to community."
1562
+ "oneOf" : [
1563
+ {
1564
+ "$ref" : " #/definitions/CommunityGalleryInfo"
1565
+ },
1566
+ {
1567
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1568
+ }
1569
+ ],
1570
+ "description" : " Information of community gallery if current gallery is shared to community"
1543
1571
},
1544
1572
"permissions" : {
1545
1573
"oneOf" : [
Original file line number Diff line number Diff line change 334
334
}
335
335
},
336
336
"definitions" : {
337
+ "CommunityGalleryInfo" : {
338
+ "type" : " object" ,
339
+ "properties" : {
340
+ "eula" : {
341
+ "type" : " string" ,
342
+ "description" : " End-user license agreement for community gallery image."
343
+ },
344
+ "publicNamePrefix" : {
345
+ "type" : " string" ,
346
+ "description" : " The prefix of the gallery name that will be displayed publicly. Visible to all users."
347
+ },
348
+ "publisherContact" : {
349
+ "type" : " string" ,
350
+ "description" : " Community gallery publisher support email. The email address of the publisher. Visible to all users."
351
+ },
352
+ "publisherUri" : {
353
+ "type" : " string" ,
354
+ "description" : " The link to the publisher website. Visible to all users."
355
+ }
356
+ },
357
+ "description" : " Information of community gallery if current gallery is shared to community"
358
+ },
337
359
"DataDiskImageEncryption" : {
338
360
"type" : " object" ,
339
361
"properties" : {
1562
1584
"type" : " object" ,
1563
1585
"properties" : {
1564
1586
"communityGalleryInfo" : {
1565
- "type" : " object" ,
1566
- "properties" : {},
1567
- "description" : " Information of community gallery if current gallery is shared to community."
1587
+ "oneOf" : [
1588
+ {
1589
+ "$ref" : " #/definitions/CommunityGalleryInfo"
1590
+ },
1591
+ {
1592
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1593
+ }
1594
+ ],
1595
+ "description" : " Information of community gallery if current gallery is shared to community"
1568
1596
},
1569
1597
"permissions" : {
1570
1598
"oneOf" : [
You can’t perform that action at this time.
0 commit comments