Skip to content

Commit 801e74a

Browse files
committed
Updated readme
Added suppression
1 parent b664ace commit 801e74a

File tree

1 file changed

+13
-1
lines changed
  • specification/batch/resource-manager

1 file changed

+13
-1
lines changed

specification/batch/resource-manager/readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,16 @@ These are the global settings for the Batch API.
2828
title: BatchManagementClient
2929
description: Batch Client
3030
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
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

0 commit comments

Comments
 (0)