File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
specification/batch/resource-manager Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,27 @@ These are the global settings for the Batch API.
2828title : BatchManagementClient
2929description : Batch Client
3030openapi-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
3645These 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'
3948input-file:
4049 - Microsoft.Batch/stable/2022-10-01/BatchManagement.json
4150` ` `
51+
4252# ## Tag: package-2022-06
4353
4454These settings apply only when `--tag=package-2022-06` is specified on the command line.
You can’t perform that action at this time.
0 commit comments