File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
specification/batch/resource-manager Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,16 @@ These are the global settings for the Batch API.
28
28
title : BatchManagementClient
29
29
description : Batch Client
30
30
openapi-type : arm
31
- tag : package-2021-06
31
+ tag : package-2022-01
32
+ ` ` `
33
+
34
+ ### Tag: package-2022-01
35
+
36
+ These settings apply only when ` --tag=package-2022-01` is specified on the command line.
37
+
38
+ ` ` ` yaml $(tag) == 'package-2022-01'
39
+ input-file:
40
+ - Microsoft.Batch/stable/2022-01-01/BatchManagement.json
32
41
` ` `
33
42
34
43
# ## Tag: package-2021-06
@@ -167,6 +176,9 @@ directive:
167
176
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}"].get
168
177
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}"].patch
169
178
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}"].put
179
+ - $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}"].get
180
+ - $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}"].patch
181
+ - $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}"].put
170
182
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}"].get
171
183
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}"].put
172
184
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}"].patch
You can’t perform that action at this time.
0 commit comments