Skip to content

Commit

Permalink
Generated from cbc3675d0627d07b36dceb73ab730cdf3a416246 (#1816) (#1818)
Browse files Browse the repository at this point in the history
Fix error in the possible values for an enum
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed May 10, 2018
1 parent 58f5f69 commit 1b404d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions profiles/preview/preview/resources/mgmt/management/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ const (
type Type = original.Type

const (
ProvidersMicrosoftManagementmanagementGroup Type = original.ProvidersMicrosoftManagementmanagementGroup
ProvidersMicrosoftManagementmanagementGroups Type = original.ProvidersMicrosoftManagementmanagementGroups
)

type Type1 = original.Type1

const (
ProvidersMicrosoftManagementmanagementGroups Type1 = original.ProvidersMicrosoftManagementmanagementGroups
Subscriptions Type1 = original.Subscriptions
Type1ProvidersMicrosoftManagementmanagementGroups Type1 = original.Type1ProvidersMicrosoftManagementmanagementGroups
Type1Subscriptions Type1 = original.Type1Subscriptions
)

type Type2 = original.Type2
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b404d2

Please sign in to comment.