Skip to content

Commit

Permalink
teamcity test failure - manually add cloudquotas service for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lola98 committed Mar 12, 2024
1 parent dfc19bc commit 5b9add6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ var ServicesListBeta = mapOf(
"displayName" to "Cloudids",
"path" to "./google-beta/services/cloudids"
),
"cloudquotas" to mapOf(
"name" to "cloudquotas",
"displayName" to "Cloudquotas",
"path" to "./google/services/cloudquotas"
),
"cloudrun" to mapOf(
"name" to "cloudrun",
"displayName" to "Cloudrun",
Expand Down

0 comments on commit 5b9add6

Please sign in to comment.