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
fix readme.md from api-version create script
  • Loading branch information
Nick Depinet committed Sep 26, 2024
commit 7303159b28b5808b94229b2e98bb3f77ec42d77b
11 changes: 8 additions & 3 deletions specification/devcenter/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ These settings apply only when `--tag=package-preview-2024-10` is specified on t

```yaml $(tag) == 'package-preview-2024-10'
input-file:
- Microsoft.Devcenter/preview/2024-10-01-preview/commonDefinitions.json
- Microsoft.Devcenter/preview/2024-10-01-preview/devcenter.json
- Microsoft.Devcenter/preview/2024-10-01-preview/vdi.json
- Microsoft.DevCenter/preview/2024-10-01-preview/commonDefinitions.json
- Microsoft.DevCenter/preview/2024-10-01-preview/devcenter.json
- Microsoft.DevCenter/preview/2024-10-01-preview/vdi.json
suppressions:
- code: PatchBodyParametersSchema
from: vdi.json
reason: Patch Body comes from common-types v5 Sku object. Keeping here for consistency with existing parts of API to avoid breaking customers.

```

### Tag: package-preview-2024-08
Expand Down