Skip to content

Commit

Permalink
Merge pull request #73 from billfitzgerald0120/azure_name_not_required
Browse files Browse the repository at this point in the history
Provisioning - First and Last names are not required.
(cherry picked from commit 67175793ffdefec56ae6ac4e7a91167a7828dd2d)

https://bugzilla.redhat.com/show_bug.cgi?id=1455685
  • Loading branch information
gmcculloug authored and simaishi committed Jun 9, 2017
1 parent e74f58e commit eea703a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
:data_type: :string
:owner_first_name:
:description: First Name
:required: true
:required: false
:display: :edit
:data_type: :string
:owner_manager:
Expand All @@ -52,7 +52,7 @@
:data_type: :string
:owner_last_name:
:description: Last Name
:required: true
:required: false
:display: :edit
:data_type: :string
:owner_manager_mail:
Expand Down

0 comments on commit eea703a

Please sign in to comment.