Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
Added suppression
  • Loading branch information
paterasMSFT committed Dec 8, 2021
1 parent 3b33131 commit 6f5d67a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion specification/batch/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@ These are the global settings for the Batch API.
title: BatchManagementClient
description: Batch Client
openapi-type: arm
tag: package-2021-06
tag: package-2022-01
```
### Tag: package-2022-01
These settings apply only when `--tag=package-2022-01` is specified on the command line.

```yaml $(tag) == 'package-2022-01'
input-file:
- Microsoft.Batch/stable/2022-01-01/BatchManagement.json
```

### Tag: package-2021-06
Expand Down Expand Up @@ -167,6 +176,9 @@ directive:
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}"].get
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}"].patch
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}"].put
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}"].get
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}"].patch
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}"].put
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}"].get
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}"].put
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}"].patch
Expand Down

0 comments on commit 6f5d67a

Please sign in to comment.