File tree 2 files changed +4
-2
lines changed
third_party/tgc/tests/data
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ references:
22
22
docs :
23
23
id_format : ' projects/{{project}}/locations/{{location}}/features/{{name}}'
24
24
base_url : ' projects/{{project}}/locations/{{location}}/features'
25
- self_link : ' projects/{{project}}/locations/{{location}}/features/{{name}}'
25
+ self_link : ' projects/{{project}}/locations/{{location}}/features/{{name}}?return_partial_success=true '
26
26
create_url : ' projects/{{project}}/locations/{{location}}/features?featureId={{name}}'
27
+ delete_url : ' projects/{{project}}/locations/{{location}}/features/{{name}}'
27
28
update_url : ' projects/{{project}}/locations/{{location}}/features/{{name}}'
28
29
update_verb : ' PATCH'
29
30
update_mask : true
44
45
iam_policy :
45
46
method_name_separator : ' :'
46
47
parent_resource_attribute : ' name'
48
+ base_url : ' projects/{{project}}/locations/{{location}}/features/{{name}}'
47
49
example_config_body : ' templates/terraform/iam/iam_attributes.go.tmpl'
48
50
import_format :
49
51
- ' projects/{{project}}/locations/{{location}}/features/{{name}}'
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "name" : " //gkehub.googleapis.com/projects/{{.Provider.project}}/locations/global/features/multiclusterservicediscovery" ,
3
+ "name" : " //gkehub.googleapis.com/projects/{{.Provider.project}}/locations/global/features/multiclusterservicediscovery?return_partial_success=true " ,
4
4
"ancestry_path" : " {{.Ancestry}}/project/{{.Provider.project}}" ,
5
5
"asset_type" : " gkehub.googleapis.com/Feature" ,
6
6
"resource" : {
You can’t perform that action at this time.
0 commit comments