Skip to content

Commit

Permalink
[backport to 1.23.x] Temp fix for separation of resource and semantic…
Browse files Browse the repository at this point in the history
… attributes (#524) (#537)

Co-authored-by: Alexander Wert <[email protected]>
  • Loading branch information
arminru and AlexanderWert authored Nov 17, 2023
1 parent da1dbb5 commit a23c02e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion model/registry/cloud.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
groups:
- id: registry.cloud
prefix: cloud
type: attribute_group
type: resource
brief: >
A cloud environment (e.g. GCP, Azure, AWS).
attributes:
Expand Down
2 changes: 1 addition & 1 deletion model/registry/container.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
groups:
- id: registry.container
prefix: container
type: attribute_group
type: resource
brief: >
A container instance.
attributes:
Expand Down
2 changes: 1 addition & 1 deletion model/registry/oci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
groups:
- id: registry.oci.manifest
prefix: oci.manifest
type: attribute_group
type: resource
brief: >
An OCI image manifest.
attributes:
Expand Down

0 comments on commit a23c02e

Please sign in to comment.