Skip to content

Commit

Permalink
Update ManagedZone.yaml Fix exactly_one_of typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shellyvilenko authored Feb 26, 2025
1 parent aca0d6a commit fcd4070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmv1/products/dns/ManagedZone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ properties:
description: 'Fully qualified domain name for the forwarding target.'
min_version: 'beta'
exactly_one_of:
- 'ipv4_address'
- 'domain_name'
- 'ipv4_address'
- 'domain_name'
- name: 'forwardingPath'
type: Enum
description: |
Expand Down

0 comments on commit fcd4070

Please sign in to comment.