Skip to content

Commit

Permalink
Removed datastore from TeamCity service list (#11489)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Aug 19, 2024
1 parent 820e403 commit f02f86c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,6 @@ var ServicesListBeta = mapOf(
"displayName" to "Dataprocmetastore",
"path" to "./google-beta/services/dataprocmetastore"
),
"datastore" to mapOf(
"name" to "datastore",
"displayName" to "Datastore",
"path" to "./google-beta/services/datastore"
),
"datastream" to mapOf(
"name" to "datastream",
"displayName" to "Datastream",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,6 @@ var ServicesListGa = mapOf(
"displayName" to "Dataprocmetastore",
"path" to "./google/services/dataprocmetastore"
),
"datastore" to mapOf(
"name" to "datastore",
"displayName" to "Datastore",
"path" to "./google/services/datastore"
),
"datastream" to mapOf(
"name" to "datastream",
"displayName" to "Datastream",
Expand Down

0 comments on commit f02f86c

Please sign in to comment.