Skip to content

Commit

Permalink
Merge pull request #233 from erikrok/add_servicemanagerref
Browse files Browse the repository at this point in the history
Add ServiceManagementReference
  • Loading branch information
manicminer authored Mar 24, 2023
2 parents 3519709 + 37fdf90 commit f55dc50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msgraph/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ type Application struct {
PublicClient *PublicClient `json:"publicClient,omitempty"`
PublisherDomain *string `json:"publisherDomain,omitempty"`
RequiredResourceAccess *[]RequiredResourceAccess `json:"requiredResourceAccess,omitempty"`
ServiceManagementReference *StringNullWhenEmpty `json:"serviceManagementReference,omitempty"`
SignInAudience *SignInAudience `json:"signInAudience,omitempty"`
Spa *ApplicationSpa `json:"spa,omitempty"`
Tags *[]string `json:"tags,omitempty"`
Expand Down

0 comments on commit f55dc50

Please sign in to comment.