Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Modifying the pointers to stable version
  • Loading branch information
vikram-m committed Sep 13, 2018
commit e42ba135c9a4ce5aeef15e2335197e579b532cd9
11 changes: 10 additions & 1 deletion specification/alertsmanagement/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@ These are the global settings for the AlertManagement API.
title: AlertsManagementClient
description: AlertsManagement Client
openapi-type: arm
tag: package-2018-05-preview
tag: package-2018-05
```

### Tag: package-2018-05

These settings apply only when `--tag=package-2018-05` is specified on the command line.

``` yaml $(tag) == 'package-2018-05'
input-file:
- Microsoft.AlertsManagement/stable/2018-05-05/AlertsManagement.json
```

### Tag: package-2018-05-preview
Expand Down