Skip to content

Commit

Permalink
Added identifiers
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
paterasMSFT committed May 11, 2022
1 parent cf673cd commit 11f72e0
Showing 1 changed file with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2957,6 +2957,7 @@
"items": {
"$ref": "#/definitions/VirtualMachineFamilyCoreQuota"
},
"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 @@ -3042,6 +3043,7 @@
"items": {
"$ref": "#/definitions/BatchAccount"
},
"x-ms-identifiers": ["/properties/accountEndpoint"],
"description": "The collection of Batch accounts returned by the listing operation."
},
"nextLink": {
Expand Down Expand Up @@ -3435,6 +3437,7 @@
"items": {
"$ref": "#/definitions/IPRule"
},
"x-ms-identifiers": ["action"],
"description": "Array of IP ranges to filter client IP address."
}
},
Expand Down Expand Up @@ -3721,6 +3724,7 @@
"items": {
"$ref": "#/definitions/DeleteCertificateError"
},
"x-ms-identifiers": ["code"],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -4146,13 +4150,15 @@
"items": {
"$ref": "#/definitions/UserAccount"
},
"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"],
"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 @@ -4195,6 +4201,7 @@
"items": {
"$ref": "#/definitions/MountConfiguration"
},
"x-ms-identifiers": [],
"title": "A list of file systems to mount on each node in the pool.",
"description": "This supports Azure Files, NFS, CIFS/SMB, and Blobfuse."
}
Expand Down Expand Up @@ -4462,6 +4469,7 @@
"items": {
"$ref": "#/definitions/ResizeError"
},
"x-ms-identifiers": ["code"],
"title": "Additional details about the error."
}
},
Expand All @@ -4487,6 +4495,7 @@
"items": {
"$ref": "#/definitions/AutoScaleRunError"
},
"x-ms-identifiers": ["code"],
"title": "Additional details about the error."
}
},
Expand Down Expand Up @@ -4541,6 +4550,7 @@
"items": {
"$ref": "#/definitions/DataDisk"
},
"x-ms-identifiers": [],
"title": "The configuration for data disks attached to the compute nodes in the pool.",
"description": "This property must be specified if the compute nodes in the pool need to have empty data disks attached to them."
},
Expand Down Expand Up @@ -4569,6 +4579,7 @@
"items": {
"$ref": "#/definitions/VMExtension"
},
"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 @@ -4678,6 +4689,7 @@
"items": {
"$ref": "#/definitions/ContainerRegistry"
},
"x-ms-identifiers": [],
"title": "Additional private registries from which containers can be pulled.",
"description": "If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here."
}
Expand Down Expand Up @@ -4973,13 +4985,15 @@
"items": {
"$ref": "#/definitions/ResourceFile"
},
"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"],
"title": "A list of environment variable settings for the start task."
},
"userIdentity": {
Expand Down Expand Up @@ -5463,6 +5477,7 @@
"items": {
"$ref": "#/definitions/ResizeError"
},
"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 @@ -5478,6 +5493,7 @@
"items": {
"$ref": "#/definitions/InboundNatPool"
},
"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 @@ -5541,7 +5557,8 @@
"description": "The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.",
"items": {
"$ref": "#/definitions/NetworkSecurityGroupRule"
}
},
"x-ms-identifiers": []
}
},
"required": [
Expand Down Expand Up @@ -5688,6 +5705,7 @@
"items": {
"$ref": "#/definitions/CloudErrorBody"
},
"x-ms-identifiers": ["code"],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -5728,6 +5746,7 @@
"items": {
"$ref": "#/definitions/SkuCapability"
},
"x-ms-identifiers": ["name"],
"description": "A collection of capabilities which this SKU supports."
}
},
Expand All @@ -5741,6 +5760,7 @@
"items": {
"$ref": "#/definitions/SupportedSku"
},
"x-ms-identifiers": ["name"],
"description": "The list of SKUs available for the Batch service in the location."
},
"nextLink": {
Expand Down Expand Up @@ -5809,6 +5829,7 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": ["name"],
"title": "The list of operations supported by the resource provider."
},
"nextLink": {
Expand Down Expand Up @@ -6060,6 +6081,7 @@
"items": {
"$ref": "#/definitions/OutboundEnvironmentEndpoint"
},
"x-ms-identifiers": [],
"description": "The collection of outbound network dependency endpoints returned by the listing operation."
},
"nextLink": {
Expand All @@ -6083,6 +6105,7 @@
"items": {
"$ref": "#/definitions/EndpointDependency"
},
"x-ms-identifiers": ["domainName"],
"description": "The endpoints for this service to which the Batch service makes outbound calls."
}
},
Expand Down

0 comments on commit 11f72e0

Please sign in to comment.