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
Fixed avocado validation err
  • Loading branch information
aditya-rs committed Dec 1, 2022
commit 38c86b0110a9ca8472567f552c00269b72ef2593
17 changes: 17 additions & 0 deletions specification/azurestackhci/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,23 @@ input-file:
- Microsoft.AzureStackHCI/preview/2022-11-01-preview/updateSummaries.json
- Microsoft.AzureStackHCI/preview/2022-11-01-preview/updates.json
```
### Tag: package-preview-2022-10

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

``` yaml $(tag) == 'package-2022-10'
input-file:
- Microsoft.AzureStackHCI/stable/2022-10-01/arcSettings.json
- Microsoft.AzureStackHCI/stable/2022-10-01/clusters.json
- Microsoft.AzureStackHCI/stable/2022-10-01/extensions.json
- Microsoft.AzureStackHCI/stable/2022-10-01/operations.json
- Microsoft.AzureStackHCI/stable/2022-10-01/offers.json
- Microsoft.AzureStackHCI/stable/2022-10-01/skus.json
- Microsoft.AzureStackHCI/stable/2022-10-01/publishers.json
- Microsoft.AzureStackHCI/stable/2022-10-01/updateRuns.json
- Microsoft.AzureStackHCI/stable/2022-10-01/updateSummaries.json
- Microsoft.AzureStackHCI/stable/2022-10-01/updates.json
```
### Tag: package-preview-2022-09

These settings apply only when `--tag=package-2022-09` is specified on the command line.
Expand Down