Skip to content

Commit 0bee48a

Browse files
committed
Fixes #205: Removes tagged_items from required properties for Tags.
1 parent e36f15f commit 0bee48a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

model_tag.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/fix-spec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
'allocated_vcpus', # issue #199
8888
'allocated_memory', # issue #199
8989
'allocated_disk', # issue #199
90+
'tagged_items', # issue #205
9091
] + dynamic_non_required_props
9192

9293
if 'required' in schema:

0 commit comments

Comments
 (0)