Skip to content

Commit

Permalink
Update to have $(this-folder)/ in the input files
Browse files Browse the repository at this point in the history
  • Loading branch information
bganapa authored Feb 28, 2020
1 parent fb5e9ae commit 72efdec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/azsadmin/resource-manager/backup/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ These settings apply only when `--tag=package-2016-05-01` is specified on the co

``` yaml $(tag) == 'package-2016-05-01'
input-file:
- Microsoft.Backup.Admin/stable/2016-05-01/Backup.json
- Microsoft.Backup.Admin/stable/2016-05-01/BackupLocations.json
- Microsoft.Backup.Admin/stable/2016-05-01/Backups.json
- $(this-folder)/Microsoft.Backup.Admin/stable/2016-05-01/Backup.json
- $(this-folder)/Microsoft.Backup.Admin/stable/2016-05-01/BackupLocations.json
- $(this-folder)/Microsoft.Backup.Admin/stable/2016-05-01/Backups.json
```

---
Expand Down

0 comments on commit 72efdec

Please sign in to comment.