From 16e1ed64b6a34b0de320647ef0ea35ba03221667 Mon Sep 17 00:00:00 2001 From: Jimmy Xie Date: Tue, 20 Jul 2021 15:44:07 -0400 Subject: [PATCH 1/5] new coming swagger kpi --- .../stable/2016-11-01/account.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 4251fe0f6a88..15aa8fc9d368 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,16 @@ }, "description": "The list of hiveMetastores associated with this account." }, + "hierarchicalQueue": { + "properties": { + "root": { + "readOnly": true, + "type": "object", + "additionalProperties": true + } + }, + "description": "The hierarchical queue associated with this account." + }, "hierarchicalQueueState": { "readOnly": true, "type": "string", @@ -3147,6 +3157,7 @@ }, "suffix": { "type": "string", + "default": "azuredatalakestore.net", "description": "The optional suffix for the storage account." } }, From 9dea3f54040595b67698695d7f4c586b57101091 Mon Sep 17 00:00:00 2001 From: Jimmy Xie Date: Wed, 21 Jul 2021 08:19:16 -0400 Subject: [PATCH 2/5] hierarchicalQueue fix --- .../stable/2016-11-01/account.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 15aa8fc9d368..3a3317719810 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 @@ -1886,11 +1886,10 @@ "description": "The list of hiveMetastores associated with this account." }, "hierarchicalQueue": { + "readOnly": true, "properties": { "root": { - "readOnly": true, - "type": "object", - "additionalProperties": true + "type": "object" } }, "description": "The hierarchical queue associated with this account." From 317cff5117761899ff732877404d0f304af644cf Mon Sep 17 00:00:00 2001 From: Jimmy Xie Date: Thu, 22 Jul 2021 13:44:14 -0400 Subject: [PATCH 3/5] lint fix --- .../Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json | 1 + 1 file changed, 1 insertion(+) 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 3a3317719810..2be0e35d45c0 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 @@ -1886,6 +1886,7 @@ "description": "The list of hiveMetastores associated with this account." }, "hierarchicalQueue": { + "type": "object", "readOnly": true, "properties": { "root": { From 4300d39acf51086c0db3492117278b7bee5a8688 Mon Sep 17 00:00:00 2001 From: Jimmy Xie Date: Wed, 28 Jul 2021 12:13:47 -0400 Subject: [PATCH 4/5] remove hierarchical queue, add new object missing items --- .../preview/2015-10-01-preview/account.json | 5 ---- .../stable/2016-11-01/account.json | 27 +++++++++---------- 2 files changed, 12 insertions(+), 20 deletions(-) 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 729c623dffbf..5b9a0f129617 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,11 +1906,6 @@ }, "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", 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 2be0e35d45c0..8d9f688f27d3 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,21 +1885,6 @@ }, "description": "The list of hiveMetastores associated with this account." }, - "hierarchicalQueue": { - "type": "object", - "readOnly": true, - "properties": { - "root": { - "type": "object" - } - }, - "description": "The hierarchical queue associated with this account." - }, - "hierarchicalQueueState": { - "readOnly": true, - "type": "string", - "description": "The hierarchical queue state associated with this account." - }, "virtualNetworkRules": { "readOnly": true, "type": "array", @@ -1986,12 +1971,24 @@ "default": 3, "description": "The maximum supported jobs running under the account at the same time." }, + "maxActiveJobCountPerUser": { + "readOnly": true, + "type": "integer", + "format": "int32", + "description": "The maximum supported active jobs 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." }, + "maxJobRunningTimeInMin": { + "readOnly": true, + "type": "integer", + "format": "int32", + "description": "The maximum supported active jobs under the account at the same time." + }, "systemMaxJobCount": { "readOnly": true, "type": "integer", From dec3e1f36f2c0ed3a2de74caa08539a60fed05d1 Mon Sep 17 00:00:00 2001 From: Jimmy Xie Date: Wed, 28 Jul 2021 17:54:28 -0400 Subject: [PATCH 5/5] hierarchical queues --- .../preview/2015-10-01-preview/account.json | 5 +++++ .../stable/2016-11-01/account.json | 15 +++++++++++++++ 2 files changed, 20 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 5b9a0f129617..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", 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 8d9f688f27d3..6ebafa54d06b 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,21 @@ }, "description": "The list of hiveMetastores associated with this account." }, + "hierarchicalQueue": { + "type": "object", + "readOnly": true, + "properties": { + "root": { + "type": "object" + } + }, + "description": "The hierarchical queue associated with this account." + }, + "hierarchicalQueueState": { + "readOnly": true, + "type": "string", + "description": "The hierarchical queue state associated with this account." + }, "virtualNetworkRules": { "readOnly": true, "type": "array",