File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.teamcity/components/inputs Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -562,12 +562,12 @@ var ServicesListBeta = mapOf(
562
562
" path" to " ./google-beta/services/mlengine"
563
563
),
564
564
" modelarmor" to mapOf (
565
- " name" to " ModelArmor " ,
565
+ " name" to " modelarmor " ,
566
566
" displayName" to " ModelArmor" ,
567
567
" path" to " ./google-beta/services/modelarmor"
568
568
),
569
569
" modelarmorglobal" to mapOf (
570
- " name" to " ModelArmorGlobal " ,
570
+ " name" to " modelarmorglobal " ,
571
571
" displayName" to " ModelArmorGlobal" ,
572
572
" path" to " ./google-beta/services/modelarmorglobal"
573
573
),
Original file line number Diff line number Diff line change @@ -557,12 +557,12 @@ var ServicesListGa = mapOf(
557
557
" path" to " ./google/services/mlengine"
558
558
),
559
559
" modelarmor" to mapOf (
560
- " name" to " ModelArmor " ,
560
+ " name" to " modelarmor " ,
561
561
" displayName" to " ModelArmor" ,
562
562
" path" to " ./google/services/modelarmor"
563
563
),
564
564
" modelarmorglobal" to mapOf (
565
- " name" to " ModelArmorGlobal " ,
565
+ " name" to " modelarmorglobal " ,
566
566
" displayName" to " ModelArmorGlobal" ,
567
567
" path" to " ./google/services/modelarmorglobal"
568
568
),
You can’t perform that action at this time.
0 commit comments