From 31c3f3f3c0173d2d788fedaa8834b069b5380059 Mon Sep 17 00:00:00 2001 From: Jimmy Xie Date: Wed, 7 Jul 2021 19:10:04 -0400 Subject: [PATCH 1/2] update the spec to add missing field --- .../preview/2015-10-01-preview/account.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/account.json b/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/account.json index 91b8577bd04d..8543a1417301 100644 --- a/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/account.json +++ b/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/account.json @@ -2651,6 +2651,10 @@ "type": "string", "description": "The displayName for OperationMetaMetricSpecification." }, + "displayDescription": { + "type": "string", + "description": "The displayDescription for OperationMetaMetricSpecification." + }, "unit": { "type": "string", "description": "The unit for OperationMetaMetricSpecification." From 1eecf07e7850e081034a4ebd1f93b25f6dc81baa Mon Sep 17 00:00:00 2001 From: Jimmy Xie Date: Fri, 9 Jul 2021 12:11:09 -0400 Subject: [PATCH 2/2] fixes for all links --- .../preview/2015-10-01-preview/account.json | 10 ++++++++++ .../stable/2016-11-01/account.json | 15 +++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/account.json b/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/account.json index 8543a1417301..729c623dffbf 100644 --- a/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/account.json +++ b/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/preview/2015-10-01-preview/account.json @@ -1906,6 +1906,11 @@ }, "description": "The list of hiveMetastores associated with this account." }, + "hierarchicalQueueState": { + "readOnly": true, + "type": "string", + "description": "The hierarchical queue state associated with this account." + }, "virtualNetworkRules": { "readOnly": true, "type": "array", @@ -2847,6 +2852,7 @@ "Enabled", "Disabled" ], + "default": "Disabled", "x-ms-enum": { "name": "FirewallState", "modelAsString": false @@ -2859,6 +2865,7 @@ "Enabled", "Disabled" ], + "default": "Disabled", "x-ms-enum": { "name": "FirewallAllowAzureIpsState", "modelAsString": false @@ -2878,6 +2885,7 @@ "Commitment_100000AUHours", "Commitment_500000AUHours" ], + "default": "Consumption", "x-ms-enum": { "name": "TierType", "modelAsString": false @@ -2887,6 +2895,7 @@ "maxJobCount": { "type": "integer", "format": "int32", + "default": 20, "description": "The maximum supported jobs running under the account at the same time." }, "maxDegreeOfParallelism": { @@ -2898,6 +2907,7 @@ "type": "integer", "format": "int32", "minimum": 1, + "default": 32, "description": "The maximum supported degree of parallelism per job for this account." }, "minPriorityPerJob": { diff --git a/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json b/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json index 1bc08c8f588c..4251fe0f6a88 100644 --- a/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json +++ b/specification/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json @@ -1885,6 +1885,11 @@ }, "description": "The list of hiveMetastores associated with this account." }, + "hierarchicalQueueState": { + "readOnly": true, + "type": "string", + "description": "The hierarchical queue state associated with this account." + }, "virtualNetworkRules": { "readOnly": true, "type": "array", @@ -1971,6 +1976,12 @@ "default": 3, "description": "The maximum supported jobs running under the account at the same time." }, + "maxQueuedJobCountPerUser": { + "readOnly": true, + "type": "integer", + "format": "int32", + "description": "The maximum supported jobs queued under the account at the same time." + }, "systemMaxJobCount": { "readOnly": true, "type": "integer", @@ -2831,6 +2842,7 @@ "Enabled", "Disabled" ], + "default": "Disabled", "x-ms-enum": { "name": "FirewallState", "modelAsString": false @@ -2843,6 +2855,7 @@ "Enabled", "Disabled" ], + "default": "Disabled", "x-ms-enum": { "name": "FirewallAllowAzureIpsState", "modelAsString": false @@ -2862,6 +2875,7 @@ "Commitment_100000AUHours", "Commitment_500000AUHours" ], + "default": "Consumption", "x-ms-enum": { "name": "TierType", "modelAsString": false @@ -2886,6 +2900,7 @@ "type": "integer", "format": "int32", "minimum": 1, + "default": 32, "description": "The maximum supported degree of parallelism per job for this account." }, "minPriorityPerJob": {