Skip to content

Commit

Permalink
added entry to services_ga.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi-cit committed Jan 9, 2025
1 parent 46d6596 commit 7dd71b2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,11 @@ var ServicesListGa = mapOf(
"displayName" to "Networkservices",
"path" to "./google/services/networkservices"
),
"serviceextensions" to mapOf(
"name" to "serviceextensions",
"displayName" to "Serviceextensions",
"path" to "./google/services/serviceextensions"
),
"notebooks" to mapOf(
"name" to "notebooks",
"displayName" to "Notebooks",
Expand Down

0 comments on commit 7dd71b2

Please sign in to comment.