Skip to content

Commit

Permalink
updated name to zone
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatturu committed Aug 12, 2024
1 parent 95537f6 commit e4fdaf4
Show file tree
Hide file tree
Showing 10 changed files with 683 additions and 687 deletions.
8 changes: 4 additions & 4 deletions common/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ const (
SecretContributorRoleName = "SecretContributor"
// AvailabilitySet Contributor Role - has permissions to run any operations on AvailabilitySets
AvailabilitySetContributorRoleName = "AvailabilitySetContributor"
// AvailabilityZone Contributor Role - has permissions to run any operations on AvailabilityZones
AvailabilityZoneContributorRoleName = "AvailabilityZoneContributor"
// Zone Contributor Role - has permissions to run any operations on Zones
ZoneContributorRoleName = "ZoneContributor"
// Location Reader role - has permissions to run read operations on locations
LocationReaderRoleName = "LocationReader"
// Group Reader Role - has permissions to run read operations on the group resource
Expand Down Expand Up @@ -135,6 +135,6 @@ const (
AvailabilitySetReaderRoleName = "AvailabilitySetReader"
// Certificate Signer Role - has permissions to run sign and renew operations on Certificates
CertSignerRoleName = "CertificateSigner"
// AvailabilityZone Reader Role - has permissions to run read operations on AvailabilityZones
AvailabilityZoneReaderRoleName = "AvailabilityZoneReader"
// Zone Reader Role - has permissions to run read operations on Zones
ZoneReaderRoleName = "ZoneReader"
)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (

require (
golang.org/x/net v0.28.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240805194559-2c9e96a0b5d4 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 // indirect
)

replace (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1522,8 +1522,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130/go.
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d/go.mod h1:TUfxEVdsvPg18p6AslUXFoLdpED4oBnGwyqk3dV1XzM=
google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5/go.mod h1:zBEcrKX2ZOcEkHWxBPAIvYUWOKKMIhYcmNiUIu2ji3I=
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d/go.mod h1:+Bk1OCOj40wS2hwAMA+aCW9ypzm63QTBBHp6lQ3p+9M=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240805194559-2c9e96a0b5d4 h1:OsSGQeIIsyOEOimVxLEIL4rwGcnrjOydQaiA2bOnZUM=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240805194559-2c9e96a0b5d4/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 h1:V71AcdLZr2p8dC9dbOIMCpqi4EmRl8wUwnJzXXLmbmc=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
google.golang.org/grpc v1.59.0 h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk=
google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98=
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw=
Expand Down

This file was deleted.

Loading

0 comments on commit e4fdaf4

Please sign in to comment.