Skip to content

Commit

Permalink
chore(service-principal): add app owner id as a property
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Apr 1, 2022
1 parent 6a1b977 commit 73d8786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/service-principal.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func (r *ServicePrincipal) Properties() types.Properties {
properties := types.NewProperties()

properties.Set("Name", *r.name)
properties.Set("AppOwnerId", *r.appOwner)

return properties
}
Expand Down

0 comments on commit 73d8786

Please sign in to comment.