You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/account.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1906,6 +1906,11 @@
1906
1906
},
1907
1907
"description": "The list of hiveMetastores associated with this account."
1908
1908
},
1909
+
"hierarchicalQueueState": {
1910
+
"readOnly": true,
1911
+
"type": "string",
1912
+
"description": "The hierarchical queue state associated with this account."
1913
+
},
1909
1914
"virtualNetworkRules": {
1910
1915
"readOnly": true,
1911
1916
"type": "array",
@@ -2651,6 +2656,10 @@
2651
2656
"type": "string",
2652
2657
"description": "The displayName for OperationMetaMetricSpecification."
2653
2658
},
2659
+
"displayDescription": {
2660
+
"type": "string",
2661
+
"description": "The displayDescription for OperationMetaMetricSpecification."
2662
+
},
2654
2663
"unit": {
2655
2664
"type": "string",
2656
2665
"description": "The unit for OperationMetaMetricSpecification."
@@ -2843,6 +2852,7 @@
2843
2852
"Enabled",
2844
2853
"Disabled"
2845
2854
],
2855
+
"default": "Disabled",
2846
2856
"x-ms-enum": {
2847
2857
"name": "FirewallState",
2848
2858
"modelAsString": false
@@ -2855,6 +2865,7 @@
2855
2865
"Enabled",
2856
2866
"Disabled"
2857
2867
],
2868
+
"default": "Disabled",
2858
2869
"x-ms-enum": {
2859
2870
"name": "FirewallAllowAzureIpsState",
2860
2871
"modelAsString": false
@@ -2874,6 +2885,7 @@
2874
2885
"Commitment_100000AUHours",
2875
2886
"Commitment_500000AUHours"
2876
2887
],
2888
+
"default": "Consumption",
2877
2889
"x-ms-enum": {
2878
2890
"name": "TierType",
2879
2891
"modelAsString": false
@@ -2883,6 +2895,7 @@
2883
2895
"maxJobCount": {
2884
2896
"type": "integer",
2885
2897
"format": "int32",
2898
+
"default": 20,
2886
2899
"description": "The maximum supported jobs running under the account at the same time."
2887
2900
},
2888
2901
"maxDegreeOfParallelism": {
@@ -2894,6 +2907,7 @@
2894
2907
"type": "integer",
2895
2908
"format": "int32",
2896
2909
"minimum": 1,
2910
+
"default": 32,
2897
2911
"description": "The maximum supported degree of parallelism per job for this account."
Copy file name to clipboardExpand all lines: specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1885,6 +1885,11 @@
1885
1885
},
1886
1886
"description": "The list of hiveMetastores associated with this account."
1887
1887
},
1888
+
"hierarchicalQueueState": {
1889
+
"readOnly": true,
1890
+
"type": "string",
1891
+
"description": "The hierarchical queue state associated with this account."
1892
+
},
1888
1893
"virtualNetworkRules": {
1889
1894
"readOnly": true,
1890
1895
"type": "array",
@@ -1971,6 +1976,12 @@
1971
1976
"default": 3,
1972
1977
"description": "The maximum supported jobs running under the account at the same time."
1973
1978
},
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
+
},
1974
1985
"systemMaxJobCount": {
1975
1986
"readOnly": true,
1976
1987
"type": "integer",
@@ -2831,6 +2842,7 @@
2831
2842
"Enabled",
2832
2843
"Disabled"
2833
2844
],
2845
+
"default": "Disabled",
2834
2846
"x-ms-enum": {
2835
2847
"name": "FirewallState",
2836
2848
"modelAsString": false
@@ -2843,6 +2855,7 @@
2843
2855
"Enabled",
2844
2856
"Disabled"
2845
2857
],
2858
+
"default": "Disabled",
2846
2859
"x-ms-enum": {
2847
2860
"name": "FirewallAllowAzureIpsState",
2848
2861
"modelAsString": false
@@ -2862,6 +2875,7 @@
2862
2875
"Commitment_100000AUHours",
2863
2876
"Commitment_500000AUHours"
2864
2877
],
2878
+
"default": "Consumption",
2865
2879
"x-ms-enum": {
2866
2880
"name": "TierType",
2867
2881
"modelAsString": false
@@ -2886,6 +2900,7 @@
2886
2900
"type": "integer",
2887
2901
"format": "int32",
2888
2902
"minimum": 1,
2903
+
"default": 32,
2889
2904
"description": "The maximum supported degree of parallelism per job for this account."
0 commit comments