Skip to content

Commit

Permalink
Add website category
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Aug 4, 2022
1 parent 442c017 commit b800141
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/services/orbital/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import "github.com/hashicorp/terraform-provider-azurerm/internal/sdk"
type Registration struct{}

func (r Registration) WebsiteCategories() []string {
return []string{}
return []string{
"Orbital",
}
}

func (r Registration) Name() string {
Expand Down

0 comments on commit b800141

Please sign in to comment.