Skip to content

Commit

Permalink
Generated from 470b9dc33f877037875aca6fcedbbd845b88ba78 (#6028)
Browse files Browse the repository at this point in the history
Update advisor.json
  • Loading branch information
AutorestCI authored and ArcturusZhang committed Oct 16, 2019
1 parent a6abec9 commit 7100e23
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
9 changes: 5 additions & 4 deletions profiles/latest/advisor/mgmt/advisor/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ const (
type Category = original.Category

const (
Cost Category = original.Cost
HighAvailability Category = original.HighAvailability
Performance Category = original.Performance
Security Category = original.Security
Cost Category = original.Cost
HighAvailability Category = original.HighAvailability
OperationalExcellence Category = original.OperationalExcellence
Performance Category = original.Performance
Security Category = original.Security
)

type Impact = original.Impact
Expand Down
9 changes: 5 additions & 4 deletions profiles/preview/advisor/mgmt/advisor/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ const (
type Category = original.Category

const (
Cost Category = original.Cost
HighAvailability Category = original.HighAvailability
Performance Category = original.Performance
Security Category = original.Security
Cost Category = original.Cost
HighAvailability Category = original.HighAvailability
OperationalExcellence Category = original.OperationalExcellence
Performance Category = original.Performance
Security Category = original.Security
)

type Impact = original.Impact
Expand Down
6 changes: 4 additions & 2 deletions services/advisor/mgmt/2017-03-31/advisor/models.go

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

6 changes: 4 additions & 2 deletions services/advisor/mgmt/2017-04-19/advisor/models.go

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

0 comments on commit 7100e23

Please sign in to comment.