Skip to content

Commit

Permalink
Removing required from network field of MS
Browse files Browse the repository at this point in the history
  • Loading branch information
niharika-98 committed Aug 29, 2024
1 parent cf7fa9d commit 0ecca06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mmv1/products/backupdr/ManagementServer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,12 @@ properties:
name: 'networks'
description: |
Network details to create management server (management console).
required: true
item_type: !ruby/object:Api::Type::NestedObject
properties:
- !ruby/object:Api::Type::String
name: 'network'
description: |
Network with format `projects/{{project_id}}/global/networks/{{network_id}}`
required: true
- !ruby/object:Api::Type::Enum
name: 'peeringMode'
description: |
Expand Down

0 comments on commit 0ecca06

Please sign in to comment.