Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
paterasMSFT committed May 11, 2022
1 parent 32f9160 commit 4181875
Showing 1 changed file with 54 additions and 18 deletions.
Expand Up @@ -2957,7 +2957,9 @@
"items": {
"$ref": "#/definitions/VirtualMachineFamilyCoreQuota"
},
"x-ms-identifiers": ["name"],
"x-ms-identifiers": [
"name"
],
"description": "A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned."
},
"dedicatedCoreQuotaPerVMFamilyEnforced": {
Expand Down Expand Up @@ -3043,7 +3045,9 @@
"items": {
"$ref": "#/definitions/BatchAccount"
},
"x-ms-identifiers": ["/properties/accountEndpoint"],
"x-ms-identifiers": [
"/properties/accountEndpoint"
],
"description": "The collection of Batch accounts returned by the listing operation."
},
"nextLink": {
Expand Down Expand Up @@ -3437,7 +3441,9 @@
"items": {
"$ref": "#/definitions/IPRule"
},
"x-ms-identifiers": ["action"],
"x-ms-identifiers": [
"action"
],
"description": "Array of IP ranges to filter client IP address."
}
},
Expand Down Expand Up @@ -3724,7 +3730,9 @@
"items": {
"$ref": "#/definitions/DeleteCertificateError"
},
"x-ms-identifiers": ["code"],
"x-ms-identifiers": [
"code"
],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -4150,15 +4158,19 @@
"items": {
"$ref": "#/definitions/UserAccount"
},
"x-ms-identifiers": ["name"],
"x-ms-identifiers": [
"name"
],
"title": "The list of user accounts to be created on each node in the pool."
},
"metadata": {
"type": "array",
"items": {
"$ref": "#/definitions/MetadataItem"
},
"x-ms-identifiers": ["name"],
"x-ms-identifiers": [
"name"
],
"title": "A list of name-value pairs associated with the pool as metadata.",
"description": "The Batch service does not assign any meaning to metadata; it is solely for the use of user code."
},
Expand Down Expand Up @@ -4469,7 +4481,9 @@
"items": {
"$ref": "#/definitions/ResizeError"
},
"x-ms-identifiers": ["code"],
"x-ms-identifiers": [
"code"
],
"title": "Additional details about the error."
}
},
Expand All @@ -4495,7 +4509,9 @@
"items": {
"$ref": "#/definitions/AutoScaleRunError"
},
"x-ms-identifiers": ["code"],
"x-ms-identifiers": [
"code"
],
"title": "Additional details about the error."
}
},
Expand Down Expand Up @@ -4579,7 +4595,9 @@
"items": {
"$ref": "#/definitions/VMExtension"
},
"x-ms-identifiers": ["name"],
"x-ms-identifiers": [
"name"
],
"title": "The virtual machine extension for the pool.",
"description": "If specified, the extensions mentioned in this configuration will be installed on each node."
},
Expand Down Expand Up @@ -4985,15 +5003,19 @@
"items": {
"$ref": "#/definitions/ResourceFile"
},
"x-ms-identifiers": ["httpUrl"],
"x-ms-identifiers": [
"httpUrl"
],
"title": "A list of files that the Batch service will download to the compute node before running the command line."
},
"environmentSettings": {
"type": "array",
"items": {
"$ref": "#/definitions/EnvironmentSetting"
},
"x-ms-identifiers": ["name"],
"x-ms-identifiers": [
"name"
],
"title": "A list of environment variable settings for the start task."
},
"userIdentity": {
Expand Down Expand Up @@ -5477,7 +5499,9 @@
"items": {
"$ref": "#/definitions/ResizeError"
},
"x-ms-identifiers": ["code"],
"x-ms-identifiers": [
"code"
],
"title": "Details of any errors encountered while performing the last resize on the pool.",
"description": "This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady."
}
Expand All @@ -5493,7 +5517,9 @@
"items": {
"$ref": "#/definitions/InboundNatPool"
},
"x-ms-identifiers": ["name"],
"x-ms-identifiers": [
"name"
],
"title": "A list of inbound NAT pools that can be used to address specific ports on an individual compute node externally.",
"description": "The maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses."
}
Expand Down Expand Up @@ -5705,7 +5731,9 @@
"items": {
"$ref": "#/definitions/CloudErrorBody"
},
"x-ms-identifiers": ["code"],
"x-ms-identifiers": [
"code"
],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -5746,7 +5774,9 @@
"items": {
"$ref": "#/definitions/SkuCapability"
},
"x-ms-identifiers": ["name"],
"x-ms-identifiers": [
"name"
],
"description": "A collection of capabilities which this SKU supports."
}
},
Expand All @@ -5760,7 +5790,9 @@
"items": {
"$ref": "#/definitions/SupportedSku"
},
"x-ms-identifiers": ["name"],
"x-ms-identifiers": [
"name"
],
"description": "The list of SKUs available for the Batch service in the location."
},
"nextLink": {
Expand Down Expand Up @@ -5829,7 +5861,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": ["name"],
"x-ms-identifiers": [
"name"
],
"title": "The list of operations supported by the resource provider."
},
"nextLink": {
Expand Down Expand Up @@ -6105,7 +6139,9 @@
"items": {
"$ref": "#/definitions/EndpointDependency"
},
"x-ms-identifiers": ["domainName"],
"x-ms-identifiers": [
"domainName"
],
"description": "The endpoints for this service to which the Batch service makes outbound calls."
}
},
Expand Down

0 comments on commit 4181875

Please sign in to comment.