Skip to content

Commit

Permalink
Closes #3855: Update config schema files that have uuid fields that a…
Browse files Browse the repository at this point in the history
…re string to use the uuid type (#3919)
  • Loading branch information
BaoNguyen09 authored Dec 6, 2024
1 parent ab7b9ff commit 072ffc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ az_event_trellis.az_recurring_import_rule.*:
type: label
label: Label
uuid:
type: string
type: uuid
host:
type: string
owner:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ az_publication.az_citation_style.*:
type: boolean
label: 'Custom'
uuid:
type: string
type: uuid
label: 'Universally Unique Identifier'
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ az_publication.type.*:
type: string
label: 'Mapped type'
uuid:
type: string
type: uuid
label: 'Universally Unique Identifier'

0 comments on commit 072ffc0

Please sign in to comment.