Skip to content

Commit

Permalink
Merge pull request #813 from hashicorp/auto-pr/d6c005c53
Browse files Browse the repository at this point in the history
Auto PR: Regenerating the Go SDK (aca36c9)
  • Loading branch information
tombuildsstuff authored Jan 17, 2024
2 parents 6d368fd + aca36c9 commit 8d419f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions resource-manager/cosmosdb/2022-11-15/mongorbacs/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ package mongorbacs
type MongoRoleDefinitionType int64

const (
MongoRoleDefinitionTypeOne MongoRoleDefinitionType = 1
MongoRoleDefinitionTypeZero MongoRoleDefinitionType = 0
MongoRoleDefinitionTypeBuiltInRole MongoRoleDefinitionType = 0
MongoRoleDefinitionTypeCustomRole MongoRoleDefinitionType = 1
)

func PossibleValuesForMongoRoleDefinitionType() []int64 {
return []int64{
int64(MongoRoleDefinitionTypeOne),
int64(MongoRoleDefinitionTypeZero),
int64(MongoRoleDefinitionTypeBuiltInRole),
int64(MongoRoleDefinitionTypeCustomRole),
}
}
8 changes: 4 additions & 4 deletions resource-manager/mixedreality/2021-01-01/key/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ package key
type Serial int64

const (
SerialOne Serial = 1
SerialTwo Serial = 2
SerialPrimary Serial = 1
SerialSecondary Serial = 2
)

func PossibleValuesForSerial() []int64 {
return []int64{
int64(SerialOne),
int64(SerialTwo),
int64(SerialPrimary),
int64(SerialSecondary),
}
}

0 comments on commit 8d419f1

Please sign in to comment.