Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding xms-ids for Batch #17613

Merged
merged 2 commits into from
Feb 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2782,6 +2782,9 @@
"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 @@ -3461,6 +3464,10 @@
"items": {
"$ref": "#/definitions/DeleteCertificateError"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -3818,13 +3825,19 @@
"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 @@ -3867,6 +3880,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 @@ -4134,6 +4148,7 @@
"items": {
"$ref": "#/definitions/ResizeError"
},
"x-ms-identifiers": [],
"title": "Additional details about the error."
}
},
Expand All @@ -4159,6 +4174,7 @@
"items": {
"$ref": "#/definitions/AutoScaleRunError"
},
"x-ms-identifiers": [],
"title": "Additional details about the error."
}
},
Expand Down Expand Up @@ -4213,6 +4229,9 @@
"items": {
"$ref": "#/definitions/DataDisk"
},
"x-ms-identifiers": [
"lun"
],
"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 @@ -4241,6 +4260,10 @@
"items": {
"$ref": "#/definitions/VMExtension"
},
"x-ms-identifiers": [
"name",
"type"
],
"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 @@ -4350,6 +4373,9 @@
"items": {
"$ref": "#/definitions/ContainerRegistry"
},
"x-ms-identifiers": [
"registryServers"
],
"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 @@ -4645,13 +4671,19 @@
"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 @@ -5113,6 +5145,7 @@
"items": {
"$ref": "#/definitions/ResizeError"
},
"x-ms-identifiers": [],
"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 @@ -5128,6 +5161,9 @@
"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 @@ -5191,7 +5227,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 @@ -5338,6 +5375,10 @@
"items": {
"$ref": "#/definitions/CloudErrorBody"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "A list of additional details about the error."
}
},
Expand Down Expand Up @@ -5378,6 +5419,9 @@
"items": {
"$ref": "#/definitions/SkuCapability"
},
"x-ms-identifiers": [
"name"
],
"description": "A collection of capabilities which this SKU supports."
}
},
Expand All @@ -5391,6 +5435,9 @@
"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 @@ -5459,6 +5506,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"title": "The list of operations supported by the resource provider."
},
"nextLink": {
Expand Down Expand Up @@ -5710,6 +5760,7 @@
"items": {
"$ref": "#/definitions/OutboundEnvironmentEndpoint"
},
"x-ms-identifiers": [],
"description": "The collection of outbound network dependency endpoints returned by the listing operation."
},
"nextLink": {
Expand All @@ -5733,6 +5784,9 @@
"items": {
"$ref": "#/definitions/EndpointDependency"
},
"x-ms-identifiers": [
"domainName"
],
"description": "The endpoints for this service to which the Batch service makes outbound calls."
}
},
Expand All @@ -5757,6 +5811,7 @@
"items": {
"$ref": "#/definitions/EndpointDetail"
},
"x-ms-identifiers": [],
"description": "The list of connection details for this endpoint."
}
},
Expand Down