Skip to content

Commit

Permalink
Jx azuredatalake swagger correction (Azure#15150)
Browse files Browse the repository at this point in the history
* update the spec to add missing field

* fixes for all links

Co-authored-by: Jimmy Xie <jimmyxie@microsoft.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent 2da0d84 commit 463e839
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -2651,6 +2656,10 @@
"type": "string",
"description": "The displayName for OperationMetaMetricSpecification."
},
"displayDescription": {
"type": "string",
"description": "The displayDescription for OperationMetaMetricSpecification."
},
"unit": {
"type": "string",
"description": "The unit for OperationMetaMetricSpecification."
Expand Down Expand Up @@ -2843,6 +2852,7 @@
"Enabled",
"Disabled"
],
"default": "Disabled",
"x-ms-enum": {
"name": "FirewallState",
"modelAsString": false
Expand All @@ -2855,6 +2865,7 @@
"Enabled",
"Disabled"
],
"default": "Disabled",
"x-ms-enum": {
"name": "FirewallAllowAzureIpsState",
"modelAsString": false
Expand All @@ -2874,6 +2885,7 @@
"Commitment_100000AUHours",
"Commitment_500000AUHours"
],
"default": "Consumption",
"x-ms-enum": {
"name": "TierType",
"modelAsString": false
Expand All @@ -2883,6 +2895,7 @@
"maxJobCount": {
"type": "integer",
"format": "int32",
"default": 20,
"description": "The maximum supported jobs running under the account at the same time."
},
"maxDegreeOfParallelism": {
Expand All @@ -2894,6 +2907,7 @@
"type": "integer",
"format": "int32",
"minimum": 1,
"default": 32,
"description": "The maximum supported degree of parallelism per job for this account."
},
"minPriorityPerJob": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -2831,6 +2842,7 @@
"Enabled",
"Disabled"
],
"default": "Disabled",
"x-ms-enum": {
"name": "FirewallState",
"modelAsString": false
Expand All @@ -2843,6 +2855,7 @@
"Enabled",
"Disabled"
],
"default": "Disabled",
"x-ms-enum": {
"name": "FirewallAllowAzureIpsState",
"modelAsString": false
Expand All @@ -2862,6 +2875,7 @@
"Commitment_100000AUHours",
"Commitment_500000AUHours"
],
"default": "Consumption",
"x-ms-enum": {
"name": "TierType",
"modelAsString": false
Expand All @@ -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": {
Expand Down

0 comments on commit 463e839

Please sign in to comment.