Skip to content
Prev Previous commit
Next Next commit
Added tag for 2025-05-01 in readme file
  • Loading branch information
abhishek-corp committed May 13, 2025
commit edbd28afa64f2782a12786c7dbf4fdebe0d3cf49
11 changes: 10 additions & 1 deletion specification/resourcehealth/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,20 @@ These are the global settings for the ResourceHealth API.

``` yaml
openapi-type: arm
tag: package-2025-04-01
tag: package-2025-05-01
azure-validator: true
```


### Tag: package-2025-05-01

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

```yaml $(tag) == 'package-2025-05-01'
input-file:
- Microsoft.ResourceHealth/stable/2025-05-01/ResourceHealth.json
```

### Tag: package-2025-04-01

These settings apply only when `--tag=package-2025-04-01` is specified on the command line.
Expand Down