Skip to content

Commit cf8fe79

Browse files
committed
Updates readme
1 parent dd60a89 commit cf8fe79

File tree

1 file changed

+12
-2
lines changed
  • specification/batch/resource-manager

1 file changed

+12
-2
lines changed

specification/batch/resource-manager/readme.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,27 @@ These are the global settings for the Batch API.
2828
title: BatchManagementClient
2929
description: Batch Client
3030
openapi-type: arm
31-
tag: package-2022-10
31+
tag: package-2023-05
3232
```
3333
34+
35+
### Tag: package-2023-05
36+
37+
These settings apply only when `--tag=package-2023-05` is specified on the command line.
38+
39+
```yaml $(tag) == 'package-2023-05'
40+
input-file:
41+
- Microsoft.Batch/stable/2023-05-01/BatchManagement.json
42+
```
3443
### Tag: package-2022-10
3544

3645
These settings apply only when `--tag=package-2022-10` is specified on the command line.
3746

38-
```yaml $(tag) == 'package-2022-10'
47+
``` yaml $(tag) == 'package-2022-10'
3948
input-file:
4049
- Microsoft.Batch/stable/2022-10-01/BatchManagement.json
4150
```
51+
4252
### Tag: package-2022-06
4353

4454
These settings apply only when `--tag=package-2022-06` is specified on the command line.

0 commit comments

Comments
 (0)