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.
2828title : BatchManagementClient
2929description : Batch Client
3030openapi-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
3241` ` `
3342
3443# ## Tag: package-2021-06
@@ -167,6 +176,9 @@ directive:
167176 - $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}"].get
168177 - $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}"].patch
169178 - $.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
170182 - $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}"].get
171183 - $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}"].put
172184 - $.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