|
2957 | 2957 | "items": { |
2958 | 2958 | "$ref": "#/definitions/VirtualMachineFamilyCoreQuota" |
2959 | 2959 | }, |
2960 | | - "x-ms-identifiers": ["name"], |
| 2960 | + "x-ms-identifiers": [ |
| 2961 | + "name" |
| 2962 | + ], |
2961 | 2963 | "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." |
2962 | 2964 | }, |
2963 | 2965 | "dedicatedCoreQuotaPerVMFamilyEnforced": { |
|
3043 | 3045 | "items": { |
3044 | 3046 | "$ref": "#/definitions/BatchAccount" |
3045 | 3047 | }, |
3046 | | - "x-ms-identifiers": ["/properties/accountEndpoint"], |
| 3048 | + "x-ms-identifiers": [ |
| 3049 | + "/properties/accountEndpoint" |
| 3050 | + ], |
3047 | 3051 | "description": "The collection of Batch accounts returned by the listing operation." |
3048 | 3052 | }, |
3049 | 3053 | "nextLink": { |
|
3437 | 3441 | "items": { |
3438 | 3442 | "$ref": "#/definitions/IPRule" |
3439 | 3443 | }, |
3440 | | - "x-ms-identifiers": ["action"], |
| 3444 | + "x-ms-identifiers": [ |
| 3445 | + "action" |
| 3446 | + ], |
3441 | 3447 | "description": "Array of IP ranges to filter client IP address." |
3442 | 3448 | } |
3443 | 3449 | }, |
|
3724 | 3730 | "items": { |
3725 | 3731 | "$ref": "#/definitions/DeleteCertificateError" |
3726 | 3732 | }, |
3727 | | - "x-ms-identifiers": ["code"], |
| 3733 | + "x-ms-identifiers": [ |
| 3734 | + "code" |
| 3735 | + ], |
3728 | 3736 | "description": "A list of additional details about the error." |
3729 | 3737 | } |
3730 | 3738 | }, |
|
4150 | 4158 | "items": { |
4151 | 4159 | "$ref": "#/definitions/UserAccount" |
4152 | 4160 | }, |
4153 | | - "x-ms-identifiers": ["name"], |
| 4161 | + "x-ms-identifiers": [ |
| 4162 | + "name" |
| 4163 | + ], |
4154 | 4164 | "title": "The list of user accounts to be created on each node in the pool." |
4155 | 4165 | }, |
4156 | 4166 | "metadata": { |
4157 | 4167 | "type": "array", |
4158 | 4168 | "items": { |
4159 | 4169 | "$ref": "#/definitions/MetadataItem" |
4160 | 4170 | }, |
4161 | | - "x-ms-identifiers": ["name"], |
| 4171 | + "x-ms-identifiers": [ |
| 4172 | + "name" |
| 4173 | + ], |
4162 | 4174 | "title": "A list of name-value pairs associated with the pool as metadata.", |
4163 | 4175 | "description": "The Batch service does not assign any meaning to metadata; it is solely for the use of user code." |
4164 | 4176 | }, |
|
4469 | 4481 | "items": { |
4470 | 4482 | "$ref": "#/definitions/ResizeError" |
4471 | 4483 | }, |
4472 | | - "x-ms-identifiers": ["code"], |
| 4484 | + "x-ms-identifiers": [ |
| 4485 | + "code" |
| 4486 | + ], |
4473 | 4487 | "title": "Additional details about the error." |
4474 | 4488 | } |
4475 | 4489 | }, |
|
4495 | 4509 | "items": { |
4496 | 4510 | "$ref": "#/definitions/AutoScaleRunError" |
4497 | 4511 | }, |
4498 | | - "x-ms-identifiers": ["code"], |
| 4512 | + "x-ms-identifiers": [ |
| 4513 | + "code" |
| 4514 | + ], |
4499 | 4515 | "title": "Additional details about the error." |
4500 | 4516 | } |
4501 | 4517 | }, |
|
4579 | 4595 | "items": { |
4580 | 4596 | "$ref": "#/definitions/VMExtension" |
4581 | 4597 | }, |
4582 | | - "x-ms-identifiers": ["name"], |
| 4598 | + "x-ms-identifiers": [ |
| 4599 | + "name" |
| 4600 | + ], |
4583 | 4601 | "title": "The virtual machine extension for the pool.", |
4584 | 4602 | "description": "If specified, the extensions mentioned in this configuration will be installed on each node." |
4585 | 4603 | }, |
|
4985 | 5003 | "items": { |
4986 | 5004 | "$ref": "#/definitions/ResourceFile" |
4987 | 5005 | }, |
4988 | | - "x-ms-identifiers": ["httpUrl"], |
| 5006 | + "x-ms-identifiers": [ |
| 5007 | + "httpUrl" |
| 5008 | + ], |
4989 | 5009 | "title": "A list of files that the Batch service will download to the compute node before running the command line." |
4990 | 5010 | }, |
4991 | 5011 | "environmentSettings": { |
4992 | 5012 | "type": "array", |
4993 | 5013 | "items": { |
4994 | 5014 | "$ref": "#/definitions/EnvironmentSetting" |
4995 | 5015 | }, |
4996 | | - "x-ms-identifiers": ["name"], |
| 5016 | + "x-ms-identifiers": [ |
| 5017 | + "name" |
| 5018 | + ], |
4997 | 5019 | "title": "A list of environment variable settings for the start task." |
4998 | 5020 | }, |
4999 | 5021 | "userIdentity": { |
|
5477 | 5499 | "items": { |
5478 | 5500 | "$ref": "#/definitions/ResizeError" |
5479 | 5501 | }, |
5480 | | - "x-ms-identifiers": ["code"], |
| 5502 | + "x-ms-identifiers": [ |
| 5503 | + "code" |
| 5504 | + ], |
5481 | 5505 | "title": "Details of any errors encountered while performing the last resize on the pool.", |
5482 | 5506 | "description": "This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady." |
5483 | 5507 | } |
|
5493 | 5517 | "items": { |
5494 | 5518 | "$ref": "#/definitions/InboundNatPool" |
5495 | 5519 | }, |
5496 | | - "x-ms-identifiers": ["name"], |
| 5520 | + "x-ms-identifiers": [ |
| 5521 | + "name" |
| 5522 | + ], |
5497 | 5523 | "title": "A list of inbound NAT pools that can be used to address specific ports on an individual compute node externally.", |
5498 | 5524 | "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." |
5499 | 5525 | } |
|
5705 | 5731 | "items": { |
5706 | 5732 | "$ref": "#/definitions/CloudErrorBody" |
5707 | 5733 | }, |
5708 | | - "x-ms-identifiers": ["code"], |
| 5734 | + "x-ms-identifiers": [ |
| 5735 | + "code" |
| 5736 | + ], |
5709 | 5737 | "description": "A list of additional details about the error." |
5710 | 5738 | } |
5711 | 5739 | }, |
|
5746 | 5774 | "items": { |
5747 | 5775 | "$ref": "#/definitions/SkuCapability" |
5748 | 5776 | }, |
5749 | | - "x-ms-identifiers": ["name"], |
| 5777 | + "x-ms-identifiers": [ |
| 5778 | + "name" |
| 5779 | + ], |
5750 | 5780 | "description": "A collection of capabilities which this SKU supports." |
5751 | 5781 | } |
5752 | 5782 | }, |
|
5760 | 5790 | "items": { |
5761 | 5791 | "$ref": "#/definitions/SupportedSku" |
5762 | 5792 | }, |
5763 | | - "x-ms-identifiers": ["name"], |
| 5793 | + "x-ms-identifiers": [ |
| 5794 | + "name" |
| 5795 | + ], |
5764 | 5796 | "description": "The list of SKUs available for the Batch service in the location." |
5765 | 5797 | }, |
5766 | 5798 | "nextLink": { |
|
5829 | 5861 | "items": { |
5830 | 5862 | "$ref": "#/definitions/Operation" |
5831 | 5863 | }, |
5832 | | - "x-ms-identifiers": ["name"], |
| 5864 | + "x-ms-identifiers": [ |
| 5865 | + "name" |
| 5866 | + ], |
5833 | 5867 | "title": "The list of operations supported by the resource provider." |
5834 | 5868 | }, |
5835 | 5869 | "nextLink": { |
|
6105 | 6139 | "items": { |
6106 | 6140 | "$ref": "#/definitions/EndpointDependency" |
6107 | 6141 | }, |
6108 | | - "x-ms-identifiers": ["domainName"], |
| 6142 | + "x-ms-identifiers": [ |
| 6143 | + "domainName" |
| 6144 | + ], |
6109 | 6145 | "description": "The endpoints for this service to which the Batch service makes outbound calls." |
6110 | 6146 | } |
6111 | 6147 | }, |
|
0 commit comments