Skip to content

Commit 1e9da92

Browse files
jimmyshie123Jimmy Xie
andauthored
Jx azuredatalake swagger correction (#15150)
* update the spec to add missing field * fixes for all links Co-authored-by: Jimmy Xie <jimmyxie@microsoft.com>
1 parent 566e4fb commit 1e9da92

File tree

2 files changed

+29
-0
lines changed
  • specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics

2 files changed

+29
-0
lines changed

specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/account.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,11 @@
19061906
},
19071907
"description": "The list of hiveMetastores associated with this account."
19081908
},
1909+
"hierarchicalQueueState": {
1910+
"readOnly": true,
1911+
"type": "string",
1912+
"description": "The hierarchical queue state associated with this account."
1913+
},
19091914
"virtualNetworkRules": {
19101915
"readOnly": true,
19111916
"type": "array",
@@ -2651,6 +2656,10 @@
26512656
"type": "string",
26522657
"description": "The displayName for OperationMetaMetricSpecification."
26532658
},
2659+
"displayDescription": {
2660+
"type": "string",
2661+
"description": "The displayDescription for OperationMetaMetricSpecification."
2662+
},
26542663
"unit": {
26552664
"type": "string",
26562665
"description": "The unit for OperationMetaMetricSpecification."
@@ -2843,6 +2852,7 @@
28432852
"Enabled",
28442853
"Disabled"
28452854
],
2855+
"default": "Disabled",
28462856
"x-ms-enum": {
28472857
"name": "FirewallState",
28482858
"modelAsString": false
@@ -2855,6 +2865,7 @@
28552865
"Enabled",
28562866
"Disabled"
28572867
],
2868+
"default": "Disabled",
28582869
"x-ms-enum": {
28592870
"name": "FirewallAllowAzureIpsState",
28602871
"modelAsString": false
@@ -2874,6 +2885,7 @@
28742885
"Commitment_100000AUHours",
28752886
"Commitment_500000AUHours"
28762887
],
2888+
"default": "Consumption",
28772889
"x-ms-enum": {
28782890
"name": "TierType",
28792891
"modelAsString": false
@@ -2883,6 +2895,7 @@
28832895
"maxJobCount": {
28842896
"type": "integer",
28852897
"format": "int32",
2898+
"default": 20,
28862899
"description": "The maximum supported jobs running under the account at the same time."
28872900
},
28882901
"maxDegreeOfParallelism": {
@@ -2894,6 +2907,7 @@
28942907
"type": "integer",
28952908
"format": "int32",
28962909
"minimum": 1,
2910+
"default": 32,
28972911
"description": "The maximum supported degree of parallelism per job for this account."
28982912
},
28992913
"minPriorityPerJob": {

specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,6 +1885,11 @@
18851885
},
18861886
"description": "The list of hiveMetastores associated with this account."
18871887
},
1888+
"hierarchicalQueueState": {
1889+
"readOnly": true,
1890+
"type": "string",
1891+
"description": "The hierarchical queue state associated with this account."
1892+
},
18881893
"virtualNetworkRules": {
18891894
"readOnly": true,
18901895
"type": "array",
@@ -1971,6 +1976,12 @@
19711976
"default": 3,
19721977
"description": "The maximum supported jobs running under the account at the same time."
19731978
},
1979+
"maxQueuedJobCountPerUser": {
1980+
"readOnly": true,
1981+
"type": "integer",
1982+
"format": "int32",
1983+
"description": "The maximum supported jobs queued under the account at the same time."
1984+
},
19741985
"systemMaxJobCount": {
19751986
"readOnly": true,
19761987
"type": "integer",
@@ -2831,6 +2842,7 @@
28312842
"Enabled",
28322843
"Disabled"
28332844
],
2845+
"default": "Disabled",
28342846
"x-ms-enum": {
28352847
"name": "FirewallState",
28362848
"modelAsString": false
@@ -2843,6 +2855,7 @@
28432855
"Enabled",
28442856
"Disabled"
28452857
],
2858+
"default": "Disabled",
28462859
"x-ms-enum": {
28472860
"name": "FirewallAllowAzureIpsState",
28482861
"modelAsString": false
@@ -2862,6 +2875,7 @@
28622875
"Commitment_100000AUHours",
28632876
"Commitment_500000AUHours"
28642877
],
2878+
"default": "Consumption",
28652879
"x-ms-enum": {
28662880
"name": "TierType",
28672881
"modelAsString": false
@@ -2886,6 +2900,7 @@
28862900
"type": "integer",
28872901
"format": "int32",
28882902
"minimum": 1,
2903+
"default": 32,
28892904
"description": "The maximum supported degree of parallelism per job for this account."
28902905
},
28912906
"minPriorityPerJob": {

0 commit comments

Comments
 (0)