Skip to content

Commit afb3b98

Browse files
authored
Merge pull request #3189 from Azure/autogenerate-batch
Update Generated Schemas
2 parents 47f5d8a + 7c74403 commit afb3b98

File tree

796 files changed

+110108
-2204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

796 files changed

+110108
-2204
lines changed

generator/resources.json

Lines changed: 500 additions & 360 deletions
Large diffs are not rendered by default.

schemas/2014-04-01/Microsoft.Insights.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.",
310310
"oneOf": [
311311
{
312+
"default": false,
312313
"type": "boolean"
313314
},
314315
{
@@ -383,6 +384,7 @@
383384
"description": "a value indicating whether to send email to subscription administrator.",
384385
"oneOf": [
385386
{
387+
"default": false,
386388
"type": "boolean"
387389
},
388390
{
@@ -394,6 +396,7 @@
394396
"description": "a value indicating whether to send email to subscription co-administrators.",
395397
"oneOf": [
396398
{
399+
"default": false,
397400
"type": "boolean"
398401
},
399402
{
@@ -1051,6 +1054,7 @@
10511054
]
10521055
},
10531056
"value": {
1057+
"default": "1",
10541058
"description": "the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1.",
10551059
"type": "string"
10561060
}

schemas/2015-03-01-preview/Microsoft.HDInsight.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,7 @@
797797
"description": "Indicates whether or not resource disk encryption is enabled.",
798798
"oneOf": [
799799
{
800+
"default": false,
800801
"type": "boolean"
801802
},
802803
{
@@ -830,6 +831,7 @@
830831
"description": "Indicates whether or not inter cluster node communication is encrypted in transit.",
831832
"oneOf": [
832833
{
834+
"default": false,
833835
"type": "boolean"
834836
},
835837
{
@@ -1010,6 +1012,7 @@
10101012
"description": "Indicates whether encrypt the data disks.",
10111013
"oneOf": [
10121014
{
1015+
"default": false,
10131016
"type": "boolean"
10141017
},
10151018
{

schemas/2015-04-01/Microsoft.DomainRegistration.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
"description": "<code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>.",
242242
"oneOf": [
243243
{
244+
"default": true,
244245
"type": "boolean"
245246
},
246247
{

schemas/2015-04-01/Microsoft.Insights.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
"description": "the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.",
182182
"oneOf": [
183183
{
184+
"default": false,
184185
"type": "boolean"
185186
},
186187
{
@@ -255,6 +256,7 @@
255256
"description": "a value indicating whether to send email to subscription administrator.",
256257
"oneOf": [
257258
{
259+
"default": false,
258260
"type": "boolean"
259261
},
260262
{
@@ -266,6 +268,7 @@
266268
"description": "a value indicating whether to send email to subscription co-administrators.",
267269
"oneOf": [
268270
{
271+
"default": false,
269272
"type": "boolean"
270273
},
271274
{
@@ -549,6 +552,7 @@
549552
]
550553
},
551554
"value": {
555+
"default": "1",
552556
"description": "the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1.",
553557
"type": "string"
554558
}

schemas/2015-05-01/Microsoft.Insights.Application.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,7 @@
857857
"description": "Retention period in days.",
858858
"oneOf": [
859859
{
860+
"default": 90,
860861
"type": "integer"
861862
},
862863
{
@@ -969,6 +970,7 @@
969970
"description": "Interval in seconds between test runs for this WebTest. Default value is 300.",
970971
"oneOf": [
971972
{
973+
"default": 300,
972974
"type": "integer"
973975
},
974976
{
@@ -1028,6 +1030,7 @@
10281030
"description": "Seconds until this WebTest will timeout and fail. Default value is 30.",
10291031
"oneOf": [
10301032
{
1033+
"default": 30,
10311034
"type": "integer"
10321035
},
10331036
{

schemas/2015-08-19/Microsoft.Search.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"description": "The number of partitions in the Search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3.",
133133
"oneOf": [
134134
{
135+
"default": 1,
135136
"maximum": 12,
136137
"minimum": 1,
137138
"type": "integer"
@@ -145,6 +146,7 @@
145146
"description": "The number of replicas in the Search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU.",
146147
"oneOf": [
147148
{
149+
"default": 1,
148150
"maximum": 12,
149151
"minimum": 1,
150152
"type": "integer"

schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@
416416
"description": "The maximum supported degree of parallelism per job for this account.",
417417
"oneOf": [
418418
{
419+
"default": 32,
419420
"minimum": 1,
420421
"type": "integer"
421422
},
@@ -428,6 +429,7 @@
428429
"description": "The maximum supported jobs running under the account at the same time.",
429430
"oneOf": [
430431
{
432+
"default": 20,
431433
"type": "integer"
432434
},
433435
{
@@ -473,6 +475,7 @@
473475
"description": "The number of days that job metadata is retained.",
474476
"oneOf": [
475477
{
478+
"default": 30,
476479
"maximum": 180,
477480
"minimum": 1,
478481
"type": "integer"

schemas/2016-03-30/Microsoft.ContainerService.Aks.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
{
210210
"oneOf": [
211211
{
212+
"default": 1,
212213
"type": "integer"
213214
},
214215
{

schemas/2016-05-01-preview/Microsoft.MachineLearning.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@
776776
"type": "string"
777777
},
778778
"type": {
779+
"default": "object",
779780
"description": "The type of the entity described in swagger. Always 'object'.",
780781
"type": "string"
781782
}
@@ -831,6 +832,7 @@
831832
"type": "string"
832833
},
833834
"type": {
835+
"default": "object",
834836
"description": "The type of the entity described in swagger.",
835837
"type": "string"
836838
}

0 commit comments

Comments
 (0)