You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/batch/data-plane/Microsoft.Batch/stable/2020-09-01.12.0/BatchService.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7679,7 +7679,7 @@
7679
7679
}
7680
7680
},
7681
7681
"summary": "Removes Compute Nodes from the specified Pool.",
7682
-
"description": "This operation can only run when the allocation state of the Pool is steady. When this operation runs, the allocation state changes from steady to resizing.",
7682
+
"description": "This operation can only run when the allocation state of the Pool is steady. When this operation runs, the allocation state changes from steady to resizing. Each request may remove up to 100 nodes.",
7683
7683
"x-ms-request-id": "request-id",
7684
7684
"parameters": [
7685
7685
{
@@ -15862,7 +15862,8 @@
15862
15862
"items": {
15863
15863
"type": "string"
15864
15864
},
15865
-
"title": "A list containing the IDs of the Compute Nodes to be removed from the specified Pool."
15865
+
"title": "A list containing the IDs of the Compute Nodes to be removed from the specified Pool.",
15866
+
"description": "A maximum of 100 nodes may be removed per request."
Copy file name to clipboardExpand all lines: specification/batch/data-plane/readme.md
+25-10Lines changed: 25 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,24 @@
4
4
5
5
This is the AutoRest configuration file for Batch.
6
6
7
-
8
-
9
7
---
8
+
10
9
## Getting Started
10
+
11
11
To build the SDK for Batch, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run:
12
12
13
13
> `autorest`
14
14
15
15
To see additional help and options, run:
16
16
17
17
> `autorest --help`
18
+
18
19
---
19
20
20
21
## Configuration
21
22
22
-
23
-
24
23
### Basic Information
24
+
25
25
These are the global settings for the Batch API.
26
26
27
27
```yaml
@@ -113,6 +113,7 @@ input-file:
113
113
## Suppression
114
114
115
115
Note that this setting should be removed once [this GitHub bug](https://github.com/Azure/azure-openapi-validator/issues/68) is fixed.
116
+
116
117
``` yaml
117
118
directive:
118
119
- suppress: R2063
@@ -121,6 +122,7 @@ directive:
121
122
```
122
123
123
124
Note that this setting should be removed once [this GitHub bug](https://github.com/Azure/azure-openapi-validator/issues/69) is fixed.
125
+
124
126
``` yaml
125
127
directive:
126
128
- suppress: R2064
@@ -216,6 +218,20 @@ directive:
216
218
reason: The suggested casing of this property is worse than the casing that we're using
0 commit comments